BODY {
	background-color : #FFFFFF;	
}

.yellowtitle {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    11px;
   font-weight: normal;
   color: #FFEB01;
}

.regular {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: normal;
   color: #FFFFFF;
}

.regularBold {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: bold;
   color: #FFFFFF;
}

.regularGray {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: bold;
   color: #51504C;
}

.regular a , .regularBold a {
   text-decoration: none;
   color: #FFEB01;
}

.regular a:link , .regularBold a:link {
	text-decoration: none;
	color: #FFEB01;
}

.regular a:hover , .regularBold a:hover {
   text-decoration: underline;
   color: #FFFFFF;
}

.regularbutton {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: normal;
   color: #000000;
}

.left_menu {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: normal;
   color: #efef59;
}

.left_menu a {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: bold;
   color: #efef59;
}

.left_menu a:link {
	text-decoration: none;
	color: #efef59;
}

.left_menu a:hover {
   text-decoration: underline;
   color: #FFFFFF;
}

.sub_menu {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    11px;
   font-weight: bold;
   color: #FEA900;
   padding:5px 0px 5px 0px;
}

.sub_menu a {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    11px;
   font-weight: bold;
   color: #FEA900;
}

.sub_menu a:link {
	text-decoration: none;
	color: #FEA900;
}

.sub_menu a:hover {
   text-decoration: underline;
   color: #FFFFFF;
}

.form {
	text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: normal;
   color: #000000;
}

.admin_title {
	text-decoration: none;
   font-family:  Verdana;
   font-size:    14px;
   font-weight: bold;
   color: #FFFFFF;
}

.info_title {
	text-decoration: none;
	font-family:  Verdana;
	font-size:    14px;
	font-weight: bold;
	color: #FFFFFF;
}

.bluebox {
	background-color:#213065;
	margin:5px;
	padding:5px;
	text-align:center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.commentbox{
background-color: #ececec;
padding: 8px;
color: #000000;
}

.manage{
padding: 2px;
background-color: #eeeeee;
text-align:right;
border-bottom:1px solid #CCCCCC;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 10px;
line-height: 2em;
color: #FFFFFF;
}

div {
   text-decoration: none;
   font-family:  Verdana;
   font-size:    10px;
   font-weight: normal;   
}

.titlebar {
background-color:#D59203;
color:#FFFFFF;
font-weight:bold;
padding:3px;
margin-bottom:3px;
}

.center {
text-align:center;
}

/* Sortable tables */
table.sortable thead {
    background-color:#000000;
    color:#FFFFFF;
    font-weight: bold;
    cursor: pointer;
}
table.sortable td,table.sortable th {
   height:20;
}

th.sorttable_nosort
{cursor:default;}

.displayResult {
	padding: 10px 2px 10px 2px;
	margin: 8px 2px 8px 2px;
	border:1px solid #FFFFFF;
	font-family:  Verdana;
	font-size:    10px;
	font-weight: bold;
	color: #FFFFFF;
}