/* CSS Document */
html{
	background-color:#cccccc;
}

body	{
	background-color:#cccccc;
	margin-top:20px;
}

table, p {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #666666;
	}

form{
	margin:0px;
}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:24px;
	color: #426b87;
	}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	color: #426b87;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	color: #426b87;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	color: #426b87;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:12px;
	color: #426b87;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:9px;
	color: #426b87;
}

a:visited, a:link, a:active	{
	color: #AAAAAA;
	text-decoration: underline;

}
a:hover	{
	background-color: #999999;
	background-color: #eeeeee;
	color: #333333;
}


#left_columm {
	border-right:1px solid #666666;
	width: 300px; 
}

#middle_column{
	width:450px;

}

.content_padded {
	padding: 20px;
}



#footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center;
	font-size: 12px; 
	font-weight: normal;
}
#footer a {
	font-size: 11px; 
	color: #053b61;
	text-decoration:none;
}
#footer a:hover {
	font-size: 11px; 
	color:#053b61;
	background-color: #e7f3da;
	text-decoration:underline;
}

#copyright	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	text-align: center;
	font-size: 11px; 
	font-weight: normal;
	color: #053b61;
}

#site_credit	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #cccccc;
}
#site_credit	a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #cccccc;
}

#site_credit	a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #333333;
}

.red{
	color:#FF0000;
}

.left_menu{
	background-color:#999999;
	padding:15px;
	width:215px;
}
.left_menu_items{
	padding-left:25px;
	background-color:#999999;
	padding-top:25px;
	padding-bottom:25px;
	color:#DCDCD1;
	line-height:16px;
}

.left_menu_items a{
	padding-left:10px;
	font-weight:bold;
	line-height:20px;
	font-size:16px;
	background-color:#999999;
	color:#DCDCD1;
	text-decoration:none;
}

.left_menu_items a:hover{
	font-weight:bold;
	line-height:20px;
	font-size:16px;
	background-color:#999999;
	color:#001A48;
	text-decoration:none;
}

.left_menu_items a.item:hover{
	padding-left:10px;
	display:block;
	background-color:#FF00FF;
}

.left_menu_items a.item{
	padding-left:25px;
	display:block;
	background-color:#999999;
}

.hidden_menu{
	display:none;
}


.menu_bg {
	background-color:#EEEEEE;
}

#left_column {
	width: 175; 

}

#middle_column {
	width: 590; 
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

.admin_menu {

	line-height: 22px; 
}

.page_title {
	font-size: 16px;
	font-weight:bold;
	color: #426b87;	
	line-height: 24px; 
	background-color:#CCCCCC;
	padding:3px;

}

#main_table {
	border:1px solid #666666;
}

.grey{
	background-color:#cccccc;
}
.dot {
	border: 1px dashed #000000;
	min-height:10px;
}

.display_table_row {
	border-bottom: #CCCCCC 1px solid;
}

.more_spacing{
	line-height:20px;
	vertical-align:bottom;
}
/*This is used for the drag and drop functionality*/
/*
.tableDemo table {
	border: 1px solid silver;
}
*/
.tableDemo td {
	padding: 2px 6px
}

.category td {
	background-color: #E4EBF3;
}

.tDnD_whileDrag {
	background-color: #eee;
}

tr.alt td {
	background-color: #ecf6fc;
}

tr.myDragClass td {
    color: yellow;
    background-color: black;
}

