* /*Set's border, padding and margin to 0 for all values*/

body, html {
margin:0;
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background:url(/images/tb-bg.gif);
background-repeat: repeat-x;
background-color: #F1F1F1; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 80%;
}
p {
    padding: 7px 0 7px 0;
    font-size:1.2em;
}

a {
color: #333333;
}
a:hover{
color: #FFC50C;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
color: #00ADF0;
}
h2 {
font-size: 1.4em;
color: #00ADF0;
}
h3 {
font-size: 1.3em;
color: #00ADF0;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
padding:0;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 25px; /*** Make som space for our top menu ***/
padding-left: 155px;
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
float: center;
width: 760px;
background: #fff;
border:1px solid #CCCCCC;
padding:10px;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

/**************************
FOOTER
**************************/
#footer {
width: 760px;
text-align: center;
margin-top:20px;
}

/*************************

.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
text-align:right;
width:100px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:100px;
}
#stylized input{
float:left;
font-size:10px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:100px;
margin:2px 0 5px 5px;
cursor:pointer;
}


*************************/

#advanced h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#advanced p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#advanced label{
display:block;
text-align:right;
width:140px;
float:left;
}
#advanced .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#advanced input{
float:left;
font-size:12px;
padding:4px 2px 0 0;
border:solid 1px #aacfe4;
margin:2px 0 5px 10px;
}

#advanced select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:140px;
margin:2px 0 5px 10px;
}

#advanced .submit {
margin-left: 0;
margin-top:20px;
padding:5px;
font-size:16px;
cursor:pointer;
}

*************************/



#register h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#register p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#register label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#register .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#register input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:140px;
margin:2px 0 5px 10px;
}

************************/

table {
    padding:20px;
}
.column {
    border-right:1px solid #999999;
    border-top:1px solid #999999;
}
.column_end {
    border-top:1px solid #999999;
}
.column_bold {
    font-weight:bold;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
}
.column_bold_end {
    font-weight:bold;
    border-bottom:1px solid #999999;
}

