#reg_form input{
   border:1px solid #FFFFFF;
   background:#666666;
   color:#FFFFFF;
   width:140px;
   margin-bottom:1px;
}

#reg_form textarea{
   border:1px solid #FFFFFF;
   background:#666666;
   color:#FFFFFF;
   width:350px;
   margin-bottom:1px;
   height:65px;
   margin-top:8px;
}

#contest_login_div input{
   border:1px solid #FFFFFF;
   background:#666666;
   color:#FFFFFF;
   width:108px;
   margin-bottom:6px;
   margin-left:5px;
}

.contest_login{
   float:right;
   width:200px;
   height:145px;
   border: 1px solid #FFFFFF;
   margin-right: 8px;
   background: url('images/login.jpg');
   background-repeat: no-repeat;
   overflow:hidden;
   margin-bottom:4px;
   position: relative;
   top: 7px;
   z-index: 9999;
}

.register_div{
   width:404px;
   height:444px;
   border: 1px solid #FFFFFF;
   margin-left: 5px;
   overflow:hidden;
   margin-bottom:4px;
   background:#FFFFFF;
   color:#000000;
   padding-left:8px;
}

#register_div a {
   color:#000000;
}

.intro_div{
   width:375px;
   height:200px;
   border: 1px solid #FFFFFF;
   margin-left: 5px;
   overflow:hidden;
   margin-bottom:4px;
   background:#FFFFFF;
   color:#000000;
   padding-left:8px;
   background: url('images/tile.gif');
   background-repeat: repeat-x repeat y;
}

#intro_div a {
   color:#000000;
}

.intro_div2{
   width:375px;
   height:120px;
   border: 1px solid #FFFFFF;
   margin-left: 5px;
   overflow:hidden;
   margin-bottom:4px;
   background:#FFFFFF;
   color:#000000;
   padding-left:8px;
   background: url('images/tile.gif');
   background-repeat: repeat-x repeat y;
}

#intro_div2 a {
   color:#000000;
}

#remaining_time{
   float:right;
   width:200px;
   height:63px;
   border: 1px solid #FFFFFF;
   margin-left: 25px;
   /*background: url('images/login.jpg');*/
   overflow:hidden;
}

.registration_div {
   width:385px; 
   height:295px; 
   padding-top:5px; 
   margin-top:5px; 
   margin-left:120px; 
   margin-bottom:20px; 
   border-color:#FFFFFF; 
   border-width:2px; 
   border-style:solid; 
   text-overflow:ellipsis; 
   overflow:hidden;
}

/*Feed display css*/
.feedRed {
   background-color:#b3b79e;
   width: 630px;
   color:#333333;
}

.feedWhite {
   background-color:#FFFFFF;
   width: 630px;
   color:#333333;
}

.feedWhite a{
   color:#000000;
}

.feedWhite a:visited{
   color:#000000;
}


.stitle {
   font-size:30px; 
   margin-left:25px; 
   margin-bottom:1px; 
   margin-top: 0; 
   position: relative; 
   top: -37px;
}

.pos{
   color:#00CC00;
}

.neg{
   color:#FF0000;
}

.small {
   font-size:10px;
}

.author {
   position: relative; 
   top: -37px;
   margin-left: 25px;
}

.description {
   position: relative; 
   top: -37px;
   margin-left: 25px;
}

.breadcrumb {
   border: 1px solid #666666;
   background: #FFFFFF;
   color:#666666;
   padding-left: 10px;
   padding-top: 2px;
   height:51px;
   margin-bottom: 6px;
}

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       

.descriptionText {
   margin-left: 25px;
   position: relative;
   top: -37px;
   border:1px solid #000000; 
   width:80%; 
   min-width:500px; 
   min-height:100px;
   padding: 5px 5px 0px 5px;
}

#nicEditContent {
   background:#FFFFFF;
}

.nicEdit-main {
   background:#FFFFFF;
}
 
.nicEdit-selected {
   background:#FFFFFF;
}

.nicEdit-selectTxt {
   color:#000000;
}

.nicEdit-pane{
   color:#000000;
}

table.search_top_box
{
color:#000000;
border:1px solid #d4d4d4;
padding:5px;
background-color:#B73D3D;
margin-left:96px;
}
table.search_top_box td
{
background-color:#FFFFFF;
border:1px solid #d4d4d4;
padding:4px;
}

#txtHint span {
   color:#000000;
}

#txtHint p {
   color:#000000;
}

#contest_login_div a {
   color:#FFFFFF;
}

#contest_login_div a:hover {
   color:#FFFFFF;
}

#contest_login_div a:visited {
   color:#FFFFFF;
}

/*My Stories Table style*/
#one-column-emphasis {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 5px;
    text-align: left;
    width: 605px;
	background:#FFFFFF;
}

#one-column-emphasis th {
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
}

#one-column-emphasis th a{
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
}


#one-column-emphasis td {
    border-top: 1px solid #E8EDFF;
    color: #666699;
    padding: 10px 9px;
}

#one-column-emphasis td a{
    color: #666699;
}

#one-column-emphasis td a:hover{
    color: #666699;
}

#one-column-emphasis td a:visited{
    color: #666699;
}

#one-column-emphasis tr:hover td {
    background: none repeat scroll 0 0 #EFF2FF;
    color: #333399;
}

.oce-first {
    background: none repeat scroll 0 0 #D0DAFD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}