/******************************/
/* layout stuff ***************/
/******************************/

div.containerInfoBanner {
	/* Gradient goes top to bottom */
	background: -webkit-linear-gradient(#0e223d, #183c6c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0e223d, #183c6c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0e223d, #183c6c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0e223d, #183c6c); /* Standard syntax (must be last) */
}

div.infoBannerLeft {color: #ffffff;}
div.infoBannerRight {color: #ffffff;}

/******************************/
/* button stuff ***************/
/******************************/

li.topNavigationOn a, li.gridHeadingOn {background-color: #183c6c;}

li.gridHeadingOn a:link, li.gridHeadingOn a:visited {color: #ffffff; text-decoration: none;}
li.gridHeadingOn a:active, li.gridHeadingOn a:hover {color: #ffffff; text-decoration: underline;}

li.topNavigationOn a:link {COLOR: #ffffff; text-decoration: none;}
li.topNavigationOn a:visited {COLOR: #ffffff; text-decoration: none;}
li.topNavigationOn a:active {COLOR: #ffffff; text-decoration: none;}
li.topNavigationOn a:hover {COLOR: #ffffff; text-decoration: none;}

li.topNavigationOff a:link {color:#000000; text-decoration: none;}
li.topNavigationOff a:visited {color:#000000; text-decoration: none;}
li.topNavigationOff a:active {color:#183c6c; text-decoration: none; background-color: #ffffff;} 
li.topNavigationOff a:hover {color:#183c6c; text-decoration: none; background-color: #ffffff;}

div.leftNavigationOn a {background-color: #0e223d;}
div.leftNavigationOff a {background-color: #183c6c;}

div.leftNavigationOn a:link {COLOR: #ffffff; text-decoration: none;}
div.leftNavigationOn a:visited {COLOR: #ffffff; text-decoration: none;}
div.leftNavigationOn a:active {COLOR: #ffffff; text-decoration: none;}
div.leftNavigationOn a:hover {COLOR: #ffffff; text-decoration: none;}

div.leftNavigationOff a:link {color:#ffffff; text-decoration: none;}
div.leftNavigationOff a:visited {color:#ffffff; text-decoration: none;}
div.leftNavigationOff a:active {color:#ffffff; text-decoration: none; background-color: #0e223d;} 
div.leftNavigationOff a:hover {color:#ffffff; text-decoration: none; background-color: #0e223d;}

/******************************/
/* small button stuff *********/
/******************************/

div.buttonStandard a, .input_button_main {background-color: #183c6c;}

div.buttonStandard a:link, div.buttonStandard a:visited, .input_button_main {color: #ffffff;}

div.buttonStandard a:active,  div.buttonStandard a:hover, 
.input_button_main:hover, .input_button_main:focus { 
	color: #ffffff;
	background-color: #0e223d;
}