/*********************
		HEADER
*********************/
div.header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #203a60;
}
div.header-image {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #6B8eb9;
}
div.header-toolbar {
	color: #aBcef9;
	text-align: right;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 15px;
	margin: 0px;
}
div.header-toolbar img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

div.header-toolbar a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
div.header-toolbar a:hover {
	text-decoration: underline;
}
div.header-toolbar a:hover img {
	text-decoration: none;
}
hr.header {
	height: 1px;
	background: #4b6e99;
	color: #4b6e99;
	border: none;
	padding: 0px;
	margin: 0px;
}
/*********************
		FOOTER
*********************/
hr.footer {
	height: 1px;
	background: #e0e0e0;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
div.footer-toolbar {
	width: 100%;
	color: #6d6f6d;
	margin: 0px;
	padding: 3px 0px;
	background: #f0f0f0;
    font-size: 11px;
    text-align: center;
	text-transform: uppercase;
}
div.footer-toolbar a {
	color: #4d4f4d;
	text-decoration: none;
}
div.footer-toolbar a:hover {
	text-decoration: underline;
}
div.footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/*********************
		BODY
*********************/
html, body {
	height: 100%;
	min-height: 100%;
    background: #6B8eb9;
}
body.body  {
	height: 100%;
	min-height: 100%;
    margin: 0px;
    padding: 0px;
    background: #6B8eb9;
    font: normal 11px/19px "Lucida Grande", arial, verdana, helvetica, sans-serif;
}
div.body {
	margin: 0px;
	padding: 0px;
	position: relative;
    background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top; 
	background-image: url(/images/containers/body-shadow-top.jpg);
}
div.body-container {
	margin: 0px;
	padding: 20px;
	padding-bottom: 0px;
}
div.body-shadow-bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 20px;
	min-height: 20px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom; 
	background-image: url(/images/containers/body-shadow-bottom.jpg);
}
div.body-toolbar { 
	width: 500px;
	color: #6d6f6d; 
	background: #f0f0f0; 
	border: 1px solid #e0e0e0; 
	border-top: none;
	border-left: none;
	padding: 5px 10px; 
	text-align: left;	
	float: right;
}
div.body-toolbar-content { 
	text-transform: uppercase;
	float: right;
}
div.body-toolbar-content a {
	color: #4d4f4d;
	text-decoration: none;
}
div.body-toolbar-content a:hover {
	text-decoration: underline;
}
/*********************
	BODY - ELEMENTS
*********************/
div.body-marcom {
	max-width: 750px; 
	margin-right: auto; 
	margin-left: auto;
}
img, a img {
	border: 0px;	
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: rgb(102, 102, 51);
	text-transform: lowercase;
	margin: 15px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: rgb(102, 102, 51);
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(102, 102, 51);
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}
p, li {
	font-size: 11px;
	line-height: 13px;
	color: rgb(77, 79, 77);
	margin: 10px 0px 10px 10px;
}
a {
	color: #4b6e99;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

div.cloud span.dark
{
	color: #203a60;
	border: solid 1px #c2c4c7;
	background-color: #ffffff;
}
div.cloud span.dark:hover
{
	background-color: #f6f6f6;
}

div.cloud span.light
{
	color: #203a60;
	border: solid 1px #c2c4c7;
	background-color: #efefef;
}
div.cloud span.light:hover
{
	background-color: #e6e6e6;
}

div.cloud span 
{
	margin: 0px 1px;
	white-space: pre;
}

/*************************
	BODY - ACCORDION
*************************/
div.accordion, #accordion {
	border-bottom: solid 1px #e0e0e0;
}
div.accordion-toggler {
	cursor: pointer;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: rgb(102, 102, 51);
	background-color: #f0f0f0;
	border: solid 1px #e0e0e0;
	border-bottom: none;
	text-transform: uppercase;
	text-align: center;
}
div.accordion-element {
	overflow: hidden;
	border: solid 1px #e0e0e0;
	border-bottom: none;
}
div.accordion-element-shadow {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background-position: top; 
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(/images/containers/accordion-shadow.jpg);
}
div.accordion-element p {
	margin:0px;
	padding: 0px 15px 20px 15px;
}
/*************************
	BODY - INFOBOX
*************************/
.infobox {
	width: 100%; 
	margin-right: auto; 
	margin-left: auto;
}
.infobox-bar {
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6B8eb9;
	border: solid 1px #203a60;
	border-bottom: none;
	text-transform: uppercase;
	text-align: center;
}

.infobox-container {
	width: 100%;
	background-position: top-left; 
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	background-image: url(/images/containers/infobox-shadow.jpg);
}

.infobox-container-contents {
	font-size: 12px;
	padding: 12px;
	color: rgb(102, 102, 51);
	border: solid 1px rgb(102, 102, 51);
}

.infobox-container select, .infobox-container input, .infobox-container textarea, .infobox-container option, .infobox-container button {
    font: normal 13px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    padding: 1px;
}

/*************************
	  NOTIFICATIONS
*************************/

.notify, .error
{
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 400px; 
	position: relative;
	font-size: 14px;
	text-align: center; 
	padding: 10px;
	color: #000;
	background: #ff4; 
	border: solid 1px #330;
}

.error
{
	color: #fff;
	background: #900; 
	border: solid 1px #900;
}


/*************************
	  ROUNDED BORDERS
*************************/

div.cloud span 
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.infobox-bar 
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.infobox-container-contents 
{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.notify, .error
{
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 400px; 
	position: relative;
	font-size: 14px;
	text-align: center; 
	padding: 10px;
	color: #000;
	background: #ff4; 
	border: solid 1px #330;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
