/* page layout styles */
BODY {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
	margin: 0 0 14px 0;
	background: url(images/footer.gif) repeat-x #000000 left bottom;
}

p, table, td, tr {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
	line-height: 16px;
}

.topframe {
background: url(images/contentbg.gif) repeat-x #517c91 left top;
height: 100%;
padding: 20px 20px 20px 20px;
text-align: center;
}

.logo {
padding-left: 20px;
padding-bottom: 10px;
}

.navbar {
background: url(images/navbar.gif) repeat-x #706f6e left top;
height: 42px;
color: #ffffff;
}


.main_dnnmenu_submenu  {
	background-color: #6e90a4;  
	z-index: 1000; 
	cursor: pointer; 
	margin-left: 0px;
	margin-top: 0px;
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}


.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
	background-color: #6e90a4; 
}


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:40px;
	background-color: Transparent;
	vertical-align: middle;
}


.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	line-height: 22px;
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	font-family: Arial, tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 0px 0px 0px 5px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	text-transform: uppercase; 
	background-color: Transparent;
	font-family: Arial, tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_rootitemhover  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #c2cce9; 
	font-size: 12px; 
	vertical-align: middle;
	font-weight: bold; 
	font-style: normal;
	line-height: 40px;
	text-transform: uppercase; 
	background-color: Transparent;
	font-family: Arial, tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_rootitem_selected  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #c2cce9; 
	font-size: 12px;
	vertical-align: middle;
	text-transform: uppercase; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 40px;
	background-color: Transparent;
	font-family: Arial, tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #ba3220; 
	color: #ffffff; 
	line-height: 22px;
	
}

.main_dnnmenu_itemhover td {  
	background-color: #ba3220;
	color: #ffffff;
	font-size: 11px; 
	line-height: 22px;
	font-weight: bold;
	
}
.main_dnnmenu_itemselected td {  
	background-color: #ba3220;
	color: #ffffff;
	font-size: 11px; 
	line-height: 22px;
	font-weight: bold;
	
}

.main_dnnmenu_itemselected {
	background-color: #ba3220; 
	color: #ffffff;
	font-size: 11px; 
	line-height: 22px;
	font-weight: bold;
	
}


.main_dnnmenu_arrow {
	border-right: #6e90a4 1px solid; 
	border-bottom: #6e90a4 1px solid; 
	border-top: #6e90a4 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display: none;
}
.main_dnnmenu_rootmenuarrow  {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.StandardButton {
  background: #6e90a4 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}




.NormalTextBox
{
    font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
    font-weight: normal;

}
.NormalRed
{
   font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
    color: #ba3220;
}
.NormalBold
{
    font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
	color: #000000;
}
.Normal,.NormalDisabled {
	color: #000000;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: normal;
}

a:link, a:visited {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

a:hover, a:visited:hover {
	color: #6696ad;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

A.CommandButton:link, A.CommandButton:visited 
{
    text-decoration:    none;
    color: #767575;
}
A.CommandButton:hover,  A.CommandButton:visited:hover  
{
    text-decoration:    underline;
    color: #6696ad;
}

.bdcrumb {
padding-right: 20px;
}

.breadcrumb {


font-size: 10px;
	color: #7fa7bd;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}

A.breadcrumb:link, A.breadcrumb:visited {

	font-size: 10px;
	color: #7fa7bd;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}

A.breadcrumb:hover, A.breadcrumb:visited:hover
{
	font-size: 10px;
	color: #7fa7bd;
	font-weight: bold;
	text-decoration: underline;
	font-family: arial;	
}

.SelectedTab {

padding-bottom: 6px;
font-size: 12px;
	color: #353535;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}

A.SelectedTab:link, A.SelectedTab:visited {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

A.SelectedTab:hover, A.SelectedTab:visited:hover
{
	color: #6696ad;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}



.OtherTabs {
    text-decoration:    none;
font-size: 12px;
font-weight: bold;
font-family: arial;
color: #353535;
}
    
A.OtherTabs:link {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

A.OtherTabs:visited  {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

A.OtherTabs:active   {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

A.OtherTabs:hover    {
	color: #6696ad;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}


a.Normal:link, a.Normal:visited {
	color: #767575;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}

a.Normal:hover, a.Normal:visited:hover {
	color: #6696ad;
	text-decoration: none;
  	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
    font-weight: bold;
}



/* LeftNav Arrows  
----------------------------------------------- */
ul.redarrow {
	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0 -5px -5px 0 ;
	padding: 0;
	color: #767575;
	position: relative;
	left: -2px;
}
.redarrow li {
	background: url(img/redarrow.gif) no-repeat top left;	
	font-family: Arial, Tahoma, Verdana;
font-size: 12px;
	font-weight: normal;
	padding: 0 0 2px 20px;
	color: #767575;
}

.redbar {
background: url(images/redbar-bg.gif) repeat-x #ba3220 left top;
height: 14px;
}

.bluebar {
background: url(images/bluebar-bg.gif) repeat-x #adc4d3 left top;
height: 4px;
}
 
.rightpane {
	color: #353535;
	width: 228px;
	height: 100%;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
	line-height: 16px;
	background: url(images/rightpanebg.gif) transparent no-repeat left top;
}

.content {
	color: #353535;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
	line-height: 16px;
}

.contentpane {
color: #353535;
background-color: #ffffff;
border: 1px solid #172329;
height: 100%;
}

td.footer {
color: #636363;
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
font-weight: normal;
height: 59px;
background: url(images/footer.gif) #000000 repeat-x top left;
}

.dnnfooter {
color: #636363;
 font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight: normal;
}

.spacer {
padding-left: 6px;
padding-right: 6px;
}

.bottomshadow {
color: #636363;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
padding-right: 10px;
padding-bottom: 3px;
}

a.bottomshadow:link, .a.bottomshadow {
 font-family: Arial, Tahoma, Verdana;
font-size: 11px;
	Font-weight: normal;
	Color: #636363;
	text-decoration: none;
padding-bottom: 3px;
}

a.bottomshadow:visited {
 font-family: Arial, Tahoma, Verdana;
font-size: 11px;
	Font-weight: normal;
	Color: #636363;
	text-decoration: none;
padding-bottom: 3px;
}

a.bottomshadow:hover {
 font-family: Arial, Tahoma, Verdana;
font-size: 11px;
	Font-weight: normal;
	Color: #636363;
	text-decoration: underline;
padding-bottom: 3px;
}

a.bottomshadow:visited:hover {
 font-family: Arial, Tahoma, Verdana;
font-size: 11px;
	Font-weight: normal;
	Color: #636363;
	text-decoration: underline;
padding-bottom: 3px;
}



