/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
      5. Footer

C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #BABABA url('../../pics/background_shim.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;
	color: #666;
}
body, p, div, td {
	font-family: Arial,Verdana;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #E3EAED;
	border-bottom: #B1B5B6 1px solid;
	color: #666;
	text-decoration: none;
}
div#contentArea a.button:hover {
	color: #FF8800;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 994px;
	margin: auto auto;	
	background: transparent url('../../pics/background_content.gif') no-repeat top center;
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	
	color: #666;
	font-size: x-large;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */

#Header .content{
	background: transparent url('../../pics/background_head.jpg') no-repeat top left;
	height:166px;
}

#Header img{
	margin:0px 0px 0px 15px;
}

/*#Header div.title {
	width: 300px;
	float: left;
}*/

#Header div.details {
	width: 400px;
	float: right;
}
#Header div.languages {
	text-align: right;
	color: #FFFFFF;
	padding-top: 3px;
}
#Header div.languages a img {
	padding: 0px;
	border: 0px;
}
#Header div.version {
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;

}
#Header div.version span {
	color: #00AFFF;
}
#Menu {
	background: transparent url('../../pics/menu_back.jpg') no-repeat top center;
	height:69px;
	margin:0px;
	padding:0px;
}
#Menu ul {
	padding: 0px;
	margin:30px 0px 0px 0px;
	height:29px;
	float:right;
	list-style: none;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-right:12px;
	padding: 5px;
}
#Menu ul li a {
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
#Menu ul li.selected a {
	color: #CAD0E4;
	border-bottom:solid 3px #CAD0E4;
}
#Menu ul li a:hover {
	color: #FFFFFF;
}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 0px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 243px;
	padding-left: 15px;
	padding-top: 5px;
	float: left;
}
#Wrapper #Navigation .logout,
#Wrapper #Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 233px;
}
#Wrapper #Navigation .logout,
#Wrapper #Navigation ul li {
	
	background: transparent url('../../pics/subMenu_back.gif') no-repeat top center;
	margin-bottom:1px;
	padding-bottom:1px;
}
#Wrapper #Navigation .logout a {
	display:block;
	text-decoration:none;
	padding: 7px;
	font-weight:bold;
	color:#FF8800;
}
#Wrapper #Navigation ul li a {
	display: block;
	padding: 5px;
	color: #666;
	font-weight:bold;
	text-decoration: none;
}
#Wrapper #Navigation ul li.buttonSubMenu {
	font-size: 85%;
}
#Wrapper #Navigation ul li.buttonSubMenu a {
	padding-left: 25px;
	color: #00AFFF;
}
#Wrapper #Navigation ul li a:hover {
	color:#FF8800;
	text-decoration: none;
}
#Wrapper #Navigation .navigationFade{
	margin-top:1px;
	width:233px;
	height:178px;
	display:block;
	background: transparent url('../../pics/subMenu_Fade.jpg') no-repeat top center;
}

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 710px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	padding-right: 15px;
	padding-top:5px;
	float: right;
}

#Wrapper #Page h1{
	background: transparent url('../../pics/h1_shim.jpg') no-repeat top left;
	margin:0px;
	padding:2px 0px 0px 0px;
}
#Wrapper #Page h3{
	font-size:larger;
	color:#333;
	margin:3px 0px 3px 0px ;
	padding:0px;
}

#Wrapper #Page p{
	margin:3px 0px 3px 0px ;
	padding:0px;
}

#Wrapper #Page #Breadcrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width:50%;
	float: left;
}
#Wrapper #Page #Breadcrumbs a {
	color: #666;
	text-decoration: none;
}
#Wrapper #Page #Breadcrumbs a:hover {
	color: #FF8800;
	text-decoration: underline;
}
#Wrapper #Page #SiteSearch {
	width: 50%;
	float: right;
	text-align: right;
}
#Wrapper #Page #SiteSearch input {
	border: #666 1px solid;
}
#Wrapper #Page #SiteSearch a {
	background: #666;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#Wrapper #Page #Banner {
	height: 350px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	background: #BABABA url('../../pics/background_footer.jpg') no-repeat top center;
	height:80px;
}

#Footer .content .baseInfo{
	float:right;
	width:735px;
	padding-top:2px;
	
}

#Footer .content .baseInfo .left{
	float:left;
	width:450px;
	font-size:smaller;
}
#Footer .content .baseInfo .right{
	float:right;
	width:250px;	
}

#Footer .content .vsiLink {
	float:left;
	width:230px;
	text-align:right;
	margin-top:10px;
	padding:40px 0px 0px 15px;
}
#Footer .content .vsiLink a {
	color: #FFF;
	text-decoration: none;
}
#Footer .content .vsiLink a:hover {
	color: #FF8800;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer ul li {
	list-style-type: none;
	float: left;
	padding: 5px;
}
#Footer ul li a {
	font-size: small;
	color: #2B2B2A;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#Footer ul li a:hover {
	color: #00AFFF;
	background: #003D5A;
}


/* *********************************************************** */
/* C. Modules                                                  					*/
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}


/* ----------------------------------------------------------- */
/* Validation                                               */
/* ----------------------------------------------------------- */
#Wrapper #content #Page #contentArea  .Validator{
	color:#990000;
}

/* ----------------------------------------------------------- */
/* Forms									*/
/* ----------------------------------------------------------- */
INPUT, SELECT, TEXTAREA{
	border:solid 1px #666;
	color:#666;
	font-family: Arial,Verdana;
	font-size: small;
}

#Wrapper #Page #contentArea .commentForm .formSet{
	margin-bottom:8px;
}

#Wrapper #Page #contentArea #tblMenu .button,
#Wrapper #Page #contentArea .commentForm .ButtonImg{
	background: #E3EAED url('../../pics/bg_arrow.gif') no-repeat bottom right;
	border-bottom:solid 2px #B1B5B6;
	height:20px;
	padding: 4px 12px 5px 4px;
	width:100px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#Wrapper #Page #contentArea #tblMenu .loginButtons a:hover,
#Wrapper #Page #contentArea .commentForm a:hover{
	color:#FF8800;
}
#Wrapper #Page #contentArea #tblMenu .loginButtons{
	height:30px;
}
div#contentArea div.grayBox {
	float:left;
	margin: 5px 10px 10px 0px;
	width:220px;
	border:3px #898A8A solid;
	background-color:#DFDFDF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#contentArea div.grayBox h4 {
	color: #FFF;
	margin: 0px;
	background-color:#898A8A;
	padding:3px 5px 3px 5px;
}
div#contentArea div.grayBox div.boxContent{
	padding:3px 5px 3px 5px;
}
div#contentArea div.grayBox div.col1, div#contentArea div.grayBox div.col3, div#contentArea div.grayBox div.col5{
	float:left;
	width:200px;
	font-weight:bold;
	margin:0 0 10px 0px;
}
div#contentArea div.grayBox div.col2,div#contentArea div.grayBox div.col4,div#contentArea div.grayBox div.col6{
	float:left;
	width:536px;
	margin:0 0 10px 0px;
}
div#contentArea div.grayBox div.col3 { width:252px }
div#contentArea div.grayBox div.col4 { width:436px }
div#contentArea div.grayBox div.col5 { width:160px }
div#contentArea div.grayBox div.col6 { width:170px }
div#contentArea div.messageBox {
	float:left;
	margin: 5px 0 5px 0;
	padding: 5px;
	width:700px;
	border:3px #6E7AA2 solid;
	background-color:#D6DEF8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bolder;
}