@import "_controlpanel.css";
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	/*background-image: url(gradient_DkBlue.jpg);*/ 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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: 223px;
	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;
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
   white-space: nowrap;  /*Word wrapping menu item now optional*/
   padding: 1px 3px 3px 1px;
	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, verdana, Arial, Helvetica; 
   white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #3C2B79;
	
}

.main_dnn_item_leftseperator
{
	background: url(images/nav_icon.gif);
}

.main_dnnmenu_itemhover td {  
	color: #ffffff;
}


.main_dnnmenu_icon { 
	
}
.main_dnnmenu_submenu {
	background-color: #B5B05F;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 3px 3px 3px 3px;   /*explicitly set padding for sub-menus */
	border: 1px solid #6F692D;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	background-color: #6F692D;
}

.main_dnnmenu_arrow {

}
.main_dnnmenu_rootmenuarrow {

}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	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-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.Navigation
{
background: url(images/EAPISA_r3_c1.jpg);
width: 751px;
height: 28px;
}

.ContentArea
{
background: url(images/EAPISA_r5_c1.jpg) no-repeat;
width: 751px;
height: 403px;
}

.AdminContentArea
{
	width: 751px;
	height: 403px;
	background-color: gray;
}

/* GENERAL */
/* style for module titles */

td,body,table,tr
{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

.Head   {
color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
color: #ffffff;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{

}

.NormalRed
{
}

.NormalBold
{
color: #ffffff;
font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
color: #B5B05F;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color: #3C2B79;
}

A.CommandButton:visited  {
color: #3C2B79;
}

A.CommandButton:hover    {
color: #3C2B79;
}
    
A.CommandButton:active   {
color: #3C2B79;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
color: #ffffff;
}

H2  {
color: #ffffff;
}

H3  {
color: #ffffff;
}

H4  {
color: #ffffff;
}

H5, DT  {
color: #ffffff;
}

H6  {
}

TFOOT, THEAD    {
color: #ffffff;
}

TH  {
color: #ffffff;
}

A:link  {
color: #3C2B79;
}

A:visited   {
color: #3C2B79;
}

A:hover {
color: #3C2B79;
}

A:active    {
color: #3C2B79;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

.RContainer-Title
{
	background: url(images/RContainer-Title-BG.gif) no-repeat;
	font-weight: bold;
	color: #ffffff;
	width: 223px;
	font-size: 11px;
	font-family: tahoma, verdana;	
	padding-top: 0px;
}

.content-head
{
	color: #FFFFFF;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
}

.right-content
{
	width: 223px;
}
.right-head
{
	width: 223px;
	height: 18px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
}
