@import url("Blog.css"); /* Overrides blog style */
/*-------- Default Style --------*/
body,div, table {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,th,td,.Normal,.NormalDisabled, input {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
h1, h3, h5, h1 input{
	font-weight: bold;
}
h2, h4, h6{
	font-weight: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Head   {
	/*background-color: #336600; /*#DC9724;*/
	/*height: 21px;*/
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	
}
.SubHead,.SubSubHead {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
}

a {
	color: #336600;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active{
	color: #336600;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	color: #336600;
	text-decoration: underline;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #F0FFF0;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF; 
	BORDER-RIGHT: 1px solid #2E8B57;
	BORDER-TOP: 1px solid #2E8B57;
	BORDER-LEFT: 1px solid #2E8B57;
	BORDER-BOTTOM: 1px solid #2E8B57;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {
	background-color: White;
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkGold.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #D6F1D4;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	/* border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuItem a,a:link,a:visited,a:active {
	text-decoration: none;
	/*color: black;*/
}
.MainMenu_MenuIcon {
	background-color: #C8DFC8; /*border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; */
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #C8DFC8;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8FBC8F;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuItemSel a:hover {
	text-decoration: none;
	color: Black;
}
.MainMenu_MenuArrow {
	/*border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;*/
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
	background: #8FBC8F none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #C8DFC8;
	BORDER-RIGHT: 1px solid #8FBC8F;
	BORDER-TOP: 1px solid #8FBC8F;
	BORDER-LEFT: 1px solid #8FBC8F;
	BORDER-BOTTOM: 1px solid #8FBC8F;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGold.jpg);
}
/*----------- design style ----------*/
.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}


#login_style{ float:right; padding:8px 17px 0px 10px; }
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{
	color: #336600;
}
a.Breadcrumb:hover {
	color: #C00;

}

/* ------------ User Defined Table -----------*/

div#split
{
    float: left;
    width: 100%;
}
.box
{
	background-color: #f0fff0;	
	border: 1px solid #2E8B57;
	float: left;
	width: 45%;
	width: 49%;
	width: 45%;
	padding: 0 2%;
	margin: 0 2%;
	height: 150px;
	overflow: auto;
}
.clear
{
	clear: both;
}

