/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../../Media/Components/homepage01.jpg) repeat-x left top;
}
body.newsletter {background: #FFFFFF; background-image: none;}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333333;
}


h1
{
	padding: 3px 0 0 18px;
	margin: 0 0 10px 0;
	background: url(../../Media/Components/sideMenuArrow.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	}
	
h2 {font-size: 15px;}
h3 {font-size: 13px;}

#sideColumn {}
#sideColumn h1 {background-image: none; padding-bottom: 0px;	}

#sideBanner {margin-top: 20px; margin-bottom: 20px; text-align: right;}

#userFooter {margin-top: 20px; border: 1px solid #CCC; padding: 8px; background-color: #FFFF99; text-align: center}

#RightPanel h1 {font-size: 16px; text-align:center; font-weight:bold; background: none; text-transform: none; padding: 3px;}
#RightPanel h2 {font-size: 13px; text-align:center; font-weight:bold; background: none; text-transform: none; padding: 3px;}
#RightPanel h3 {font-size: 11px; text-align:center; font-weight:bold;}
#RightPanel hr { width: 80px; margin: 20px 0 20px 0; }

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
ul {margin-top: 0.5em;}

.small {font-size: 85%}
.l {font-size: 115%}
/** LINKS */

a {
	color: #39ABC3;
}

a img {
    text-decoration : none;
   }

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 9px;
	color: #999999;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 9px;
	color: #999999;
}

.style1 a {
	color: #999999;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }
.img {border: 1px solid black;}

.imgLeft {
	float: left;
	margin-right: 15px;
}

.imgRight {
	float: right;
	margin-right: 15px;
}


hr {border-width: 1px 0 0 0; border-style: dashed; border-color: #BBB;  color: #BBB; height: 1px; }
.valSum {border: 1px solid red; background-color: White; color: Red; font-weight: normal; padding: 7px; width: 400px;}
.valSum td {color: Red;}
.error {color: Red; font-weight: bold}
.b {font-weight: bold;}
.tbBig {width: 330px;}
td.formItemTitle {background-color:#EEE; font-weight:bold; width: 125px;}

.gridRow { padding: 5px;}
.gridItem {
    border-top-style:solid; 
    border-top-width:1;
    border-top-color:Black; 
    border-bottom-style:none;
    border-left-style:none; 
    border-right-style:none; background-color:Black;
}
.GridHeader {font-weight: bold; border-bottom: 1px solid black;}
.GridTdAlt {background-color: #FAFEFD}
.box {border: 1px solid #ccc; padding: 10px; margin: 10px;}

div.insertRight {float: right; width: 110px; margin-left: 10px; text-align: center;}
div.insertLeft {float: left; width: 110px; margin-right: 10px; text-align: center;}
div.insertRight p,  div.insertLeft p {line-height: 1.1em;}