/* Old Bastards Clan Roster Style Sheet */
/* Last Modified By:DivByFire */
/* Date:09-21-2005 */

/* Global <body> tag settings */
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

/* Global table cell settings */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

/* cell border top where needed */
.tdtop {
	border-top:1px solid gray;
}

/* cell border left side */
.tdleft {
	border-left:1px solid gray;
}

/* used to over ride cell borders where not needed */
.bordoverride {
	border-right:0px solid gray;
	border-bottom:0px solid gray;
}

/* Hyperlink settings */
a:link {
	color: #0000FF;
	font-size: 12px;
}
a:visited {
	color: #003399;
}
/* <table> tag settings */
table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
}

/* Global table & cell borders */
.tablebord{
border:1px solid gray;

}

/* <form> tags */
form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
}

/* Form <input> tags */
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;

}

/* Form <select> tags */
select { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:xx-small;
 
}

/* Form <option> tags */
option {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
}

/* Not Used Yet */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;
}

/* Not Used Yet */
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

/* Not Used, same as headerlg but with smaller text */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	background-color: #ff6600;
 	color: #FFFF33;
	border-right:0px solid gray;
	border-bottom:0px solid gray;
}

/* Main Header, Table Identification */
.headerlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	background-color: #666666;
 	color: #FFFFFF;
	border-right:0px solid gray;
	border-bottom:0px solid gray;
}

/* Secondary Headers, Table Header Row */
.headermed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	background-color: #999999;
 	color: black;
	

}

/* Not Used Yet */
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFF33;
}

 /* Not Used Yet */
.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF33;
}

 /* Not Used Yet */
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

 /* Form Text Areas */
textarea {
         background-color: #EBECB6;
         font-size:x-small;
         color:#4040FF;
		 
}

 /* Platoon Leader Background */ 
.plbground {
	background-color: #37AEC3;
}

/* Calendar Colors */
.today {
COLOR: black; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold
}
.days {
COLOR: navy; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold; TEXT-ALIGN: center
}
.dates {
COLOR: black; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt
}


