/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
    font-family: verdana, tahoma, geneva, arial, sans;
    /*font-size: 0.82em;*/
    font-size: 12px;
    color: #666666;
    background: url(/images/bg_pattern.jpg) repeat #000000;
    line-height: 16px;
    min-width:900px;
    height: 100%;
    width: 100%;
}

form {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #58a0eb;
}

a:hover {
    color: #0065cd;
}



#wrap {
    margin: 0 auto;
    width: 1050px;
    padding: 10px 10px 10px 10px;
}
#header {
    background: url(/images/aotm_logo.jpg) no-repeat center center #FFFFFF;
    height: 110px;
}

#right_side{
    float:left;
    background:#ffffff;
    width: 144px;
    margin: 10px 0px 0px 0px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-right: 10px;
}


#account {
    font-size: 9px;
    float: right;
    text-align: right;
    padding: 10px 10px 0 0;
}     

.styledrop {
    margin: 0px;
    padding: 0px;
    width: 130px;
    height: auto;
    font-weight: normal;
    font-size: 12px;
}

.buttonin {
    background: url(/images/input_bg.jpg) repeat-x #ffffff;
    border: 2px solid #eceded;
    padding: 5px;
}

#nav {
    background:#FFFFFF;
    padding:0px;
    border-bottom: #ff7e00 solid 3px;
    margin-top: 10px;
}
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#nav li {
    display:inline;
    margin:0;
    padding:0;
}
#nav li.right {
    padding-left: 320px;
}
#main {
    background:#ffffff;
    float:left;
    width:653px;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}
#main h2, #main h3 {
    padding: 0px 10px 0px 0px;
}


h1 {
    background: #dfdfdf url(/images/heading_gradient.jpg) repeat-x;
    color: #0065cd;
    padding: 15px 10px 15px 10px;
    border-bottom: 2px #CCCCCC solid;
    font-weight: 100;
    font-size: 16px;
    clear: both;
}

h2 {
    background: #dfdfdf url(/images/heading_gradient.jpg) repeat-x;
    color: #666666;
    font-weight: 100;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px #333333 solid;
    font-size: 11px;
}

h3 {
    background: #dfdfdf url(/images/heading_gradient.jpg) repeat-x;
    padding: 15px 10px 0px 10px;
    margin: 0px;
    font-weight: 100;
    border-bottom: 1px #333333 solid;
}

hr {
    background-color: #F5F5F5;
    color: #F5F5F5;
    height: 3px;
    border: none;
}

#sidebar {
    float:left;
    width:180px;
    padding: 10px;
    margin: 10px 0 10px 0;
    background: #FFFFFF;
}
#sidebar ul {
    margin-bottom:0;
}
#sidebar h3, #sidebar p {
    padding: 0 10px 0 0;
}
#footer {
    background: url(/images/input_bg.jpg) repeat-x #ffffff;
    clear:both;
    margin: 10px 0 0 0;
    text-align: center;
}
#footer p {
    padding:5px;
}

table.jury {
    border: 1px solid #CCCCCC;
}

.adthumb img {
    padding: 5px;
}

ul.adlist {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 663px;
    display: block;
    clear: both;
}

ul.adlist li {
    display:block;
    float:left;
    height:130px;
    padding:6px;
    width:130px;
}

.winner {
    text-align:center;
}

div.adpages {
    clear: left;
}

p.warning {
    background: url(/images/warning_bg.jpg) repeat-x #FFE6E6;
    color: #666666;
    padding: 15px 10px 15px 10px;
    border-top: 1px #FF0000;
    border-bottom: 1px #FF0000 solid;
}

p.notice {
    background: url(/images/notice_bg.jpg) repeat-x #fdffe7;
    color: #666666;
    padding: 15px 10px 15px 10px;
    border-top: 1px #FF0000;
    border-bottom: 1px #CCCCCC solid;
}

span.red {
    color: #FF0000;
}

input, textarea, select {
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
    font-family: verdana, tahoma, geneva, arial, sans;
    font-size: 12px;
    padding: 2px;
}

