/****************************************************************************************************
| PRBA Baseball League
|----------------------------------------------------------------------------------------------------
| All souce code & content (c) Copyright 2011, Nexicom Inc.
|   unless specifically noted otherwise.
| ___________________________________________________________________________________________________
|                                  Nexicom Inc. http://www.nexicom.net 
****************************************************************************************************/

#jc_content {
    padding: 0px;
}

div.jc_heading {
    padding: 0 0 0 0;
    color: #b35b4f;
    font: bold 25px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
}

.under_line {
    border-bottom: 1px solid #ccc;
}

div.login_box {
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    width: 300px;
    height: auto;
    background-color: #eee;
    padding: 25px 0 0 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 8px #444;
	-moz-box-shadow: 4px 4px 8px #444;
	-webkit-box-shadow: 4px 4px 8px #444;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444, offX=4, offY=4, positive=true);
}

.err_msg {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    color: #DB0037;
    width: 300px;
}

.column_heading{
    text-align: center;
    border: 1px solid #C9C9C9;
    background-color: #C9C9C9;
    font-weight: bold;
    font-size: 12px;
}

div.menu a{ color:#b35b4f; }
div.menu a:link{ text-decoration: none; }
div.menu a:visited{ text-decoration: none; }
div.menu a:active{ text-decoration: none; }
div.menu a:hover{ text-decoration: underline; }
div.menu a:visited:hover{ text-decoration: underline; }

div.user_tbl a{ color:#b35b4f; }
div.user_tbl a:link{ text-decoration: none; }
div.user_tbl a:visited{ text-decoration: none; }
div.user_tbl a:active{ text-decoration: none; }
div.user_tbl a:hover{ text-decoration: underline; }
div.user_tbl a:visited:hover{ text-decoration: underline; }

.users{
    text-align: left;
    border: 1px solid #C9C9C9;
    font-size: 12px;
}

.user_tbl_left{
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;    
}

.user_tbl_right{
    text-align: left;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;    
}

.green_msg {
    width: 100%;
    height: auto;
    padding: 2px 0 2px 0;
    background-color: #AAE6A3;
    border: 2px solid #25BA14;
    color: #000;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    display: none;
}

.welcome_user {
    float: right;
    font-weight: bold;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	padding: 15px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	border: 5px solid #555;
	width:300px;
	height:160px;
	z-index: 9002;
}

div.popup_title{
	font-family: Arial;
	font-size: 14pt;
	color: #4067AC;
	text-align: center;
}

div.icon{
	width: 64px;
    height: 110px;
	padding: 0px;
	margin-right: 20px;
	text-align: center;
    float: left;
}

div.sche_date {
    width: 725px;
    text-align: left;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
}

table.bcol {
    border-collapse: collapse;
}

table.stand, tr.stand, th.stand, td.stand {
    border: 1px solid #bbb;
}

table.roster, tr.roster, th.roster, td.roster {
    border: 1px solid #bbb;
    text-align: center;
}

.heading_title{
    font-size: 16pt;
    font-weight: bold;
}

a.arrow-left {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url("../images/arrows-left.png") no-repeat;
}

a.arrow-left:hover { background-position: 0 -32px; }
a.arrow-left:active { background-position: 0 -64px; }

a.arrow-right {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url("../images/arrows-right.png") no-repeat;
}

a.arrow-right:hover { background-position: 0 -32px; }
a.arrow-right:active { background-position: 0 -64px; }

#team_blurb {
    width: 95%;
    text-align: left;
}

#team_page_title{
    font-size: 18pt;
    padding: 10px 0 10px 0;
}
