/*-- ============= Styles for general elements only ============= --*/
/*-- ============================================================ --*/
body {
	background-color: #3A3A3A;
	margin: 0px 0 0px 0;
}

table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

/*-- ============= Styles for design only ============= --*/
/*-- ================================================== --*/

.PageWidthSetting {
	height: 100%;
	align: center;
	width: 950px;
}

.PageWidthSetting800 {
	height: 100%;
	align: center;
	width: 778px;
}

.PageWidthSettingSplash {
	align: center;
	width: 950px;
}

.PageWidthSettingSplash800 {
	align: center;
	width: 778px;
}


.SplashPageTD {
	background:  url(splash_bg.jpg) no-repeat top center;
	height: 475px;
	text-align: right;
	padding: 30px 45px 0 47px;
	font-size: 11px;
}

.SplashPageTD800 {
	background:  url(splash_bg800.jpg) no-repeat top center;
	height: 475px;
	text-align: right;
	padding: 30px 0 0 0;
	font-size: 11px;
}

.FlashTD {
	width: 375px;
	vertical-align: top;
	text-align: left;
	padding: 27px 0 0 12px;
}

.HeaderLeft {
	color: #677D94;
	padding: 3px 62px 0px 30px;
}


.HeaderRight {
	width: 550px;
	vertical-align: bottom;
	padding: 0px 47px 0px 0px;
}

.HeaderRight800 {
	width: 580px;
	vertical-align: bottom;
	padding: 0px 47px 0px 0px;
}

.TopRow {
	background:  url(header_bg.jpg) no-repeat top center;
	height: 255px;
	text-align: right;
	padding: 30px 62px 0 30px;
	font-size: 11px;
}

.TopRow800 {
	background:  url(header_bg800.jpg) no-repeat top center;
	height: 225px;
	text-align: right;
	padding: 30px 0 0 0;
	font-size: 11px;
}

.BottomRow {
	background:  url(footer_bg.jpg) no-repeat bottom center;
	height: 80px;
	padding: 26px 70px 0px 100px;
	color: #fff;
	text-align: right;
	vertical-align: top;
}

.BottomRow800 {
	background:  url(footer_bg800.jpg) no-repeat bottom center;
	height: 80px;
	padding: 26px 70px 0px 100px;
	color: #fff;
	text-align: right;
	vertical-align: top;
}

.MiddleRow {
	background: url(main_bg.gif) center repeat-y;
	padding: 0px 78px 0px 18px;
	font-size: 11px;
}

.MiddleRow800 {
	background: url(main_bg800.gif) center repeat-y;
	padding: 0px 44px 0px 18px;
	font-size: 11px;
}

.TopRowAdmin {
	background:  url(header_bg_admin.jpg) no-repeat top center;
	height: 255px;
	text-align: right;
	padding: 30px 62px 0 30px;
	font-size: 11px;
}

.BottomRowAdmin {
	background:  url(footer_bg_admin.jpg) no-repeat bottom center;
	height: 80px;
	padding: 26px 70px 0px 100px;
	color: #fff;
	text-align: right;
	vertical-align: top;
}

.MiddleRowAdmin {
	background: url(main_bg_admin.gif) center repeat-y;
	padding: 0px 55px 0px 18px;
	font-size: 11px;
}
/*-- ============= Styles for skin objects only ============= --*/
/*-- ======================================================== --*/

/*-- LOGIN and USER styles --*/
.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active,
.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active
 {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.LOGIN_object:hover,
a.USER_object:hover
 {
	color: #C9D3E7;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/*-- COPYRIGHT style --*/
.COPYRIGHT_object
 {
 	color:#D3DDF0;
	font-size: 11px;
 }

/*-- ============= Styles for Main Menu Only - SOLPARTMENU ============= --*/
/*-- =================================================================== --*/

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}


/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus and module menus --*/
.MainMenu_MenuItem, .ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #DCE0E9;
	font-size: 11px;
	background: #3C4C73;
	font-weight: bold; 
	font-style: normal; 
	border: #444 0px solid;
	padding: 0px 30px 0px 16px;
	font-weight: bold;
	height: 20px;
}


