/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
#Logo {
	background-color: #000;
	background: url(/Portals/0/Skins/Vipro/vipro_header_0.jpg) no-repeat top left;
	height: 156px;
	text-align: right;	
}
.NewsPane {
	width: 150px;
	background-color: #000;
}

#FillColor {
	background-color: #000;
	
}
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
A.SelectedTab:link {
	text-decoration: none;
	color: #2E2E2E;
}
A.SelectedTab:visited {
	text-decoration: none;
	color: #2E2E2E;
}
A.SelectedTab:active {
	text-decoration: none;
	color: #2E2E2E;
}
A.SelectedTab:hover {
	text-decoration: underline;
	color: #6F74A5;
}

.SelectedTabR {
    font-weight: bold;
    font-size: 8.5pt;
    color: #CE0B0B;
    font-family: Verdana;
    text-decoration: none;
}
A.SelectedTabR:link {
	text-decoration: none;
	color: #FF0000;
}
A.SelectedTabR:visited {
	text-decoration: none;
	color: #FF0000;
}
A.SelectedTabR:active {
	text-decoration: none;
	color: #2E2E2E;
}
A.SelectedTabR:hover {
	text-decoration: underline;
	color: #FFF;
}
/* text style for the unselected tabs */

.OtherTabs {
   font-weight: bold;
   font-size: 8.5pt;
	color: #6F74A5;
	text-decoration: none;
	font-family: Verdana;
   text-decoration: none;
}
A.OtherTabs:link {
	text-decoration: none;
	color: #FFF;
}
A.OtherTabs:visited {
	text-decoration: none;
	color: #FFF;
}
A.OtherTabs:active {
	text-decoration: none;
	color: #FFF;
}
A.OtherTabs:hover {
	text-decoration: none;
	color: #6F74A5;
}

.LargeTabs {
   font-weight: bold;
   font-size: 10.5pt;
	color: #969ABE;
	text-decoration: none;
	font-family: Verdana;
   text-decoration: none;
	text-align: center;
	}
	
A.LargeTabs:link {
	text-decoration: none;
	color: #FFF;
	
}
A.LargeTabs:visited {
	text-decoration: none;
	color: #FFF;
}
A.LargeTabs:active {
	text-decoration: none;
	color: #FFF;
}
A.LargeTabs:hover {
	text-decoration: none;
	color: #6F74A5;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    bold;
    color: #FFF;
}

.HeadDark   {
    font-family: Verdana;
    font-size:  17px;
    font-weight:    bold;
    color: #333;
	 padding-top: -10px;
	 padding-left: 4px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #ED1b2d;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #056bb3;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	 color: White;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
	 
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalRedl
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: Normal;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
	 color: White;
}

.NormalLarge
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
	 color: White;
}

.NormalBlack
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	 color: Black;
}

.Black
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	 color: Black;
}

.NormalBlackBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: Bold;
	 color: Black;
}

A.Black:link {
    text-decoration:    underline;
    color: Black;
}

A.Black:visited  {
    text-decoration:    underline;
    color: Black;
}

A.Black:active   {
    text-decoration:    underline;
    color: Black;
}

A.Black:hover    {
    text-decoration:    underline;
    color: Black;
}

.Yellow
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	 color: #FFD700;
}


A.Yellow:link {
    text-decoration:    underline;
    color: #FFD700;
}

A.Yellow:visited  {
    text-decoration:    underline;
    color: #FFD700;
}

A.Yellow:active   {
    text-decoration:    underline;
    color: #FFD700;
}

A.Yellow:hover    {
    text-decoration:    underline;
    color: White;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
   
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #6F74A5;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6F74A5;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #6F74A5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.CommandButtonYellow     {
   
}

A.CommandButtonYellow:link {
    text-decoration:    underline;
    color: #FFD700;
}

A.CommandButtonYellow:visited  {
    text-decoration:    underline;
    color: #FFD700;
}

A.CommandButtonYellow:active   {
    text-decoration:    underline;
    color: #FFD700;
}

A.CommandButtonYellow:hover    {
    text-decoration:    underline;
    color: White;
} 
        
/* GENERIC */

Body {
	background: #000000;
}
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: White;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: Red;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  11px;
    color: #003366;
}
TD    {
     font-size:  11px;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* 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; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: black 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand;
}

/* Main Menu */

.MenuSpacer {
	background: url(/Portals/0/Skins/Vipro/bpixel_lrg.gif);
	width: 15px;
	color: #000;
	
				
}

.MainMenu_MenuContainer {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#056bb3', endColorStr='#8AAAD9', gradientType='1');
	background-color: #056bb3;
	padding: 0px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

#BlueBack {
	background-color: #006BB7;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#006BB7', endColorStr='#8AAAD9', gradientType='1');
}

#BlueBack2 {
	background-color: #8AAAD9;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8AAAD9', endColorStr='#F7F9FC', gradientType='1');
}
.BlueHeader {
        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#006BB7', endColorStr='#F7F9FC', gradientType='1');
	background-color: #006BB7;
	width: 100%;
}

.BlueBack2 {
	background-color: #8AAAD9;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8AAAD9', endColorStr='#F7F9FC', gradientType='1');
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 20px solid;
	padding: 0px 10px 0px 5px;
	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #8AAAD9; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	padding: 0px 10px 0px 5px;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	color: #056bb3;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.LoginButton {
	background: url(InstallerReg.jpg) no-repeat;
}

.border {
	
	border: 1px solid Red;
	}

