/*========================================================*/
/*         Skin style for IT ServiceLink                  */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/



/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	background: #cccccc;
	color:#000000;
	font-size:11px;
	text-align:center;
	width:880px;
	
}


/* To ensure text consistency */
div,tr,td {
	font-family: verdana;
	font-size:11px;
	line-height:1.4em;
	text-align:left;
}


/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may adjust the site width here */
.SiteWidth {
	width: 945px;
	background-color:#ffffff;
	padding: 20px;
	border: 1px solid #666666; /* Outer border: dark grey */
	text-align: center;
}


/* The container for inner for site table */
.SiteBorder{
	border: 1px solid #cccccc; /* Inner border: dark grey */
	padding: 0px;
	text-align: center;
	width: 900px;

}


/* Style for Solpart Menu */
.Menu {
	background-color: #708090;
	height:25px;
	width:900px;
	padding:0px;

}


/* Style for Panes */
.TopPane{
	background-color:#fff;
	padding:10px 0px 10px 0px;
	width:900px;
}

.LeftPane{
	background-color:#fff;
	padding:0px 0px 0px 0px; 
	width:0px;
	display: none;
	visibility: hidden;
}

.ContentPane{
	background-color:#fff;
	padding:0px 20px 20px 0px;
	width:700px;
	margin: 0px 0px 0px 0px;
}

.RightPane{
	background-color:#fff;
	padding:0px 0px 20px 15px;
	border-left:1px solid #999;
	width:200px;
	line-height:0.5px;	
}

.BottomPane{
	background-color:#fff;
	padding:0px 0px 0px 0px;
	width:900px;
	text-align:center;
	/*padding:10px 0px 10px 0px;*/
}

/* The very tricky separator */
.Separator{
	background-color:#999999;  /* add the background color so the &nbsp; break wouldn't show and will work on both ie and firefox */
	background-image:url(vline.gif); height:25px; width:1px;
	padding-left:3px; /* To create the funny multiple vline */
	padding-right: -5px; /* To create the funny multiple vline */

}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family: verdana;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
	text-align: right;
	margin-right:0px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family: verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}

a.LoginUser:hover{
	font-family: verdana;
	font-size:11px;
	color:#111;
	font-weight:bold;
	text-decoration:underline;
	text-align: center;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family: verdana;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	margin-top:0px;
}

a.LegalLinks:hover {
	font-family: verdana;
	font-size:11px;
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.breadcrumb:link {
	font-family: verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}
.breadcrumb {
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
	text-align: left;
}

a.breadcrumb:active {
	font-family: verdana;
	font-size:11px;
	color:#333333;
	text-decoration: none;
	text-align: left;
}

a.breadcrumb:visited {
	font-family: verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}

a.breadcrumb:hover {
	font-family: verdana;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
}


/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color:#666666;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #778899;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #666666;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #cccccc;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFF;	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 1px 5px 2px 6px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #000000;
}

A.CommandButton:hover    {
	color: #000000;	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 1px 5px 2px 6px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #FFFFFF;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family: verdana;
	font-size: 19px;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #000000;
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	line-height:12pt;
}

.NormalBold {
	color: #000000;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	line-height:12pt;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	font-size: x-small;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family: verdana;
	font-size: 11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#000000;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-left:25px;
	margin-top: 0px;
}

/* Menu bar */
.MainMenu_MenuBar {
 
	height:25px;
	padding:0px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background:transparent;
	color: #000000;
	font-family:  verdana; 
	font-size: 11px; 
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 4px 0px;
	border:0px;
	/* was 0px 0px 1px 0px; */
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	/*z-index: 1; */
	background: #B0C4DE; 
	/* added border*/
	border: 0px;
	padding: 5px 5px 5px 5px;
	filter:alpha(opacity=95);
    opacity: 0px.95;
    -moz-opacity:0px.95;
    margin-top:1px;
/* was 3px 3px 3px 3px; */
   /* width: 300px;*/
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#B0C4DE;  /* for sub menu rollover effect*/
	font-family: verdana;
	font-size: 11px; 
	font-weight: bold; 
	color:#ffffff;
	border: 0px;
	padding: 0px 0px 4px 0px;
	filter:alpha(opacity=95);
    opacity: 0px.95;
    -moz-opacity:0px.95;
/* was padding: 0px 0px 3px 0px;*/
}


/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #ffffff;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	position: static;
/*padding:0px 1px 0px 1px;*/
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	position: static;
/*padding:0px 1px 0px 1px;*/
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:#B0C4DE;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	position: static;
/*padding:0px 1px 0px 1px;*/
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0px;
}


/* Elements we don't really need to see */

.MainMenu_RootMenuArrow,
.MainMenu_MenuArrow
{
	display:block;
	border:0px;
	padding:0px;
	margin-top:7px; /* was 0px */
	padding-right: 3px;
}
.MainMenu_MenuIcon
{
display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #cccccc;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: verdana;
	color: #cccccc;
	font-size: 11px; 
	font-weight: bold; 
	border: #000000 1px solid;
	padding: 1px 4px 0px 0px;
/*	border: #cccccc 1px solid;*/
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	margin: 2px 0px 0px -6px;
	background-color: #eee;  
	border: #cccccc 1px solid;
	padding: 0px 4px 0px 0px;

}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: verdana;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	color: #cccccc;
	background: #cccccc;
	border: #cccccc 1px solid;
	padding: 1px 1px 0px 0px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}

/*Added on 30/04/2008 by C Aukett for the addition on the Text Size Pro tool*/

.TextSizePro
{
    align: right;
    margin-top:-20px;
    margin-left:820px;
    height:20px;
}

.ITSLFooter {

	align: left;
	font-family: verdana;
	font-size: x-small;
	color: #666666;
	margin-top:3px;
    	height:20px;
}