root {
    display: block;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

body {
    border: 0px;
    padding: 0px;
    background-color: #ffffff;
    margin: 0px;
    text-align: center;
}

.topDiv {
    background-color: #e6e6e6;
    font-family: tahoma, vardana, serif;
    font-size: 14px;
    color: #999999;
    height: 60px;
    width: 100%;
}

.topDiv .content {
    width: 920px;
    margin: 0 auto;
}

.topDiv .content .leftSide {
    float: left;
    vertical-align: middle;
    line-height: 60px;
}

.topDiv .content .rightSide {
    float: right;
    vertical-align: middle;
    line-height: 60px;
    font-size: 24px;
}

.logo{
    text-decoration: none;
}

.pageDiv {
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
}


.pageDiv .content {
    width: 920px;
    margin: 0 auto;
    font-family: tahoma, vardana, serif;
    font-size: 12px;
    text-align: left;
}

.pageDiv .menuLeft{
    float: left;
}
.pageDiv .menuRight{
    float: right;
}

.pageDiv .left{
    width: 650px;
    float: left;
}
.pageDiv .right{
    width: 250px;
    float: right;
}

.clear {
	height:0px;
	width:auto;
	clear:both;
	overflow:hidden;
}

.bottomSeparatorDiv {
    font-family: tahoma, vardana, serif;
    font-size: 2px;
    height: 5px;
    width: 100%;
}

.bottomDiv {
    background-color: #e6e6e6;
    font-family: tahoma, vardana, serif;
    width: 100%;
}

.bottomDiv .content{
    color: #999999;
    font-family: tahoma, vardana, serif;
    font-size: 14px;
    width: 920px;
    margin: 0 auto;
    text-align: left;
    height: 100px;
}

form{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

form h1{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    width: 100px;
    float: left;
    line-height: 20px;
    vertical-align: middle;
}
form h2{
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
    float: left;
    line-height: 20px;
    vertical-align: middle;
}

td{
    font-family: tahoma, vardana, serif;
    font-size: 12px;
}


.news{
    width: 100%;
}

.news .title{
    width: 100%;
    height: 30px;
}

.news .title .text{
    padding-left: 20px;
    font-size: 14px;
    color: white;
    line-height: 30px;
    vertical-align: middle;
}

.news .attributes{
    width: 100%;
    height: 25px;
    background-color: #e6e6e6;
}

.news .attributes .text{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    font-size: 10px;
    color: #404040;
}

.news .body{
    width: 100%;
    background-color: #f9f9f9;
}

.news .body .text{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.news .preview{
    background-image: url(preview.png);
}

.news .body .quote{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news .body .quote .quoteText{
    border-left: 3px solid;
    border-color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
}

.newsFooter{
    height: 30px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
}

.newsFooter .leftSide{
    float: left;
}

.newsFooter .rightSide{
    float: right;
}

.userList{
    background-color: #f0f0f0;
    width: 100%;
}

.userList .title{
    padding-left: 5px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.userList .item{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 100%;
    background-color: #e6e6e6;
    border-bottom: 1px solid;
    border-color: #e0e0e0;
}

.userList .item .attributes{
    float: left;
    padding-left: 10px;
}

.userList .item .actions{
    float: right;
    padding-right: 10px;
}

.candidateList{
    width: 100%;
}

.candidateList .listTitle{
    padding-left: 5px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.editorTitle{
    width: 100%;
    height: 30px;
    border: 0px;
    margin: 0px;
    font-family: tahoma, vardana, serif;
    font-size: 14px;
    color: white;
    line-height: 30px;
    vertical-align: middle;
}

.editorText{
    width: 100%;
    height: 150px;
    border: 1px solid;
    border-color: #e0e0e0;
    margin: 0px;
    font-family: tahoma, vardana, serif;
    font-size: 12px;
}

.editorUrl{
    width: 100%;
    height: 50px;
    border: 1px solid;
    border-color: #e0e0e0;
    margin: 0px;
    font-family: tahoma, vardana, serif;
    font-size: 12px;
}

.rightBox{
    width: 250px;
    padding-bottom: 5px;
}

.rightBox .boxTitle{
    width: 250px;
    height: 30px;
}

.rightBox .boxTitle .text{
    padding-left: 20px;
    font-size: 14px;
    color: white;
    line-height: 30px;
    vertical-align: middle;
}

.rightBox .textBody{
    padding: 5px;
    text-align: justify;
}

.achievementsList {
    width: 100%;
}

.achievementsList .progress{
    width: 50px;
    height: 50px;
    float: left;
}

.achievementsList .description{
    width: 600px;
    float: left;
}

.achievementsList .title{
    padding-top: 5px;
    height: 25px;
}
.achievementsList .title .text{
    padding-left: 5px;
    line-height: 25px;
    vertical-align: middle;
    font-family: tahoma, vardana, serif;
    font-size: 14px;
}

.achievementsList .title .text a{
    text-decoration: none;
}

.achievementsList .body{
    padding-bottom: 5px;
}

.achievementsList .body .text{
    padding-left: 5px;
    padding-right: 5px;
    color: #707070;
}

.achievementsList .body .text a{
    color: #505050;
    font-weight: bold;
    text-decoration: none;
}

.tooltip {
    display:none;
    font-size:12px;
    font-family: tahoma, vardana, serif;
    width:300px;
    padding:10px;
    background-color:#fff;
    border: 1px solid;
    border-color: #999999;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
}


.comment{
    width: 100%;
}

.comment .title{
    width: 100%;
    height: 25px;
}

.comment .title .text{
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
}

.comment .separator{
    width: 100%;
    height: 2px;
}

.comment .attributes{
    width: 100%;
    height: 25px;
    background-color: #e6e6e6;
}

.comment .attributes .text{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    font-size: 10px;
    color: #707070;
}

.comment .body{
    width: 100%;
}

.comment .body .text{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.ajaxBoxLeft{
    width: 650px;
    float: left;
}
.ajaxBoxRight{
    width: 250px;
    float: right;
}


.titleWrapper{
    height: 30px;
}

.titleWrapper .text{
    line-height: 30px;
    font-size: 16px;
    font-family: tahoma, vardana, serif;
}

.grayed{
    color: #707070;
}

.grayBg{
    background-color: #e6e6e6;
}

.w100{
    font-family: tahoma, vardana, serif;
    font-size: 12px;
    width: 100%;
    border: 1px solid;
    border-color: #b0b0b0;
}
