/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	width: 100%;
	height: 100%;
	background-color: #1648ab;
	border: #1648ab 1px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #1648ab;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 104px;
}
.menubar {
	background-color: #c6c39a;
	height:17px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.login {
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 10px;
	font-size: 8.5pt;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 170px;
	background-color: #77acd1;
	border-right: 1px solid #577d98;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	height:100%;
	/* bottom: -1px; */
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	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;
	vertical-align: bottom;
}
.footer {
	width: 100%;
	font-size: 10pt;
	background-color: #f6df44;
	border-top: 1px solid #cebb39;
	height: 25px;
}
.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 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_MenuIcon {
	background-color: #CAD5EA; 
	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: #CAD5EA;  
	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: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.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: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	border: 0px;
}
.TreeViewMenu .Head {
	border: 0px solid;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.TreeViewMenu .Normal {
	margin-left: 0px;
	font-weight: bold;
	color: white;
}
.TreeViewMenu div {
	margin-top: 0px;
	margin-bottom: 4px;
}
.TreeViewMenu div span img{
  display: none;
}
.dnnTREE
{
	 margin-left: -5px;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18pt;
    font-weight: bold;
    color: #333333;
}
P, tbody, td, tr, div, span, ul, ol, blockquote {
	font-family: Tahoma, Arial, Helvetica;
}
.Normal {
	font-size: 10pt;
}
.Normal table {
	font-size: 10pt;
}
.contentspace {
	padding-right: 20px;
}
/* following three div's create the rounded borders for content table */
div.contentTop {
	background-image: url(top_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: White;
}
div.contentCorner {
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 3px;
	padding-right: 3px;
}
div.contentRight {
	background-image: url(right_bar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}



A:link  {
    text-decoration:    none;
    color:  #1648ab;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color:  #1648ab;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #1648ab;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #A3942E;
	 font-weight: bold;
}

/* hyperlink style for regisration and login links in header */
.SkinObject {
    font-weight: bold;
    font-size: 8pt;
    color: #264a8a;
	 font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color: #264a8a;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #264a8a;
}
A.SkinObject:active   {
    text-decoration:    none;
    color: #264a8a;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color: #000000;
}


/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #264a8a;
}
.controlpanel A.CommandButton:link {
    color: #264a8a;
}
.controlpanel A.CommandButton:visited  {
    color: #264a8a;
}
.controlpanel A.CommandButton:active   {
    color: #264a8a;
}
.controlpanel A.CommandButton:hover    {
    color: #000000;
}

/* hyperlink style for text links in control panel */
.CommandButton {
    color: #264a8a;
}
A.CommandButton:link {
    color: #264a8a;
}
A.CommandButton:visited  {
    color: #264a8a;
}
A.CommandButton:active   {
    color: #264a8a;
}
A.CommandButton:hover    {
    color: #ff0000;
}

.TreeViewMenu A:link  {
    text-decoration:    none;
    color:  #ffffff;
	 font-weight: bold;
}
.TreeViewMenu A:visited   {
    text-decoration:    none;
    color:  #ffffff;
	 font-weight: bold;
}
.TreeViewMenu A:active    {
    text-decoration:    none;
    color:  #ffffff;
	 font-weight: bold;
}
.TreeViewMenu A:hover {
    text-decoration:    none;
    color: #1648ab;
}


.romanlist {
	list-style-type: upper-roman;
}