textarea, input, select {
    background: url(/images/input_bg.jpg) repeat-x #ffffff;
    border: 2px solid #eceded;
    padding: 5px;
}

select:focus, input:focus, textarea:focus {
    background: url(/images/input_bg_hover.jpg) repeat-x #ffffff;
    border: 2px solid #0065cd;
}

div#errorExplanation {
    background: #FFE6E6 url(/images/warning_bg.jpg) repeat-x;
    color: #FF0000;
    padding: 15px 10px 15px 10px;
    border-top: 1px #FF0000;
    border-bottom: 1px #FF0000 dotted;
}

div#errorExplanation h2, p {
    background: none;
    border: none;
}

table.jurytable td {
    vertical-align: top;
    padding: 10px;
    text-align:justify;
    vertical-align:top;
}

div#debug {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 10px;
    background: #2E2E2E;
    color: #FFFFFF;
    padding: 10px;
}

form.new_blogcomment {
    padding-left: 20px;
}

td.author {
    color: #999999;
}

span.small {
    font-size: 9px;
}

label {
    color: #58a0eb;
}

img.headingicon {
    vertical-align: middle;
    padding-right: 5px;
}

div.user {
    padding-left: 25px;
}

div.userinfo {
    color: #B2B2B2;
    font-size: 9px;
    widht:200px;
    float:left;
}

span.delicious {
    background: url(/images/icons/delicious.gif) no-repeat;
    padding-left: 20px;
}

form.button-to {
    clear: none;
    float: right;
}

ul#jurylist li {
    cursor: move;
}

table.usertable {
    border: 0;
    border-collapse: collapse;
}

table.usertable td {
    padding: 8px;
    border-bottom: 1px #79ddff solid;
}

td.caption {
    background: #F9F9F9;
}

div#sidebar fieldset.side-box {
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    /*border-style:solid none;*/
    border-width:1px;
}

div#sidebar fieldset.side-box legend {
    color: #000000;
    font-weight: bold;
    margin: 2px 0pt 4px 4px;
}

/* Control tabs */

ul#admintabs  li {
    float:left;
    margin-right:7px;
    text-align:center;
}

ul#admintabs {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    height:25px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}

ul#admintabs  li a.active {
    background-color:#DDDDDD;
}

ul#admintabs li a {
    background-color:#FFFFFF;
    color:#666666;
    display:block;
    height:20px;
    padding:2pt 6px;
    width:80px;
    text-decoration: none;
    font-weight: bold;
}
ul#admintabs li a.active {
    background-color:#DDDDDD;
    color: #0065CD;
}
span.highlight {
    color: #FF0000;
}

/* STAR RATINGS */

.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 150px;
    height: 30px;
    position: relative;
    background: url(/images/star_rating.gif) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:30px;
    height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a:hover{
    background: url(/images/star_rating.gif) left center;
    z-index: 2;
    left: 0px;
    border:none;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:30px;
}
.star-rating a.two-stars{
    left:30px;
}
.star-rating a.two-stars:hover{
    width: 60px;
}
.star-rating a.three-stars{
    left: 60px;
}
.star-rating a.three-stars:hover{
    width: 90px;
}
.star-rating a.four-stars{
    left: 90px;
}    
.star-rating a.four-stars:hover{
    width: 120px;
}
.star-rating a.five-stars{
    left: 120px;
}
.star-rating a.five-stars:hover{
    width: 150px;
}
.star-rating li.current-rating{
    background: url(/images/star_rating.gif) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

div#star-ratings-block {
    margin: 10px 0px 10px 0px;
}  

div.errormessage {
    padding: 2px;
    background-color: pink;
    display: table;
}      

