/* ================================
    Common CSS STYLES FOR VCSSO-Department skins
   ================================
*/

/* style for the search control (custom) */
.Search{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	color: #000000;
}
A.Search:link {
    text-decoration:    none;
	font-weight: normal;
    color: #23235E;
}

A.Search:visited  {
    text-decoration:    none;
	font-weight: normal;
    color: #23235E;
}

A.Search:active   {
    text-decoration:    none;
	font-weight: normal;
    color: #FFFFFF;
}

A.Search:hover    {
    text-decoration:    none;
	font-weight: normal;
    color: #FFFFFF;
}

/* text style for the copyright label (custom) */
.VCSSO_CopyRight {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.VCSSO_Terms {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* style for the login label to hide it */
.VCSSO_HideLogin{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 8pt;	
}
A.VCSSO_HideLogin:link {
	text-decoration: none;
	font-weight: normal;
	color: #F8F8F8;
}

A.VCSSO_HideLogin:visited  {
    text-decoration:    none;
	 font-weight: normal;
    color: #F8F8F8;
}

A.VCSSO_HideLogin:active   {
    text-decoration:    none;
	 font-weight: normal;
    color: #ECECEC;
}

A.VCSSO_HideLogin:hover    {
	text-decoration: none;
	font-weight: normal;
	color: #ECECEC;
}

/* text style for the username label (custom) */
.VCSSO_UserName {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;	
}
A.VCSSO_UserName:link {
    text-decoration:    none;
    color: #FF0000;
}

A.VCSSO_UserName:visited  {
    text-decoration:    none;
    color: #FF0000;
}

A.VCSSO_UserName:active   {
    text-decoration:    none;
    color: #0000FF;
}

A.VCSSO_UserName:hover    {
    text-decoration:    none;
    color: #0000FF;
}

/* style for the breadcrumbs (custom) */
.VCSSO_BreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;	
}
A.VCSSO_BreadCrumb:link {
    text-decoration:    none;
    color: #000000;
}

A.VCSSO_BreadCrumb:visited  {
    text-decoration:    none;
    color: #000000;
}

A.VCSSO_BreadCrumb:active   {
    text-decoration:    none;
    color: #AE0000;
}

A.VCSSO_BreadCrumb:hover    {
    text-decoration:    none;
    color: #AE0000
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color: #000000;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color: #000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #000000;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	 color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
	 color: #000000;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  24px;
    font-weight: normal;
    color: #000000;
}

H2  {
    font-family: Verdana;
    font-size:  22px;
    font-weight:    normal;
    color: #000000;
}

H3  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

H4  {
    font-family: Verdana;
    font-size:  18px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Verdana;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;	
}

TFOOT, THEAD, TBODY    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

/* 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 1px solid; 
	border-top: white 1px solid; 
	border-right: white 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 */

.MainMenu_MenuContainer {
	background-color: transparent;	
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;		
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	background-color: transparent;
}

/*
the .MainMenu_MenuIcon and .MainMenu_SubMenu classes are part of the branches theme.css
*/


.MainMenu_MenuBreak {
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	background-color: transparent;
	height: 1px;	
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*text style for selected root menu item (custom)*/
.VCSSO_RootMenuItemBreadCrumb{
	color: #23235E;
	font-weight: normal;
}
