body {
    background: #DDEDF8;
    color: #000000;
    font: 1em/160% tahoma, arial, helvetica, verdana, sans-serif;
    margin: 0;
    padding: 0;
}
body * {
    font-size: 100%; /* be nice to IE */
}
input.select{
   font-size:12px;
   height:20px;
}
textarea {
    border: 1px solid #000000;
    padding: 0.1em 0.2em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', trebuchet, tahoma, arial, helvetica, verdana, sans-serif;
}

/*** Basic Link Settings ******************************************************/

a {
    color: #0496D2;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #0496D2;
}

/*** Main Positioning *********************************************************/

#maincontent {
    padding: 20px;
    padding-left: 20px;
	padding-right: 20px;
	width: 1000px;
}
/*** Tab Components ***********************************************************/

.tabcontent {
    background: #FFFFFF;
    border: 1px solid #C0DDF1;
    clear: both;
    float: left;
    padding: 15px;
	width: 1000px;
}
* html .tabcontent {
    width: 100%;
}
#maincontent .tabbar {
    position: relative;
    bottom: -1px;
    margin: 0;
    padding: 0;
    float: left;
    padding-right: 20px;
    overflow: visible;
}
.tabbar ul,
.tabbar li,
.tabbar li a {
    display: block;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.tabbar li {
    background: #0496D2;
    border: 1px solid #02A7E0;
    margin-right: -1px;
}
.tabbar li.sel,
.tabbar li.sel a:hover {
    background: #FFFFFF;
    border-color: #c0ddf1;
    border-bottom-color: #FFFFFF;
}
.tabbar li a:hover {
    color: #fff;
}
.tabbar li.sel a:hover {
    color: #0496D2;
}
.tabbar li a,
.tabbar li a:active {
    color: #ddedf8;
    padding: 0.2em 1em;
    text-decoration: none;
}
.tabbar li.hero {
    width: 300px;
}
.tabbar li.header {
    width: 300px;
}
