@charset "utf-8";
/**************************************
* system.css
* Standard Styles
* 28/Sep/2005
*
***************************************/
/* arial */
.arial10{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}

.arial10b{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}


.arial11{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

.arial11b{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}


.arial12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.arial12b{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.arial14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.arial14b{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.arial16{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
.arial16b{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}


.arial18{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}
.arial18b{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}


.arial24{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
}
.arial24b{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

/* verdana */

.verdana10{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.verdana10b{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}


.verdana11{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.verdana11b{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

/* trebuchet*/
.trebuchet13{
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	text-decoration: none;
}

.trebuchet13b{
font-family:"Trebuchet MS", Arial;
font-size:13px;
font-weight:bold;
text-decoration: none;


}

.trebuchet14{
font-family:"Trebuchet MS", Arial;
font-size:14px;
font-weight:bold;
}
.trebuchet14b{
font-family:"Trebuchet MS", Arial;
font-size:14px;
font-weight:bold;
}


.trebuchet16{
font-family:"Trebuchet MS", Arial;
font-size:16px;
}

.trebuchet18b{
font-family:"Trebuchet MS", Arial;
font-size:18px;
font-weight:bold;
}
.trebuchet25b{
	 font-family:"Trebuchet MS", Arial;
	/*font-family:Arial; */
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
}

.tahoma10{
font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.tahoma10b{
font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
.tahoma11{
font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.tahoma11b{
font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}


.times12{
font-family:"Times New Roman", Times, serif;
font-size:12px;
}

.times12b{
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}


.times14{
font-family:"Times New Roman", Times, serif;
font-size:14px;

}

.times14b{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}


.times24b{
font-family:"Times New Roman", Times, serif;
font-size:24px;
font-weight:bold;
}

.book12{
font-family:"Book Antiqua", Times, serif;
font-size:12px;
}

.book12b{
font-family:"Book Antiqua", Times, serif;
font-size:12px;
font-weight:bold;
}


.book14{
font-family:"Book Antiqua", Times, serif;
font-size:14px;
}

.book14b{
font-family:"Book Antiqua", Times, serif;
font-size:14px;
font-weight:bold;
}

.book24b{
font-family:"Book Antiqua", Times, serif;
font-size:24px;
font-weight:bold;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

.backblue{
background:url(system/images/backgray.png);
background-repeat:repeat-x;
}

.backgray{
background:url(system/images/backgray.png);
background-repeat:repeat-x;
}

.backadmin{
/*background:url(system/images/backadmin.jpg);*/
}
.sep td{
width:100%;
height:1px;
background-color:#DEDEDE;
padding:0px;
}

.sep{
width:100%;
height:1px;
background-color:#DEDEDE;
padding:0px;
}



input,select,textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

input[type=text]{
border-style:solid;
border-width:1px;
border-color:#999;
}
input[type=text]:focus{
background-color:#FF0;
}
/**********************
	CRP Data Forms
***********************/

.form_label{
width:160px;
padding-left:5px;
background-color:#E1E1E1;
color:#000;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

.form_control{
padding-left:5px;
background-color:#F2F2F2;
color:#FFF;
font-weight:bold;

}


.form_title td{

padding-left:5px;
background-color:#E1E1E1;
color:#000;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px
}

input[type=button],input[type=submit], button{
background-color:#F8F8F8;
color:#666;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:14px;
border-radius:5px;
border-color:#999;
border-width:2px;
border-style:solid;
height:35px;
background-position:center;
}

input[type=button]:hover,input[type=submit]:hover, button:hover{
background-color:#CCC;
background-position:center;
}
input[type=button]:active,input[type=submit]:active, button:active{
background-color:#EBEBEB;


}

#bboard td{
border-radius:5px;
border-style:solid;
border-color:#CCC;
border-width:1px;
background-image:url(system/images/gradient.png);
background-position:bottom;
}