div.noticemessage {
    padding: 2px;
    background-color: aqua;
    display: table;
}
.clr	{
    clear:both;
}
.modBlogList	{
    border:solid 1px #e3e3e3;
    padding:10px;
    font-size:12px;
}
.blogListImg	{
    width:152px;
    height:105px;
    float:right;
}
.blogListcontent	{
    float:left;
    width:70%;
}
.blogTital	{
    font-size:15px;
    font-weight:bold;
    display:block;
    color:#0065cd;
    padding-bottom:10px;
}
.blogTital a{
    text-decoration:none;
}
.blogListBotLeft	{
    width:300px;
    float:left;
    font-size:10px;
}
.blogListBotLeft a{
    text-decoration:none;
}
.blogListBotRight	{
    width:150px;
    float:Right;
    font-size:10px;
    text-align:right;
}
.blogListBotRight a{
    text-decoration:none;
}
.blogListHome{
    border-left: 1px solid #C7C3C7;
    border-right: 1px solid #C7C3C7;
    /*border-bottom: 2px solid #C7C3C7;*/
    height:400px;
}
.blogPostItemHome{
    margin-left:10px;
    font-size:11px;
    margin-bottom:5px;
    
}
.blogPostItemHome h4{
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
    font-size:15px;
}
.blogPostItemHome h4 a{
    text-decoration:none;
}
.blogPostItemComment{
    float:right;
    margin-right:10px;
    
}
.blogPostItemComment a{
    text-decoration:none;
}
.marBot5 {
    margin-bottom:5px;
}
.blogDescription{
    height:57px;
}
#uploadImageFileBox{
    /*display:none; */
}
#addYoutubeVideoUrlBox{
    /*display:none; */
}
.postHeader{
    background:#DFDFDF url(/images/heading_gradient.jpg) repeat-x scroll 0 0;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 2px #CCCCCC solid;
}
.postHeaderRight{
    float:right;
    padding-right:10px;
    font-family: 'Courier New',Courier,monospace;
}
.postHeaderLeft{
    float:left;
}
.postBloggerName{
    font-size:13px;
    font-weight:bold;
    color:#616561;
}
.postTitle{
    padding-left:10px;
    color:#006DCF;
    font-size:15px;
    font-weight:bold;
}
.postOtherDetails{
    font-size:10px;
    color:#616561;
padding-left:10px;
padding-top:40px;
    
}
.mainRight{
    float:left;
    width:65%;
    height:100%;
}
.mainLeft{
    float:right;
    width:33%;
    height:96%;
}
.postBody{
    float:left;
}
.postOperations{
    float:right;
}
.postFooter{
    width:100%;
}
.postCommentsNumber{
    float:left;
    font-size:13px;
    color:#2075D7;
}
.postOperations{
    float:right;
}
.postComments{
    float:left;
    width:100%;
    margin-top:10px;
}
.postCommentItem{
    margin-top:10px;
    float:left;
    width:100%;
}
.postCommentText{
    float:left;
    width:90%;
    border:1px solid #E7E3E7;
    min-height:68px;
    height:auto !important;
}
.postCommentUserPic{
    float:right;
}
.postCommentText span{
    font-size:13px;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}
.postCommentText p {
    margin-left:10px;
    margin-top:5px;
}

.postCommentDate{
    margin-left:10px;
}
.postCommentForm{
    margin-top:20px;
}

.postCommentForm input, textarea#blogcomment_body{
    margin-bottom:10px;
    /*float:right;*/
}
.postCommentForm label{
    float:left;
    width:100px;
}
.blogListImg img{
    float:right;
}
/* modified on 6/11/2009 by anil*/
#winnerAdDescription{
    margin: 0px;
    padding:0px;
    height:auto;
}
#winnerAdDescription p{
   /* margin-left:10px;*/
    margin:10px 20px;
}
.postCommentItem span.center{
   text-align:center;
   font-weight:normal;
}
#btnCntnr{
    width:375px;
}
.field{
    /*float:right;*/
    display:inline;
}
.submtBtn{
    float:right;
}
#commentDate{
    /*padding-left:145px;*/
}
.noRecord{
    margin-left:20px;
    color:red;
}
.blogDescription_marBot5{
    height:auto;
}
.details{
    margin-top:0px;
    padding:0px;    
}
.adcmnts{
    float:right;
    font-size:10px;
    width:100px;
}
