@import url("menu.css");
/* CSS Document */

body
{	padding: 0;
	margin: 0;
	font: Arial, Times, serif;
}
body #form {
	margin: 0;
	padding: 0;
}

.controlpanel {
	background-color: #EAEAEA;
	border: solid #020307 1px;
	text-align: left;
}

.tb {background: #000; height: 227px;}
.cb {background: #fff url(cb.jpg) repeat-x bottom;}
.bb {background: #000; height: 44px; vertical-align: top; padding-top: 12px;}
.bb td, .bb a:link, .bb a:visited {font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; color: #fff; padding: 0 4px;}
.bb a:hover, .bb a:active {font: bold 12px Arial, Helvetica, sans-serif; text-decoration: underline; color: #fff; padding: 0 4px;}
.header {background: url(top.jpg) no-repeat center top; height: 195px;}
.lb {background: #7f7f7f url(lb.jpg) repeat-x bottom; width: 198px; padding-left: 12px; padding-top: 12px;}
/* Search */
.search-txt {color: #fff; font: normal 14px Arial, Helvetica, sans-serif; padding-right: 3px;}
#dnnSearch {margin: 0; padding: 0; height: 19px; border: none; background: url(search-bg.jpg) no-repeat; width: 144px; display: block;}
#dnnSearch .NormalTextBox {
	border: none;
	background: transparent;
	width: 122px;
	height: 19px;
	color: #000;
	margin-top: 0;
	float: right;
	display: block;
	line-height: 19px;
}
*:focus {outline: none;}
#dnnSearch img { float: left; display: block; margin: 2px 0 0 3px; margin-top: -17px\9;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#dnnSearch img {margin-top: -17px;}
}

.master {background: url(hor_dot.png) repeat-x 0 0;}
.master-inner {background: url(hor_dot-inner.png) repeat-x 0 0;}
.logo {text-align: left; vertical-align: top; padding-top: 75px; padding-left: 30px;}
.menu {padding: 58px 0 0 0; width: 410px; height: 60px;}
.contentpane {vertical-align: top; padding: 35px 0 10px 35px;}
a.login:link, a.login:visited {font: bold 11px Arial; color: #515151; text-decoration: none;}
a.login:hover, a.login:hover {font: bold 11px Arial; color: #515151; text-decoration: underline;}
/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color: #fff;
	border: none;
	
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color: #fff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #333;font-size: 11px; font-weight: normal;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #333;font-size: 11px; font-weight: normal;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #333;font-size: 11px; font-weight: normal;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;font-size: 11px; font-weight: normal;
}

/* GENERIC */
H1  {
    font-size: 24px;
    font-weight: bold;
    color: #666;
	font-family: Arial, Times, serif;
}

H2  {
    font-size: 18px;
    font-weight: bold;
    color: #666;
	font-family: Arial, Times, serif;
}

H3  {
    font-size:  14px;
    font-weight: bold;
    color: #666;
	font-family: Arial, Times, serif;
}

H4  {
    font-size:  11px;
    font-weight: normal;
    color: #666;
	font-family: Arial, Times, serif;
}

H5, DT  {
    font-size:  11px;
    font-weight: normal;
    color: #666;
	font-family: Arial, Times, serif;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	text-decoration: none;
	color: #db951a;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	color: #db951a;
	font-weight: bold;
}

.box {
	margin-top: 45px;
	margin-right: 10px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {}

UL LI   {
	list-style: disc;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;

}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #fff;
    height:1pt;
    text-align:left;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;  
	background-color: #fff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: # 0px solid; 
	border-left: # 0px solid; 
	border-top: # 0px solid; 
	border-right: # 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eeeeee;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: # 1px solid; 
	border-bottom: # 1px solid; 
	border-top: # 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
td, p, td p, table, table p, div {font: normal 12px Arial, Helvetica, sans-serif;}
