﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

form
{
    height:100%;
}
html,body
{
    margin:0;
    padding:0;
    height:100%;
    font: 75% arial,sans-serif;   	
    font-size:small;
	text-align:center;	
}


/*a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}*/

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

div#container
{
	text-align:left;		
	min-width:1200px;
	width:90%;
	margin:0 auto;
	position:relative;
	/*background-color:#F5F5F5;*/	
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	overflow:visible;
   
}

div#content p
{
	line-height:1.4;
}

/*Horizontal menu at the top after header*/
div#navigation
{
	/*background:#C8D3E1;*/
	width:100%;/*1195px; 	
	padding:2px;*/
	margin-bottom:2px; 
	margin-top:2px;			
}

/*Vertical menu on left side
div#navigation
{
	background:#C8D3E1;
	float:left;
	width:200px; 
	margin-bottom:2px;
	padding:10px;	
}*/



div#footer
{
    font-size:small;
	/*background:#C8D3E1;*//*#7391B5;*/
	width:100%;
	bottom:0;	
	position:absolute;
	
	/*height:10px;	
	margin-top:-10px;
	clear:both;
	margin-bottom:-10px;*/
}

div#footer p
{
	margin:0;
	padding:5px 10px    
}

/*Horizontal layout for main content*/
div#content
{	
    /*padding:1em 1em 5em;  bottom padding for footer */ 
	min-width:1195px;	
	width:90%;
	/*background-color:#F5F5F5;*/
	margin-bottom:5px; 
	margin-top:5px;	
	padding:2px; 
	height:auto; /*!important;*/ /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100px;
	/*overflow:auto;*/
	/*padding-bottom:10px;*/
}

div#fieldset
{    
    background-color:transparent;
    border:2px solid gray;
}

/*Vertical layout for main content
div#content
{
	float:right;
	width:807px;
	height:auto;
	background-color:#EBEBEB;	
	margin-left:2px;
	padding:10px;
}*/

/*Horizontal layout for login piece*/
div#extra
{
	float:left;
	clear:left;
	width:1046px;
	height:auto;
	background:#C8D3E1;
	padding:2px;
	/*margin-bottom:2px; 
	margin-top:2px;*/
}


/*Vertical layout for login piece
div#extra
{
	float:left;
	clear:left;
	width:210px;
	background:#C8D3E1;
	padding:5px;
}*/

.page
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/*
#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}*/

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
	color: #555;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;	
}

/*
div#verticalZone
{    
    padding:10px;
    margin:15px;    
}


div#leftZone
{ 
    float:left;
    padding:10px;
    margin:15px;     
}

div#rightZone
{   
    float:right;
    padding:10px;   
    margin:10px;    
}
*/

.verticalZone
{    
    float:left;    
    padding:5px;
    margin:5px; 
   
}


.centerZone
{ 
	margin-top:4px;  
    float:left;
    padding:5px;
    padding-top:6px;
 
}

.leftZone
{    
    float:left;    
    padding:5px;
    margin:5px;  
}

.rightZone
{       
    float:right;    
    padding:5px; 
    margin-top:5px;  
    /*margin-left:15px;*/
}

.topZone
{
    position: relative;    
    padding:5px;
    margin-bottom:5px;   
}

.bottomZone
{
    position:absolute;     
    bottom: 0;   
    padding:5px; 
    margin-top:5px;     
}

div#widgetPanel
{    
    border:thin outset #F0F0F0;
    background-color:#F0F0F0;
    padding:10px; 
    margin:10px  
}

div#layoutPanel
{   
    border:thin outset #F0F0F0;
    background-color:#F0F0F0;
    padding:10px;    
}

div#FixedPanel
{
    border:thin solid Gray;
    background-color:#F5F5F5;
    padding:10px;  
    margin:10px  
}

span#close { 
    padding-bottom:3px;  
    margin-bottom:3px; 
    margin-right:-3px;
    width: 1.1em; 
    height: .9em; 
    text-align: center;    
    font-weight:bold;
    font-size:smaller;
    color:Gray;    
    border: 1px solid gray; 
    background-color: #fff; 
    cursor: pointer; 
    float:right;
}​
  
