/* CSS Document */
body
{	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #4c4c4c;
}

.controlpanel {
	background-color: #EAEAEA;
	border: solid #020307 1px;
	text-align: left;
}

.master {
	background: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#dnnSearch {
	width: 170px;
	background: transparent;
	text-align: right;
	border: none;
	padding: 0;
	display: inline;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
*html dnnSearch {
	width: 180px;
	background: transparent;
	text-align: right;
	border: none;
	padding: 0;
	display: inline;
	height: 20px;
	margin: 0;
}

#dnnSearch .NormalTextBox {
	width: 140px;
	height: 18px;
	float: left;
	border: #6d6d6d 1px solid;
	vertical-align: middle;
	color: #848484;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	margin-left: 0px;
	margin: 0;
}

*html #dnnSearch .NormalTextBox {
	width: 140px;
	height: 18px;
	float: left;
	border: #6d6d6d 1px solid;
	vertical-align: middle;
	color: #848484;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	margin-left: 0px;
	margin-top: 2px;
}

A.SearchField:link, A.SearchField:visited {
	font-size: 13px;
	font-weight: normal;
	color: #848484;
	text-decoration: none;
	padding: 0;
}

A.SearchField:hover, A.SearchField:active {
	font-size: 13px;
	font-weight: normal;
	color: #848484;
	text-decoration: underline;
	padding: 0;
}

A.Login:link, A.Login:visited {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 0 6px;
}

A.Login:hover, A.Login:active {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	padding: 0 6px;
}

.menu-bg {
	background: url(menu-bg.gif) repeat-x top;
	height: 46px;
}

.breadcrumb-bg {
	background: url(breadcrumb-bg.gif) repeat-x top;
	height: 29px;
}
.Breadcrumb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #C0C0C0;
}

A.Breadcrumb:link, A.Breadcrumb:visited
{
    text-decoration: none;
    color: #EFEFEF;
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
}

A.Breadcrumb:hover, A.Breadcrumb:active
{
    text-decoration: underline;
    color: #999999;
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
}

/* background/border colors for the selected tab */

.LeftPane  { 
	width: 288px;
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
}

.ContentPane  { 
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
	padding: 0 18px;
	background: #191919;
}

.RightPane  { 
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
}

.LeftMiddlePane {
	width: 288px;
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
}

.MiddlePane {
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
	background: #333 url(middle-bg.gif) repeat-x top;
	padding: 20px 10px 20px 30px;
}

.RightMiddlePane {
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
	background: #333 url(middle-bg.gif) repeat-x top;
	padding: 20px 15px 20px 0;
}	
	
.BottomPane {
}

/* 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:#FFFFFF;
	border: none;
	font-weight: bold;


}

A.SelectedTab:visited  {
	text-decoration:    none;
	color:#ffffff;
	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:#999999;
	border: none;
	font-weight: bold;


}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #999999;
    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:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
}

/* 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: #999999;
}

.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: #CCCCCC;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #CCCCCC;
}

A.CommandButton:active
{
    text-decoration: none;
    color: #CCCCCC;
}

A.CommandButton:hover
{
    text-decoration: none;
    color: #999999;
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #FFFFFF;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #FFFFFF;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #FFFFFF;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #FFFFFF;
	text-decoration: underline;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

H6
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

TFOOT, THEAD
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #999999;
}

TH
{
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

A:link, A:visited
{
    text-decoration: underline;
    font-family: Arial;
    color: #FFFFFF;
}

A:hover, A:active
{
    color: #999999;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.box {
	margin-top: 35px;
	margin-right: 10px;

}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type: none ;
	list-style-image: url(icon1.gif);
}

UL LI LI    {
    list-style-type: none ;
	list-style-image: url(icon2.gif);
}

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: #999999;
    height: 1pt;
    text-align: left;
}
.Privacy  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
A.Privacy:link, A.Privacy:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
A.Privacy:hover, A.Privacy:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

/* 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: #C0C0C0;
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

/* 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: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 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: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Menu CSS */
.MainMenu_MenuContainer {
	background: url(menu-bg.gif) repeat-x top;
	border: none;
	text-align: center;
	font-size: 10px;
	height: 0;
	padding: 0;
	margin: 0;
}
	
.MainMenu_MenuBar {
	CURSOR: hand;
	background: url(menu-bg.gif) repeat-x top;
	font-size: 10px;
	height: 0;
	padding: 0;
	margin: 0;
	background: ;
	
}

/*sub menu items*/
.MainMenu_MenuItem
{
    font-weight: normal;
    font-size: 12px;
    cursor: hand;
    color: #000000;
    padding: 0px;
    border: none;
    background: transparent;
    font-family: arial;
    vertical-align: middle;
    height: 22px;
}
.MainMenu_MenuItemSel {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	CURSOR: hand; 
	COLOR: #C0C0C0; 
	background: #fff;
	PADDING: 0px; 
	border: none;
	FONT-FAMILY: arial;
	text-decoration: none;
	vertical-align: middle;
	HEIGHT: 22px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #004282;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 1px solid #004282;
	border-top: 0px solid #004282;
	border-bottom: 1px solid #004282;
	border-right: 1px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #C0C0C0;
	filter:alpha(Opacity=90); -moz-opacity: 0.9;
	CURSOR: hand;
	PADDING: 2px;
	margin-left: 0;
	BORDER: none; 
}

.MainMenu_MenuBreak {
	border: 0px dotted #CCCCCC;
	background-position: bottom;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #004282;
	border-bottom: 0px solid #004282;
	border-top: 0px solid #004282;
	border-left-color: #004282;
	text-align: right;
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
	BACKGROUND: transparent; 
}

.MainMenu_LeftOff, .MainMenu_RightOff {
	PADDING-LEFT: 6px;
	BACKGROUND: url(menu-bg.gif) repeat-x right bottom;
	HEIGHT: 46px;
}

.MainMenu_LeftOn {
	PADDING-LEFT: 6px;
	BACKGROUND: url(tab-left.gif) no-repeat right bottom;
	HEIGHT: 46px;
}

.MainMenu_RightOn {
	PADDING-LEFT: 6px;
	BACKGROUND: url(tab-right.gif) no-repeat left bottom;
	HEIGHT: 46px;
}

.MainMenu_Normal td
{
    height: 46px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    background: url(menu-bg.gif) repeat-x top;
}

.MainMenu_BreadcrumbActive td, .MainMenu_Active td
{
	HEIGHT: 46px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	background: url(tab-bg.gif) repeat-x top;
}

.MainMenu_Selected td
{
	HEIGHT: 46px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	background: url(tab-bg.gif) repeat-x top;
}

.MainMenu_separator {
	HEIGHT: 46px;
	color: #004282;
	width: 5px;
	padding: 0 3px 0 2px;
	background: url(menu-separator.gif) no-repeat top;
}

.MainMenu_separator2 {
	HEIGHT: 46px;
	color: #004282;
	width: 5px;
	padding: 0 3px 0 2px;
	background: url(menu-separator2.gif) no-repeat top;
}


