﻿body {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:100%;
background-image:url(images/pagebackground.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color: #D0DDF2;
font-size:12px;
font-family:Verdana;
}

html {
height:100%;
}



a visited
{
	text-decoration:none;
}


ul li
{
	margin:5px;
}

.mainmenu 
{
	float:left;
	width:115px;
	color:#01117E;
	text-align:center;
	font-size:1.1em;
	
	padding:6px 5px 10px 5px;
	font-family:Arial;
    border-bottom:solid 1px #01117E;
}

.menuitem
{
	padding:0px 0px 3px 0px;
}

.menuitem a:visited
{
	color:#01117E;
}

.menuitem a 
{
	color:#01117E;
	text-decoration:none;
}

.menuitem a:hover
{
	/*background-color:#B1BBFE;*/
	background-color:#6CB255;
	text-decoration:none;
}


.pagecontent
{
	border:inset 1px #000;
	/*background-color:#FFF;*/
	background-image:url(images/divbackground.png);
	background-repeat:repeat;
	padding:10px;
}
	

.headerimage
{
	 height:70px;
	 width:70px;
	 border:solid 1px #000;
}



.announcements
{
/*	border:inset 1px #00882B;
	background-color:#FFF; */
	width:125px;
	text-align:left;
	padding-left:1px;
	margin-top:30px;
}

.meets
{
	border:1px solid #000;
	border-right:2px solid #000;	
}
.meets tr th{
	background-color:#E8E8E8;
	border-bottom:1px solid #000;
	padding-top:3px;
	padding-bottom:3px;
}

.meets tr td {
	border-bottom:1px solid #000;
	text-align:center;
	height:32px;
}


.tablenoborder {
	width:auto;
	border:0px solid #000;
	background-color:#FFFFFF;
	text-align:left;
	height:auto;
}

.tablenoborder tr td {
	border:0px solid #000;
	text-align:left;
	height:auto;
}
.meetheader
{
	margin:5px;
	font-size:1.3em;
	font-weight:bold;
	color:Teal;
	font-family:Arial, Times New Roman;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	text-align:center;
	background-color:White; 	
	border-style:solid;
	border-color:Gray;
	padding:3px;

}

.screentitle
{
	font-size:1.3em;
	color:#008F2B;
	font-family:Arial;
	font-weight:bold;
}

.bluetitle
{
	font-size:1.3em;
	color:#01117E;
	font-family:Arial;
	font-weight:bold;
}

.onlineforms
{
	font-size:1.0em;
	font-weight:bold;
	padding:10px;
}

.onlineforms a 
{
	color:Maroon;
	text-decoration:underline;
	font-weight:normal;
	
}

.item {background-color:#F0F0F0; height:15px; font-size:.8em;}
.alternatingitem {background-color:#E9E9E9; font-size:.8em;}
.bar {background-color:#999; color:#FFFFFF; font-weight:bold;}
.pagerstyle {background-color:#AAA; color:#FFFFFF; font-weight:bold;}

.FieldLabel
{
	width:90px;
	text-align:right;
	float:left;
	padding-right:2px;
	margin-right:2px;
	margin-top:3px;
}

.gridEvent
{
	background-image:url(images/EventBackground.gif);
}

.VolPosition
{
	font-weight:bold;
	font-size:1.1em;
	margin-top:5px;
}

.VolDescription
{
	font-size:.9em;
}

.supporter
{
	font-size:.9em; 
	width:100%; 
	text-align:center; 
	font-weight:bold; 
	text-decoration:none;
}

.normalrow
{
	font-size:.8em;
    background-color:white;
}
.hightlighrow
{
	font-size:.8em;
    background-color:#999;
    cursor:pointer;
}


.practice
{
	border:1px solid #000;
	border-right:2px solid #000;	
}
.practice tr td {
	border-bottom:1px solid #000;
	text-align:center;
	height:32px;
	width:100px;
	padding:6px;
}

.practice tr th{
	background-color:#E8E8E8;
	border-bottom:1px solid #000;
	padding-top:3px;
	padding-bottom:3px;
}

.photolinks
{
	text-decoration:underline;
	width:150px; 
}



/* TAB Class */
.tabclass { text-align:left; }
.tabclass .ajax__tab_header                        { background:url(images/tabimages/tab-line.gif) repeat-x bottom; }
.tabclass .ajax__tab_outer                        { background:url(images/tabimages/tab-right.gif) no-repeat right; }
.tabclass .ajax__tab_inner                        { background:url(images/tabimages/tab-left.gif) no-repeat; }
.tabclass .ajax__tab_tab                        { background:url(images/tabimages/tab.gif) repeat-x; }
.tabclass .ajax__tab_hover .ajax__tab_outer        { background:url(images/tabimages/tab-hover-right.gif) no-repeat right; }
.tabclass .ajax__tab_hover .ajax__tab_inner        { background:url(images/tabimages/tab-hover-left.gif) no-repeat; }
.tabclass .ajax__tab_hover .ajax__tab_tab        { background:url(images/tabimages/tab-hover.gif) repeat-x; }
.tabclass .ajax__tab_active .ajax__tab_outer    { background:url(images/tabimages/tab-active-right.gif) no-repeat right;}
.tabclass .ajax__tab_active .ajax__tab_inner    { background:url(images/tabimages/tab-active-left.gif) no-repeat; font-weight:bold;}
.tabclass .ajax__tab_active .ajax__tab_tab        { background:url(images/tabimages/tab-active.gif) repeat-x; }

/* TAB Class - Other Styles */
.tabclass .ajax__tab_header                     { font-family:verdana,tahoma,helvetica; font-size:1.1em; font-weight:bold; color:Navy; }
.tabclass .ajax__tab_outer                        { height:29px; }
.tabclass .ajax__tab_inner                        { padding-left:3px; font-weight:normal;}
.tabclass .ajax__tab_tab                        { padding:8px 5px;margin:0; }
.tabclass .ajax__tab_body                        { font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }


.EventTitle 
{
	color:Red;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #000;
	padding-bottom:4px;
	padding-top:2px;

}

.EventDescription
{
	text-align:left;
	padding-left:3px;
}

.EventViewLabel
{
	width:70px;
	text-align:right;
	float:left;
	padding-right:2px;
	margin-right:2px;
}

.altTeamRecordDiv
{
 background-color:#DDDDDD;
 padding-top:5px;
 padding-bottom:5px;
}



.mainLeftColumn
{
	height:100%;
	width:45%;
	background-image:url('images/leftback.png');
	background-repeat:repeat-y;
	background-position:left;
}

.mainRightColumn
{
	height:100%;
	width:45%;
	background-image:url('images/rightback.png');
	background-repeat:repeat-y;
	background-position:right;
}