.btnFloat {
	float: left;
	padding-right:8px;
	display: inline-table;
}

.btnInline {
	display: inline-table;
}
   

/* TAB MENU   
----------------------------------------------------------*/

a {
	color: #900;
	text-decoration: none;
	}

a:hover {	
	color: #034af3;
	}

/* Vertical Menu Root = Vertical, Secondary = Vertical 
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px; For KHTML
	list-style: none;
	display: block;
	}*/
	
/* Horizontal Menu Root = Horizontal, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px; /*For KHTML*/
	list-style: none;
	display: inline;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}
	
/*Horizontal Menu to show the 2nd menu level*/
ul#navmenu ul {
	display: none;
	position: absolute;
	z-index: 999;	
    }
	
/*Horizontal Menu to show the 3rd menu level*/
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 100%;
    }
	
/*Vertical Menu to show all the levels
ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}*/

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
    }
	
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
    }
	
	


/* Root = Vertical, Secondary = Vertical */

/*
ul#menu
{
	border-bottom: 1px #339999;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}
*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
	/*width: 180px;
	border: 1px solid #CCC;*/
}

input[type="password"] 
{
	/*width: 180px;
	border: 1px solid #CCC;*/
}

.mybutton
{
	background: url(Images/button.jpg) no-repeat;
	cursor:pointer;
	width: 60px;
	height: 20px;
	border: none;   
}

/* TABLE
----------------------------------------------------------*/
table.tblClass
{
  padding:1px; 
  border-spacing:1px;
  width:100%;
}


table 
{       
  /*border: solid 1px #e8eef4;
  border-collapse: collapse;*/
}

table td 
{
  /*padding: 10px;   
  border: solid 1px #e8eef4;*/
}

table th
{
  /*padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;*/ 
}

td.container
{
	width:50%; 
	vertical-align:top;
}

td.mouseOverEffect
{
    background-color:#F0F0F0;
    border-color: #F0F0F0 #F0F0F0 #F0F0F0 #F0F0F0;
    border-style: solid;
    border-width: thin; 
}
td.mouseOverEffect:hover 
{
    background-color:#CAE4FA;
    border-color: blue blue blue blue;
    border-style: solid;
    border-width: thin; 
} 

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}
.center
{
	text-align:center;
}
.left 
{       
	float:left;
}
.right 
{       
	float:right;
}

.error
{
	color:Red;
}

fieldset.bgWhite
{
	background-color:#FFFFFF;
}

#menucontainer
{
	margin-top:40px;
}

div#title
{
	display:block;
	float:left;
	text-align:left;
}

#bannerlink
{
    font-size:small;
    font-weight:normal;
    /*color:black;*/
   
}

.loggedindisplay
{
   float:right;
   font-size:small;
   font-weight:normal;
   /*color:black;*/
}

#logindisplay
{
    float:right;
	font-size:1.1em;
	color:Black;
	padding-bottom:10px;    
}

#logindisplay a:link
{
	color: Blue;
	text-decoration: none;
}

#logindisplay a:visited
{
	color: Blue;
	text-decoration: none;
}

