/* 
================================
skin styles for dotnetnuke
================================
*/   
@import url(menus/actionmenu.css);
@import url(skincolor.css);

body
{
    font-family: Arial, helvetica, sans serif;
    font-size:12px;
}

.pagemaster {
	width: 100%;
}
.skinmaster {
	height: 100%;
}
.skinheader {
}
.skingradient {
	background-image: url(bg_menu.jpg); 
	height:45px;
}
.controlpanel {
	width: 100%;
}
.toppane {
	width: 100%;
	background-color: transparent;
	
}
.leftpane {
	width: 200px;
}
.contentpane {
	width: 650px;
	background-color: transparent;
}
.admincontentpane {
	width:100%;
	background-color: transparent;
}
.contentpane1 {
	width: 400px;
	background-color: transparent;
}
.contentpane2 {
	width: 250px;
	background-color: transparent;
}

.bottompane {
	width: 100%;
	background-color: transparent;
}

.main_dnnmenu_container {
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #8d2e1f;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 5px 5px 1px 1px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 13px; 
	font-weight:bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 5px 5px 1px 1px;
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 100%;
}

.main_dnnmenu_submenu {
    border-right: #e3e3e3 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 1000;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=1);
    padding-bottom: 0px;
    margin-left: 5px;
    color: #0a546b;
    padding-top: 0px;
}

.standardbutton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Arial, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

.treeviewmenu {
	width: 150px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-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_ltblue.jpg);
}
.head   {
    font-size: 12px;
    font-weight:  bold;
}

.head1   {
    font-size: 12px;
    font-weight:  bold;
}

.SubHead
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}


.NewsTitle   
{
	font-family: Georgia, helvetica, sans serif;
    font-size: 14px;
    font-weight:  bold;
}

.NewsData
{
	font-family: Georgia, helvetica, sans serif;
    font-size: 14px;
    font-weight:  bold;
}

.NewsDescription
{
	font-family: Arial, helvetica, sans serif;
    font-size: 12px;    
}


/* skin specific */
.cpcskin_mainlayout
{
   width: 850px;
}

#cpcskin_usercell
{
   padding-right: 10px;
   padding-left: 10px;
   font-size: 11px;
}

.cpcskin_footercell
{
  font-size: 12px;
	font-weight: normal;
}

.cpcskin_breadcrumb
{
   font-size: 11px;
	font-weight: normal;
}

.cpcskin_login
{
    font-size: 12px;
    font-weight: normal;
}

a.cpcskin_user:link, a.cpcskin_user:active, a.cpcskin_user:visited
{
    text-decoration: none;
    font-size:12px;
	font-weight: normal;
}

a.cpcskin_breadcrumb:hover, a.cpcskin_user:hover, a.cpcskin_login:hover {
    text-decoration: underline;
}

a.cpcskin_search:link, a.cpcskin_search:active, a.cpcskin_search:visited, .cpcskin_search
{
    font-size:12px;
	font-weight: normal;
}

a.cpcskin_search:hover
{
	text-decoration: underline;
}

#cpcskin_menucell
{
	width: 99.9%;
	background-image: url(images/bg_menu.jpg); 
	height:45px;

}
.Normal
{
	font-size: 12px;
	font-weight: normal;
}