body {
	background: #EFEFEF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: black;
}
a {
	color: #3377AA;
	text-decoration: none;
}
a:hover {
	color: #005784;
}
img {
	border: 0px;
}
table th {
	color: white;
	background: #4BA5DA;
}
table th a {
	color: white;
}
/**********************************
**********CONTAINERS***************
**********************************/
.header_container {

}
.navigation_container {
	float: right;
	width: 255px;
}
.body_wrapper {
	background: white;
	margin-top: 20px;
	padding: 15px;
	width: 800px;
	margin: 0 auto;
}
.body_container {
	background: white;
	padding: 15px 0px 0px 0px;
}
.content_container {
	float: left;
	width: 540px;
}
.foot_container {

}
.content .topper_wrapper {
	border-bottom: 1px dashed #DDDDDD;
}
/*************************************
*************NAVIGATION***************
*************************************/
.navigation {

}
.navigation ul {
	border: 1px solid #CCCCCC;
	width: 250px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.navigation li.topper {
	color: white;
	background: #4BA5DA;
	font-size: 14px;
	border-top: none;
	font-weight: bold;
	text-align: center;
	cursor: default;
	padding: 7px;
}
.navigation li {
	border-top: 1px solid #CCCCCC;
}
.navigation li a {
	padding: 5px;
	display: block;
}
.navigation li a:hover {
	color: white;
	background: #99CCEE;
}
/*************************************
***************CONTENT****************
*************************************/
.content .topper_left {
	color: #4BA5DA;
	font-size: 18px;
	font-weight: bold;
	cursor: default;
	float: left;
}
.content .topper_left a {
	color: #4BA5DA;
}
.content .topper_right {
	float: right;
}
.content .main {
	margin: 10px 0px 40px 0px;
}
.content .main_Headless {
	margin: 0px 0px 40px 0px;
}
.content .main_divide {
	border-bottom: 1px dashed #4BA5DA;
	margin: 10px 0px 40px 0px;
	padding-bottom: 30px;
}
.content {
	border-top: none;
	padding: 0px 15px 0px 0px;
}
.content .footsy {
	color: #333333;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
/*************************************
*************OTHER DIVS***************
*************************************/
.header {
	background: #4BA5DA url("../images/default-logo.png") no-repeat;
	height: 75px;
}
.notifications {

}
.footer {
	background: #4BA5DA;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 7px;
	cursor: default;
}
/*************************************
************MESSAGE DIVS**************
*************************************/
.success {
	background: #66FF66;
	border: 1px dashed #339900;
	text-align: center;
	width: auto;
	padding: 7px;
	margin: 4px 0px 8px 0px;
}
.error {
	background: #FFCCCC;
	border: 1px dashed #CC0099;
	text-align: center;
	width: auto;
	padding: 7px;
	margin: 4px 0px 8px 0px;
}
.warn {
	background: #FFFFBB;
	border: 1px dashed #DFEEF7;
	text-align: center;
	width: auto;
	padding: 7px;
	margin: 4px 0px 8px 0px;
}
/*************************************
************FONT CLASSES**************
*************************************/
.font_header_large {
	background: #4BA5DA;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
}
.font_header_largeIcon_wrapper {
	background: #4BA5DA;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 7px;
	cursor: default;
}
.font_header_largeIcon_left {
	float: left;
}
.font_header_largeIcon_right {
	float: right;
}
.font_header_mediumBG {
	background: #4BA5DA;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
.font_header_medium {
	color: #4BA5DA;
	font-size: 12px;
	font-weight: bold;
}
.font_header_small {
	color: #4BA5DA;
	font-size: 12px;
}
.boldy {
	font-weight: bold;
}
/*************************************
*********BORDERED TABLES**************
*************************************/
.table_border table {
	width: 100%;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
.table_border table th {
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}
.table_border table td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	padding: 7px;
}