#logindisplay a:hover
{
	background-color:transparent;
	color: Blue;
	text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: normal;
    font-style:italic;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

.validation-summary-success
{
	font-weight: bold;
	color: Green;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
	/*margin: 0.5em 0;*/
}

.text-box
{
	/*width: 30em;*/
}

.text-box.multi-line
{
	/*height: 6.5em;*/
}

.tri-state
{
	/*width: 6em;*/
}

.rightAlign
{
	text-align: right;
}

.Url Input {
        color: blue !important;
        text-decoration: underline;
        cursor:  pointer;
    }

/*Account Info*/
.tblAcInfoclass
{
	width:690px;
}
.tblAcChartclass
{
	padding-left:80px;
}


/* Order Review*/
table#tblGrid tr td
{
	border-collapse: collapse;
	padding: 4px 6px;
}

.tblClassEditor
{
	width: 100%;
}


/* Styles for grid buttons*/
/* -------------------------------------------------------*/
.btnDelete
{
	background: url('images/trash.png') no-repeat center right;
	display:block; 
	height:16px; 
	width:16px;
}
.btnEdit
{
	background: url('images/edit.png') no-repeat center right;
	display:block; 
	height:16px; 
	width:16px;
}


/*Styles for toolbar
---------------------------------------------------------*/
.horizontaltoolbar {
    padding: 1px 5px 1px 5px;
    border-spacing: 5px 1px;
}

.verticaltoolbar {
    padding:5px;
    border-spacing:5px;
}

.toolbar_Default {
    background-color: #e3e3e3;
    border-style: solid;
    border-color: #A8A8A8;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Default
{
    background-color:#e3e3e3;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px; 
    padding-bottom:1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}
.mouseOverEffect_Default:hover 
{
    background-color: #888888;
    border-color: black;
    border-style: solid;
    border-width: 1px; 
    padding-bottom:1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}

.toolbar_Aqua {
    background-color: #d9e6f8;
    border-style: solid;
    border-color: #AECAF0;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Aqua
{
    background-color: #d9e6f8;
    border-color: #d9e6f8;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}
.mouseOverEffect_Aqua:hover 
{
    background-color: #ffd7a6;
    border-color: #FFAB3F;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}

.toolbar_BlackGlass {
    background-color: #444444; /*#e5ebef;*/
    border-style: solid;
    border-color: #16171B; /*#92a9bc;*/
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_BlackGlass
{
    background-color: #444444; /*#e5ebef;*/
    border-color: #444444; /*#e5ebef;*/
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}
.mouseOverEffect_BlackGlass:hover 
{
    background-color: #82b3ce; /*#c1ced9;*/
    border-color: #82b3ce; /*#92a9bc;*/
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;
}

.toolbar_DevEx {
    background-color: #f0f1f3;
    border-style: solid;
    border-color: #9da0aa; /*#b8bac2;*/
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_DevEx
{
    background-color: #f0f1f3;
    border-color: #f0f1f3;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_DevEx:hover 
{
    background-color: #c1ced9;
    border-color: #b8bac2;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Glass {
    background-color: #f5f5f5; /*#eaf5f5;*/
    border-style: solid;
    border-color: #A5A6A8; /*#b8bac2;*/
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Glass
{
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Glass:hover 
{
    background-color: #C0DDE0;
    border-color: #8dc1c7;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Metropolis {
    background-color: #f0f0f0;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Metropolis
{
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px;  
}
.mouseOverEffect_Metropolis:hover 
{
    background-color: #FF8800;
    border-color: #FF8800;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_MetropolisBlue {
    background-color: #e3e3e3;
    border-style: solid;
    border-color: #A8A8A8;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_MetropolisBlue
{
    background-color:#e3e3e3;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_MetropolisBlue:hover 
{
    background-color: #888888;
    border-color: black;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2003Blue {
    background-color: #c3daf9;
    border-style: solid;
    border-color: #002D96;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2003Blue
{
    background-color:#c3daf9;
    border-color: #c3daf9;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2003Blue:hover 
{
    background-color: #FFD69A;
    border-color: #002D96;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2003Olive {
    background-color: #e0e0b9;
    border-style: solid;
    border-color: #758D5E;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2003Olive
{
    background-color:#e0e0b9;
    border-color: #e0e0b9;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2003Olive:hover 
{
    background-color: #FFD69A;
    border-color: #758D5E;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2003Silver {
    background-color: #dfdfea;
    border-style: solid;
    border-color: #7c7c94;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2003Silver
{
    background-color:#dfdfea;
    border-color: #dfdfea;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2003Silver:hover 
{
    background-color: #FFD69A;
    border-color: #7c7c94;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2010Black {
    background-color: #a2a1a1;
    border-style: solid;
    border-color: #6a6a6a;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2010Black
{
    background-color:#a2a1a1;
    border-color: #a2a1a1;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2010Black:hover 
{
    background-color: #fddc7f ;
    border-color: #f2ca58;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2010Blue {
    background-color: #dae5f2;
    border-style: solid;
    border-color: #8ba0bc;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2010Blue
{
    background-color:#dae5f2;
    border-color: #dae5f2;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2010Blue:hover 
{
    background-color: #fddc7f ;
    border-color: #f2ca58;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Office2010Silver {
    background-color: #e7eaee;
    border-style: solid;
    border-color: #868b91;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_Office2010Silver
{
    background-color:#e7eaee;
    border-color: #e7eaee;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Office2010Silver:hover 
{
    background-color: #fddc7f ;
    border-color: #f2ca58;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_PlasticBlue {
    background-color: #3E5496;
    border-style: solid;
    border-color: #2C4182;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_PlasticBlue
{
    background-color:#3E5496;
    border-color: #3E5496;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_PlasticBlue:hover 
{
    background-color: #8ca6d6 ;
    border-color: #8ca6d6;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_RedWine {
    background-color: #c62760;
    border-style: solid;
    border-color: #8A0A37;
    border-width: 1px;
    width: 100%;
}

.mouseOverEffect_RedWine
{
    background-color:#c62760;
    border-color: #c62760;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_RedWine:hover 
{
    background-color: #D69BD3 ;
    border-color: #8A0A37;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_SoftOrange {
    background-color: #F4F4F4;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 3px;
    width: 100%;
}

.mouseOverEffect_SoftOrange
{
    background-color:#F4F4F4;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_SoftOrange:hover 
{
    background-color: #F15E34 ;
    border-color: #F15E34;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

.toolbar_Youthful {
    background-color: #D3E4A6;
    border-style: solid;
    border-color: #9cc525;
    border-width: 3px;
    width: 100%;
}

.mouseOverEffect_Youthful
{
    background-color:#D3E4A6;
    border-color: #D3E4A6;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}
.mouseOverEffect_Youthful:hover 
{
    background-color: #f4bd17 ;
    border-color: #f4bd17;
    border-style: solid;
    border-width: 1px; 
    padding-bottom: 1px;
    padding-top:1px;
    padding-left:3px;
    padding-right:3px; 
}

div#header_Default
{    
	background-color:#53759D; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Default h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#FFFFFF;
}

div#header_Aqua
{    
	background-color:#d9e6f8; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Aqua h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#283b56
}

div#header_BlackGlass
{    
	background-color:#444444; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_BlackGlass h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:white;
}

div#header_DevEx
{    
	background-color:#f0f1f3; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_DevEx h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#201f35;
}

div#header_Glass
{    
	background-color:#f5f5f5; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Glass h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Metropolis
{    
	background-color:#f0f0f0; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Metropolis h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#333333;
}

div#header_MetropolisBlue
{    
	background-color:#e3e3e3; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_MetropolisBlue h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Office2003Blue
{    
	background-color:#c3daf9; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2003Blue h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Office2003Olive
{    
	background-color:#e0e0b9; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2003Olive h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Office2003Silver
{    
	background-color:#dfdfea; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2003Silver h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Office2010Black
{    
	background-color:#a2a1a1; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2010Black h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_Office2010Blue
{    
	background-color:#dae5f2; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2010Blue h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#1e395b;
}

div#header_Office2010Silver
{    
	background-color:#e7eaee; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Office2010Silver h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}

div#header_PlasticBlue
{    
	background-color:#3E5496; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_PlasticBlue h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:white;
}

div#header_RedWine
{    
	background-color:#c62760; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_RedWine h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:white;
}

div#header_SoftOrange
{    
	background-color:#F4F4F4; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_SoftOrange h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:#707070;
}

div#header_Youthful
{    
	background-color:#D3E4A6; 
	margin-bottom:2px; 
	height:50px;
    padding:2px;
}

div#header_Youthful h1
{
    width:100%;
	height:50px;
	line-height:50px;
	margin:0;
	padding-left:10px;  
	color:black;
}
