/* CSS Document */
body, td
{	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #444;
}

ul
{
	margin:0 0 10px 0;
	padding-top:0;
}

li
{
	margin:0 0 0 20px;
}

.controlpanel {
	background-color: #EAEAEA;
	border: solid #020307 1px;
	text-align: left;
}

p {
	margin:0px;
	padding:0 0 10px 0;
}

.tb {background: url(images/tb.gif) repeat-x top; height: 32px;}
.header-bg {background: url(images/header-bg.jpg) repeat-y right; border: #8bb2f1 2px solid; padding: 10px 10px 0 10px;}
.menu-bg {background: url(images/menu-bg.gif) repeat-x bottom; height: 39px; padding: 0;}
#ex_padding {padding:0 0 0 12px;}

.ListHeader {
	background:url(images/cb2.gif) repeat-x;
	padding-left:10px;
	font-size:80%;
	height:27px;
	color:#222;
}
.ListImage {
	padding:5px 4px 0 10px;
}



#dnnSearch {
	width: 210px;
	float: right;
	text-align: right;
	padding: 0;
	height: 22px;
}
#dnnSearch .NormalTextBox {
	width: 142px;
	height: 22px;
	float: left;
	vertical-align: middle;
	color: #5b5b5b;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	border: #d4d4d4 1px solid;
	padding: 2px 4px;
	margin-top: 1px;
}
.SearchButton {
	background: url('search-btn.gif') no-repeat 50% 50%;
	padding: 0px 0px 23px 57px; 
	vertical-align: top;
	width: 57px;
	cursor: hand; 
	font-size:1px;
}

.Breadcrumb {
	color: #414c5e;
	text-decoration: none;
} 

A.Breadcrumb:link, A.Breadcrumb:visited {
	color: #414c5e;
	text-decoration: underline;
}
A.Breadcrumb:hover, A.Breadcrumb:active {
	color: #414c5e;
	text-decoration: none;
}

.Login, A.Login:link, A.Login:visited {
	height: 22px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

A.Login:hover, A.Login:active {
	height: 22px;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.HeaderPane {width: 430px; height: 150px;}
.LoginPane {padding: 0 20px 0 30px;}
.LeftPane {padding-right: 18px; width: 300px;}
.ContentPane {padding: 0;}

/* 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:#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:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  100%;
    font-weight:    bold;
    color: #414c5e;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  90%;
    font-weight: bold;
    color: #414c5e;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size:  100%;

    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #000;
    font-size:84%;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #000;
    font-size:84%;    
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #000;
    font-size:84%;    
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
    font-size:84%;    
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 120%;
    font-weight:  bold;
    color: #414c5e;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  115%;
    font-weight:    bold;
    color: #414c5e;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight: bold;
	font-style: italic;
    color: #414c5e;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:    normal;
    color: #414c5e;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:  normal;
    color: #414c5e;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:    bold;
    color: #414c5e;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  100%;
    color: #414c5e;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:    bold;
    color: #414c5e;
}

A:link, A:visited  {
	text-decoration: underline;
}

A:hover, A:active {
	text-decoration: none;
}

.box {
	margin-top: 35px;
	margin-right: 10px;

}

SMALL   {
    font-size:  100%;
}

BIG {
    font-size: 100%;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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: #ccc;
    height:1px;
    text-align:left;
	size: 1px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 100%;
    font-weight: normal;
    font-size: 100%;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  100%;
    font-weight:    bold;
    color: #000;
}

/* 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 {
	padding: 0;
	margin: 0;
	height: 39px;
	background: url(images/menu-bg.gif) repeat-x bottom;
}
.MainMenu_MenuBar {
	CURSOR: hand;
	height: 0;
	padding: 0;
	margin: 0;
	background:;
	
}
/*sub menu items*/
.MainMenu_MenuItem {
	FONT-WEIGHT: bold; 
	CURSOR: hand; 
	COLOR: #555; 
	PADDING: 0 10px 0 6px; 
	border: none;
	FONT-FAMILY: Arial;
	vertical-align: middle;
	HEIGHT: 24px;
	
}
.MainMenu_MenuItemSel {
	FONT-WEIGHT: bold; 
	CURSOR: hand; 
	COLOR: #fff; 
	PADDING: 0 10px 0 6px; 
	border: none;
	FONT-FAMILY: Arial;
	background: #3182ed;
	text-decoration: none;
	vertical-align: middle;
	HEIGHT: 24px;
}

.SubMenu_Selected {
	background: #e1e9fc url(images/selected_submenu.gif) no-repeat left;
	FONT-WEIGHT: bold; 
	CURSOR: hand; 
	COLOR: #555; 
	PADDING: 0 8px 0 14px; 
	border: none;
	FONT-FAMILY: Arial;
	text-decoration: none;
	vertical-align: middle;
	HEIGHT: 24px;
}

.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: #e1e9fc;
	filter:alpha(Opacity=100); -moz-opacity: 1.0;
	CURSOR: hand;
	PADDING: 0;
	margin-top: 0;
	BORDER-left: #3182ed 4px solid; 
	border-bottom: none;
}

.MainMenu_MenuBreak {
	border: 0px dotted #CCCCCC;
	background-position: bottom;
	background: #fff;
}
.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: 5px;
	BACKGROUND: url(images/menu-bg.gif) repeat-x right bottom;
	HEIGHT: 39px;
}

.MainMenu_LeftOn {
	PADDING-LEFT: 5px;
	BACKGROUND: url(images/tab-left-on.gif) no-repeat right bottom;
	HEIGHT: 39px;
}

.MainMenu_RightOn {
	PADDING-LEFT: 5px;
	BACKGROUND: url(images/tab-right-on.gif) no-repeat left bottom;
	HEIGHT: 39px;
}

.MainMenu_Normal td{
	height: 39px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.2em;
}

.MainMenu_Selected td 
{
	height: 39px;
	color: #e1e9fc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.2em;
	background: url(images/menu-bg.gif) repeat-x right bottom;
}

.MainMenu_BreadcrumbActive td, .MainMenu_Active td
{
	height: 39px;
	color: #144c97;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.2em;
	background: url(images/tab-bg-on.gif) repeat-x bottom;
}

.TitleHeader, .CategoryHeader, .Modified DateHeader, .SizeHeader, .DownloadHeader {display: none}


