/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


Body
{
    background-color: #DADADA;

}


table, tr, td, p {
	font-family: arial;
	font-size: 12px;
	line-height: 1.3em;
}

td.topTD {
	background: url(/Portals/7/Skins/Brainsolution/bg_top.gif) no-repeat top center;
	height: 162px;
	text-align: right;
	padding: 33px 65px 0 14px;
	font-size: 12px;
	color: #fff;
}

td.middleTD {
	background: none;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

td.bottomTD {
	background: url(bg_footer.gif) no-repeat bottom center;
	height: 128px;
	padding: 0 0px 9px 0px;
	color: #000;
	text-align: center;
	font-size: 12px;
}

label, .normal, .Normal {
	font-family: arial;
	font-size: 12px;
}


table {
	padding: 0;
}

select, input {
	font-family: arial;
	font-size: 12px;
	color: #333;
}

h3 {
	font-family: arial;
	font-size: 12px;
	color: #f6f6f6;
	padding: 0px 0px 0px 0px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: Arial;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration: normal;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 11px;
}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:30px;
                     vertical-align:middle;
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #363636 0px solid; 
	border-top: #363636 0px solid; 
	padding: 0px 1px 0px 5px;
                     letter-spacing: 0px;
                     word-spacing: 2px;
}

.MainMenu_MenuItemSel {
	background: #transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #9ED0E9; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 0px 1px 0px 5px;
                     letter-spacing: 0px;
                     word-spacing: 2px;
}

.MainMenu_MenuIcon {
	background-color: #e2e2e2; 
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: left; 
	width: 12px; 
	height: 21px;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #0160B0; 
	filter: none;
	border: 1px solid #f6f6f6;
	margin-top: 2px;
	padding: 4px;
}

.MainMenu_MenuBreak {
	border-bottom: #363636 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 0px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;

}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 0px solid; 
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #8FA850;
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 0px 0px 0px 0px;
	height: 18px;
	border-bottom: #8FA850 1px solid; 
	border-top: #8FA850 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #8FA850;
	margin-top: 5px;
	border: 0px solid #fff;
	padding: 0px 0px 0px 0px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 0px 10px 0px 5px;
	height: 18px;
	border: 0;
	background: #677E1B;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #666666;
	text-decoration: none;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #9CBC34;
	border-bottom: 1px solid #536B03;
	border-left: 1px solid #9CBC34;
	border-right: 1px solid #536B03;
	padding: 1px 5px 2px 6px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #666666;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 0px solid #6C8710;
	border-bottom: 0px solid #3B4C02;
	border-left: 0px solid #6C8710;
	border-right: 0px solid #3B4C02;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #516A03;
}

a.Normal:link, a.Normal:visited {
	color: #111111;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


a:link, a:visited {
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: normal;
}

a:hover {
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: normal;
}


.Head {
	font-size: 10px;
	color: #333;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
	padding: 0;
}


.NormalRed {
	color: #D08D00;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #666666;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 11px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	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;
}







