/*-- hover state in submenus only - solpart and module menus --*/
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFF;
	background: #252D43;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	padding: 0px 30px 0px 16px;
	font-weight: bold;
	height: 20px;
}


/*-- submenu container for solpart menu and module menu --*/
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0 0 0;
	background: #3C4C73;
	padding: 0px;
	border: 1px solid #252D43;
	font-weight: normal;
	filter: none;
}


/*-- idle state for root menu items --*/
.MainMenu_Idle /*-- DEFINED FOR SOLPARTMENU ATTRIBUTE rootmenuitemcssclass --*/ {
	color: #555;
	background: url(menu_item_bg.gif) no-repeat;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #000;
	background: url(menu_item_over.gif) no-repeat;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active /*-- DEFINED FOR SOLPARTMENU ATTRIBUTE rootmenuitemactivecssclass --*/ , .MainMenu_BreadcrumbActive /*-- DEFINED FOR SOLPARTMENU ATTRIBUTE rootmenuitembreadcrumbcssclass --*/ {
	color: #000;
	background: url(menu_item_over.gif) no-repeat;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}


/*-- ============= Styles for Module Menus Only ============= --*/
/*-- ======================================================== --*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}

/*-- ============= Styles for content panes only ============= --*/
/*-- ========================================================= --*/


.LeftPaneBasic {
	width: 262px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.ContentPaneBasic {
	text-align:center;
	padding: 0px 0px 0px 8px;
}

.LeftPaneBasic800 {
	width: 255px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}


.ContentPaneSplash {
	text-align:center;
	padding: 120px 35px 0px 495px;
}

.ContentPaneSplash800 {
	text-align:center;
	padding: 115px 45px 0 0;
}

.ContentPaneAdmin {
	text-align:center;
	padding: 0px 8px 0px 8px;
}

/*-- ============= Styles for container objects only ============= --*/
/*-- ============================================================= --*/

.ContainerTop {
	background: url(container_t.gif) top left repeat-x;
	vertical-align:top;
	height: 52px;
	padding: 17px 0 0 0;
}

.ContainerTopLeft {
	background: url(container_tl.gif) top left no-repeat;
	width: 22px;
	height: 52px;
	padding: 0;
}

.ContainerTopRight {
	background: url(container_tr.gif) top left no-repeat;
	width: 24px;
	height: 52px;
	padding: 0;
}

.ContainerTopActions {
	padding: 0px 0 10px 0px;
	width: 1px;
}

.ContainerTopVisibility {
	padding: 0px 0 10px 20px;
	width: 1px;
}

.ContainerTopTitle {
	padding: 0px 0 10px 0px;
}

.ContainerContent {
	text-align:left;
	padding: 0px 15px 5px 20px;
}

.ContainerContentSplash {
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

/*-- ============= Other Useful Styles for overriding the default DNN CSS - DO NOT RENAME THESE ============= --*/
/*-- ======================================================================================================== --*/

/*-- Style for the Command Buttons in the Admin - Helps distinguish between buttons and text --*/
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #fff;	
	border-top: 1px solid #C4CBD2;
	border-bottom: 1px solid #191D22;
	border-left: 1px solid #808D9E;
	border-right: 1px solid #191D22;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #657589;
	height: 20px;
}

a.CommandButton:hover {
	color: #fff;	
	border-top: 1px solid #B7BEC5;
	border-bottom: 1px solid #11151A;
	border-left: 1px solid #647182;
	border-right: 1px solid #11151A;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #435367;
	height: 20px;
}


.normal, .Normal {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}

a.Normal:link, a.Normal:visited {
	color: #284F93;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}

/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #284F93;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


.Head {
	font-size: 12px;
	color: #555;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

/*-- ============= Styles for overriding undefined element styles only ============= --*/
/*-- =============================================================================== --*/

a:link, a:visited, a:active {
	color: #284F93;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/*-- ========================================================= --*/



