@import url(icons.css);
@import url(menus/actionmenu.css);
@import url(menus/mainmenu.css);
@import url(backgrounds/background.css);


/*********************************************************************************************************
**
** General Styles
**
**/

body, td, .RPNewsItemHeader {
	font-family:Tahoma; 
	font-size:11px; 
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
	padding:0; 
	margin:0; 
	color:#000000
}

br {
	font-size:1em;
}
.Skinergy_MainLayout
{
   width: 795px;
}
a:hover {
	text-decoration:underline;
}

input,textarea { 
	border:1px solid #E4E4E4; 
	font-family:Tahoma; 
	font-size:1em; 
} 



.SearchFeild { 
	color:#000000; 
	font-size: 11px;
	font-family: tahoma; 
	font-weight: normal; 
	font-size: 11px;
	}

a.SearchFeild:link, a.SearchFeild:visited, a.SearchFeild:active { 
	color:#FFF; 
	font-weight: normal; 
	text-decoration:none; 
	font-size: 11px;  
	}

a.SearchFeild:hover { 
	color:#FFF; 
	font-weight: normal; 
	text-decoration: none;  
	}

.SearchButton { 
	width: 24px; height: 24px; 
	margin-top: 2px; margin-left: 2px; 
	background: transparent; 
	padding: 14px 10px 5px 14px; 
	cursor: hand; 
	font-size:1px; 
	border: 0px 
	solid Red; 
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
	height: 18px; 
	background: WhiteSnow; 
	margin: 0px 0px 0px 5px;
	width: 132px; 
	color: #666; 
	border: 0px solid #444; 
	cursor: text; 
}


.Login
{
color: #333333; 
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9px; 
font-weight: bold; 
font-style: normal;
height: 30px;
}



.Head { 
	font-weight: bold; 
	font-size: 1.0em; 
	color: #444; 
	font-family: Tahoma; 
}

.SubHead { 
	font-weight: bold; 
	font-size: 0.9em; 
	color: #444; 
	font-family: Tahoma; 
}


.SubSubHead { 
	font-weight: bold; 
	font-size: 0.6em; 
	color: #444; 
	font-family: Tahoma; 
}

.ControlPanel {
    width: 100%;
    height: 64px;
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
	font-size:1em;
}


.SkinObject {
    font-weight: bold;
    font-size: 1em;
}


A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration:    none;
}

A.SkinObject:hover    {
    text-decoration: underline;
}

/* text style for buttons and link buttons used in the portal admin pages */


.CommandButton     {
	color: #0000ff; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 11px; 
	padding-bottom: 5px; 
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { 
	color: #0000ff; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 11px; 
	padding-bottom: 5px; 
}

A.CommandButton:visited { 
	color: #0000ff; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 11px; 
	padding-bottom: 5px; }

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	background-color: #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px; 
	BORDER-RIGHT: #4d4d4d 1px solid; 
	BORDER-TOP: #4d4d4d 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #4d4d4d 1px solid; 
	BORDER-BOTTOM: #4d4d4d 1px solid; 
	FONT-FAMILY: Tahoma
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #0066CC;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #444;
}

.tableHeader {
	background-color: #cccccc;
	border-top: #4d4d4d 1px solid;
	border-bottom: #4d4d4d 1px solid;	
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
	color: #0066CC;
}	
