
/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/
Body
{ 
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #ACACAC;
	background: url('images/main_bg.gif');
}

.PageContainer
{
		
}

.PageOuterWrapper
{
	background-image: url('images/white_shadow.png');
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
}

.PageInnerWrapper
{
	background-color: #FFFFFF;
	width: 950px;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.DateContainer
{
	
}

.UsersMenuCell
{
	background: url('images/main_menu_bg.jpg');
}

/*========================================================*/
/*  6. Content Panes                                      */
/*========================================================*/
.TopPane
{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

.BottomPane
{
	background-color: transparent;
	padding: 0px;
}

.LeftPane
{	
	background-color: transparent;
	width: 180px;
}

.ContentPane
{
	background-color: transparent;
	width: 590;
}

.ContentPane table tr td
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}  

.RightPane  
{ 
	background-color: transparent;
	width: 180px;
}

/*========================================================*/
/*  2. Links                                          */
/*========================================================*/
/*
A:link
{
	color: #708090;
	text-decoration: none;
}

A:visited
{
	color: #B7C9DA;
	text-decoration: none;
}

A:active
{
	color: #B7C9DA;
	text-decoration: none;
}

A:hover
{
	color: #3C5A77;
	text-decoration: underline;
}*/

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

.Login
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
}

A.Login:link
{
    text-decoration: none;
    color: #333333;
	font-family: Arial;
	font-size: 11px;
}

A.Login:hover
{
    text-decoration:underline;
}

.User
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
}

A.User:link
{
    text-decoration: none;
    color: #333333;
	font-family: Arial;
	font-size: 11px;
}

A.User:hover
{
    text-decoration: underline;
}

.BREADCRUMB{
	color: #708090;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
}

A.BREADCRUMB:link
{
    text-decoration:none;
    color:#708090;
}

A.BREADCRUMB:visited
{
    text-decoration:none;
	color:#708090;
}

A.BREADCRUMB:active
{
	text-decoration:none;
	color:#708090;
}

A.BREADCRUMB:hover
{
    text-decoration:underline;
    color:#FFF;
}

/* hyperlink style for the bright tabs */

.Search
{
	color: #7F7F7F;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;	
}

.Small
{
	color: #708090;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

A.Small:Link
{
	text-decoration:none;
	color:#708090;
}

A.Small:Active
{
	text-decoration: underline;
	color:#708090;
}

A.Small:Visited
{
	text-decoration: underline;
	color:#708090;
}

A.Small:Hover
{
	color: #3C5A77;
	text-decoration: underline;
}

/* text and link style for SkinObjects */
.SkinObject
{
	color: #708090;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

A.SkinObject:link
{
	text-decoration: none;
	color:#708090;
}

A.SkinObject:visited
{
	text-decoration: none;
	color:#708090;
}

A.SkinObject:active
{
	text-decoration: none;
	color:#708090;
}

A.SkinObject:hover
{
	color: #3C5A77;
	text-decoration: underline;
}

.CopyRight
{
	color: #708090;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

A.CopyRight:link
{
	text-decoration: none;
	color:#708090;
}

A.CopyRight:visited
{
	text-decoration: none;
	color:#708090;
}

A.CopyRight:active
{
	text-decoration: none;
	color:#708090;
}

A.CopyRight:hover
{
	color: #3C5A77;
	text-decoration: underline;
}

.Date
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #BCBCBC;
}

/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/
/*-- topright header section                --*/.TopRowRight2 { background: url(tech_bg.jpg) no-repeat center right; height: 20px;padding: 0px 0px 0px 0px;width: 145px;}
/*-- textbox used for search    --*/#dnn_dnnSEARCH_txtSearch.NormalTextBox { text-align: left; vertical-align: middle; height:20px; background: transparent; width: 103px; color: #708090;padding: 4px 10px 0px 2px; border: 0px solid #FFFFFF; cursor:text;}


/*========================================================*/
/*  7. Main Menu and Module Menus                         */
/*========================================================*/

/* style for module titles */
.Head
{
    font-family: Arial;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

.MenuTab
{
	width: 100%;
}

/* style for the solpart menu */
.MenuContainer
{
	background: url('images/main_menu_bg.jpg');
	border-bottom: #98AAB1 0px solid;
	z-index: 10000;
}

/* Changes of height will cause an ftp error! */
.MenuBar
{
	background-color: Transparent;
}

.MenuIcon
{
	/*cursor: pointer;
	cursor: hand;
	background-color: #E0E3E7;
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
	border-bottom: #98AAB1 0px solid;
	text-align: center;
	width: 15;
	height: 34px;*/
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: hand; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	color: #666666;
	/*background-color: #E0E3E7; /* fixed firefox problem, do not use transparent here */
}

.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.ItemsBreak
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 1px;	
}

.RootItem
{
	text-transform: uppercase;
}

.RootItem TD
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-image: url(Gray_Menu_active.gif);
	background-repeat: repeat-x;
	padding: 8px;
}

.RootItemActive
{
	padding: 8px;
}

.RootItemActive TD
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #797979;
	border-top: 4px solid #EE4036;
	text-transform: uppercase;
	padding: 8px;
}

.RootItemSelected TD
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #AAAAAA;
	border-top: 4px solid #666666;
	text-transform: uppercase;
	padding: 8px;
}

.RootItemBreadCrumb TD
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
	z-index: 10001;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AAAAAA;
	margin: 0;
	padding: 0;
}

.SubMenu TD /* outher left and right bg of unselected sub item, bg of sub tab */
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.SubItemActive
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EE4036;
	line-height: 22px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.SubItemActive TD
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.SubItemSelected
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 22px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.SubItemSelected TD
{
	margin: 0;
	line-height: 22px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}


.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #797979;
}

.LoginTextBox
{
	
	background: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #989898; 
}

.RememberMeCheckBox
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.ForgotPassword
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.LoginButton
{
	background-image: url('images/login_button.jpg');
	background-repeat: no-repeat;
	width: 52px;
	height: 20px;
	border: none;
}

.RegisterButton
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	background: transparent;
}

.login_button 
{
	background-image: url(images/login_button.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	width: 87px;
	height: 24px;
	margin-left:0px;
	margin-top:0px;
}
.register_button 
{
	background-image: url(images/register_button.gif);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border:0;	
	width: 87px;
	height: 24px;
	margin-left:0px;
	margin-top:0px;
}

/* hyperlink style for the search tab */
A.Search, A.Search:visited, A.Search:active
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding-left: 8px;
}

A.Search:hover  
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;	
	cursor: pointer;
}


