/* ----- SBSC style sheet by Xentica (2008) -----*/

/* ------ MEDIA TAG ----- */
/* this tag determines if the style sheet if for screen or for print*/

@media print {

/* ********************************************************************* */

/* ----- HTML TAGS ----- */
/* these styles are for default html properties */

body {
	background-color: #014680;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	/* the following style adds a scrollbar to firefox when too short to scroll normally, which keeps the page width consistant */
	overflow: -moz-scrollbars-vertical;  
}


img {
	border:none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #014680;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #005dab;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #014680;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #005dab;
	text-decoration: underline;
}

a:hover {
	color: #005dab;
	text-decoration: underline;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #d2c39c;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.contentContainer li {
    list-style-image: url(/images/template/bullet-01.gif);
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


textarea {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

input {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

select {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

td {
    padding: 4px 4px 4px 4px;
}

/* ----- END HTML TAGS ----- */

/* ********************************************************************* */

/* ----- CONTAINTERS ----- */
/* these styles are for containers and layout */

.siteContainer {

}

.headerBgContainer {

}

.headerContainer{
display: none;
}

.headerPrint {
    
}

.headerTitle {

}

.contentBgContainer {

}

.containerTopContainer {
display: none;
}

.contentBgContainerLogo {

}

.contentBgContainerLeft01 {

}

.contentBgContainerLeftSpacer {

}

.contentContainer {

}

.contentBgContainerLine {

}

*html .contentBgContainerLine {

}

.contentLeftContainer {
display: none;
}

.contentLeft {
display: none;
}

.menu {
display: none;
}

.menu ul {
display: none;
}

.menu li {
display: none;
}

.menu li a {
display: none;
}

.menu li a:hover {
display: none;
}

.menu li ul {
display: none;
}

.menu li ul li {
display: none;
}

.menu li ul li a {
display: none;
}


.menu li ul li a:hover {
display: none;
}


.contentRightContainer {

}

.contentRight {
    padding: 20px 0px 0px 0px;
}

.footerBgContainer{
}

.footerContainer {
	color: #000000;
}

.footerContainer a {
	color: #000000;
    text-decoration: none;
}

.footerContainer a:hover{
	color: #000000;
    text-decoration: none;
}

.footerLeft {
    padding: 10px 0px 0px 0px;
    font-size: 13px;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.footerRight {
    padding: 10px 0px 0px 0px;
    font-size: 11px;
}

.xenticaLogoScreen {
display: none;
}

.xenticaLogoPrint {

}

.popupcontainer {
    background-image: url(/images/template/bg-content.gif);
    background-repeat: repeat-x;
    width: 400px;
    height: 500px;
	margin: 0px auto;
	padding: 20px 10px 10px 10px;
	background-color: #f6f1de;
	border-top: 5px solid #005dab;
	border-bottom: 5px solid #005dab;
}

.popupcontainer2 {
    background-image: url(/images/template/bg-content.gif);
    background-repeat: repeat-x;
	margin: 0px;
	padding: 30px 20px 20px 20px;
	background-color: #f6f1de;
	border-top: 5px solid #005dab;
	border-bottom: 5px solid #005dab;
}

.popupcontainer2 li {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}


/* ----- END CONTAINTERS ----- */

/* ********************************************************************* */

/* ----- CONTENT -----*/
/* these styles are for certain content and pages */

.boxDiv {
    border: 1px solid #d2c39c;
    padding: 5px 5px 5px 5px;
}

.table1 th {
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table1 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.table2 th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table2 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.table3 th {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table3 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.borderTop{
    border-top: 1px solid #d2c39c;
}

/* ----- END CONTENT -----*/

/* ********************************************************************* */

/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textSmaller2 {
	font-size: 85%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.displayNone {
    display: none;   
}

.pSpacer {
    height: 20px;
}

.formRequired {
    color: maroon;
}

.button01 {
    background-color: #efe6ce;
    border: 1px solid #d2c39c;
    padding: 2px 2px 2px 2px;
    color: #002b4e;
    font-weight: bold;
    cursor: pointer;
}

.blue {
    color: #014680;
}

#javaScriptInfobox{
    position: absolute;
    width: 250px;
    visibility: hidden;
    z-index: 100;
	background-color: #005dab;
	color: #ffffff;
	border: 1px solid #002a4c;
	padding: 5px 7px 5px 7px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.jsInfoboxLink {
    border-bottom: 1px dotted #005dab;
    cursor: help;
    font-weight: bold;
}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */

/* this closes the media tag */

}

/* ------ END MEDIA TAG ----- */