/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	background-color: #4c6b99;
}
.pagemaster {
	width:90%;	
	background-color: #4c6b99;
}
.skinmaster {
	width: 100%;
	background-color: #4c6b99;
	background-image:url(Logo.jpg);
	background-repeat: no-repeat;
	border-right: #082f6f 2px solid; 
	border-top: #082f6f 2px solid; 
	border-left: #082f6f 2px solid; 
	border-bottom: #082f6f 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: #889bc8; 
	height:30px;
}
.skinobject
{
	font-family: Cochin;
	font-weight : normal;
	font-size:13 px;
	color : #FFFFFF;
}
a.skinobject:link
{
	text-decoration : none;
	color : #FFFFFF;
}
a.skinobject:visited
{
	text-decoration : none;
	color : #FFFFFF;
}
a.skinobject:active
{
	text-decoration : none;
	color : #FFFFFF;
}
a.skinobject:hover
{
	text-decoration : underline;
	color : #FF9900;
}
a.searchlink:link
{
	text-decoration : none;
	color : #000000;
}
a.searchlink:visited
{
	text-decoration : none;
	color : #000000;
}
a.searchlink:active
{ 
	text-decoration : none;
	color : #000000;
}
a.searchlink:hover
{
	text-decoration : underline;
	color : #000000;
}
.controlpanel {
	width: 100%;
	background-color: #dbdfec;
}
.toppane {
	width: 100%;
	background-image:url(TopPane.jpg);
	background-repeat:repeat;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 150px;
	background-image:url(ContentPane.jpg);
	background-repeat:repeat;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-image:url(ContentPane.jpg);
	background-repeat:repeat;
	border-width:thin;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 150px;
	background-color: #dbdfec;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #dbdfec;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.StandardButton
{
    background: #dbdfec none; 
    color: #FFFFFF;
    font-family:Cochin; 
    font-size: 13px;
    font-weight: normal;
}
.normal
{
	letter-spacing:0;
	word-spacing:1px;
	font:normal 13px/1.6 "Cochin",verdana,arial,helvetica,sans-serif;	
}
a:link
{
	letter-spacing:0;
	word-spacing:1px;
	font:normal 13px/1.6 "Cochin",verdana,arial,helvetica,sans-serif;
	color : #082f6f;
	text-decoration : none;
}
a:visited
{
	letter-spacing:0;
	word-spacing:1px;
	font:normal 13px/1.6 "Cochin",verdana,arial,helvetica,sans-serif;
	color : #082f6f;
	text-decoration : none;
}

a:active
{
	letter-spacing:0;
	word-spacing:1px;
	font:normal 13px/1.6 "Cochin",verdana,arial,helvetica,sans-serif;
	color : #082f6f;
	text-decoration : none;
}

a:hover
{
	letter-spacing:0;
	word-spacing:1px;
	font:normal 13px/1.6 "Cochin",verdana,arial,helvetica,sans-serif;
	color : #082f6f;
	text-decoration : underline;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #03193f; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Cochin; 
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	border-left: #dbdfec 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #dbdfec;  
	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: #4c6b99; 
	cursor: pointer; 
	cursor: hand; 
	color: #03193f; 
	font-family: Cochin; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 13pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 13pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #4c6b99 none; 
  color: #ffffff;
  font-family: cochin; 
  font-size: 13px;
  font-weight: normal;
}
.Menu {
	width: 150px;
	background-color: #dbdfec;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Menu_Header {
	background-image: #889bc8;
}
.Head {
   font-family: Cochin;
   font-size:  13px;
   font-weight: normal;
   color: #03193f;
}
