html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video
    {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

body {
    background: url(images/body_bg.png) repeat-x;
    color:#222222;
    font-size: 11px;
}

ul {
    margin: 0;
    padding: 0;
}

/*
	page layout
*/
div#wrap {
    width: 940px;
    border: 2px solid #C6DAEB;
    background: url(images/wrap_bg.png) #ffffff no-repeat;
    margin: 2px auto;
}

div#header .bannerad{
    float:right;
    margin:15px 15px 10px 0;
}

div#header a.logo {
    display: block;
    float: right;
    margin: 20px 10px 10px 0;
}

a.logo img {
    border: none;
}

div#header div.login {
    color:#222222;
    height: 100px;
    float: left;
    margin: 5px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    width: 290px;
}

div.login label{
    width: 110px;
    height:25px;
    line-height: 25px;
}

div.login form{
    margin: 5px 0;
}

div#header div.login form div {
    margin: 0;
}
div.login input{
    width: 150px;
    border-right: none;
    height:25px;
    line-height: 25px;
}

div.login div.formButtons{
    text-align: left;
    padding-left: 5px;
}

div#header div.login span{
    display: block;
    padding: 3px;
}

div#header div.login span.left{
    border: 1px solid #C5DBEC;
    border-right: none;
    width: 175px;
    overflow: hidden;
}
div#header div.login span.left, div#header div.login span.right{
    height: 65px;
    background-image:none;
}
div#header div.login span.right{
    width: 100px;
    overflow: hidden;
}
div#header div.login span.logout{
    clear:both;
    text-align: left;
}

div#header div.menu {
    clear: both;
}

div#header div.menu div.search {
    float: left;
    color: #2E6E9E;
    font-weight: bold;
    width: 150px;
}

div.search form {
    margin: 2px;
}

div.search input {
    display: inline;
    margin: 0;
    padding: 0 2px;
    height:23px;
    line-height:25px;
    width: 90px;
    border:1px solid #C5DBEC;
    
}

#wrap div#header div.search button {
    margin: 0;
    padding:0;
    height:25px;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div#pagecontent {
    width: 670px;
    float: right;
    padding: 10px;
    overflow: hidden;
}

div.rightSide {
    float: right;
    padding-left: 10px;
    overflow: hidden;
    width: 120px;
    border-left: 2px solid #C6DAEB;
}

div.rightSide {
    float: right;
    margin-left: 10px;
    overflow: hidden;
    width: 20%;
}

div.rightSide li {
    font-weight: bold;
    margin: 5px 0;
    padding: 3px 5px;
}

div#pagecontent div.center {
    padding-right: 10px;
    float: right;
    width: 500px;
}

div#adminPagecontent form {
    width: 600px;
    margin: 0 auto;
}

label.right {
    width:180px;
}

label.left {
    clear: none;
    width:450px;
    text-align: right;
    float:right;
}

span.action {
    clear: both;
    display: block;
    text-align: left;
}

div#sidebar {
    float: left;
    width: 250px;
}

div#sidebar div.netad {
    text-align: center;
    height: 320px;
}
div#sidebar div.netad iframe{
    margin: 2px;
    float: left;
}

div#sidebar div.internal h2{
    padding: 2px 5px;
}

div#sidebar div.internal{
    padding: 5px;
    margin: 5px;
}

div#footer {
    clear: both;
    background: url(images/footer_bg.png) repeat-x;
    height: 43px;
    text-align: center;
    padding: 10px;
}

div#footer ul {
    list-style: none;
}

div#footer ul li {
    display: inline;
    margin: 0 10px;
}

div#adminPagecontent{
    padding:10px 20px;
    min-height: 510px;
}
#contentSearchCommand {
    float: right;
}