* { margin: 0; padding: 0 }

body{
	background: url("/static/imgs/new-bg.jpg") repeat-x scroll left top #B2B2B2;

	font-family: Arial, sans-serif;
	font-size:13px;
	color:#555555;
	padding:0px;
	margin:0px auto;
	}
	
ul{
	list-style-type: none;
}

a{ 
	text-decoration:none; 
	outline-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #5A7C95;
	}

a:hover{
	text-decoration:underline;
	outline-style:none;
	color: #999999;

}

hr {
	color: white;
	background-color: white;
	border: 1px dotted #AAA;
	border-style: none none dotted;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}

div.hr {
    height: 1px;
    margin: 6px auto;
    border-top: 1px dotted #999;
    width: 100%;
}

img{ border:none;}

table{
	border-spacing: 0;
}

.content {
	width: 962px;
	margin: 0 auto;
}

#main{
	background-color: #f7f7f7;
	width: 960px;
	border-left: 1px solid #5586A9;
	border-right: 1px solid #5586A9;
	border-bottom: 1px solid #5586A9;
	position: relative;
	display: block;
	padding: 10px 0 0 0;
}
#main_content{
	z-index: 10;
	position: relative;
}

/*   Header Styling   */

.header{
    height: 90px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

#headerlogo{
    float: left;
    height: 81px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: auto;
}

#headerlogo h1 a{
	padding: 0 250px 67px 0;
}
.header h1 {
    background: url("../includes/imgs/new-logo-2.png") no-repeat scroll 0 5px transparent;
    float: left;
    height: 85px;
    margin-bottom: 10px;
    text-indent: -999999px;
    width: 450px;
}


#headerlogo h1 a b{
	display: none;
}


ul#loginnav {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: ;
	list-style-type: none;
	width: 400px;
	left: 50%;
	margin-left: 80px;
	float: right;
	position: absolute;
	top: 10px;
	text-transform: capitalize;
	}

ul#loginnav li {
     float: right;
}


ul#loginnav li a{
	padding: 7px;
	color: #a09f9f;
}


ul#mainnav {
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 70px;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 420px;
}

ul#mainnav li {
     float: right;
     text-align: center;
}

ul#mainnav li#on {
	margin: 0 7px 0 0;

}

ul#mainnav li a{
    color: #5A7C95;
    font-size: 18px;
    font-weight: normal;
    padding: 0 11px;
}

ul#mainnav li#on a{
    -moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
 /*   background: none repeat scroll 0 0 #5A7C95; */
    background: url("../static/imgs/bg-button.png") repeat-x scroll 50% 50% #F31960;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
}

ul#mainnav li a:hover{ 
	color: #FFFFFF;
}

li#post a{
	background:transparent url(../images/nav_button.png) no-repeat scroll center center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:14px 20px;
}

#dashboard {
    float: right;
    margin-top: 15px;
    text-align: right;
}

#tech {
	color: #5A7C95;
	float: right;
	font-size: 11px;
}

#lang {
    float: left;
    margin-right: 3px;
}

#dashboard span {
    margin-left: 3px;
    margin-right: 3px;
}

#lan-button {
    display: block;
    float: left;
	cursor: pointer;
}

#lang ul {
    display: none;
    float: left;
    margin-left: 4px;
}

#lang li {
    color: #838383;
    float: left;
    font-size: 11px;
    margin-right: 5px;
    text-transform: uppercase;
}
#lang .selected {
    border-bottom: 1px solid #F31960;
}

/*   Banner Styling   */

.abovebanner{
	background: url(../images/banner_head.png) no-repeat;
	width: 962px;
	height: 23px;
}

.banner{
	background:  #5A7C95 ;
	width: 962px;
	min-height: 120px;
	position:relative;
}

.banner h3{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 47px;
	position: absolute;
	font-weight: bold;
	color: #608EAF;
	top: 33px;
	left: 48px;
	width: 900px;
	height: 60px;
	overflow: hidden;
}

.banner h3#page_title{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	width: 900px;
	height: 40px;
	overflow: hidden;
	top: 20px;
}

.banner p#home_banner_text{
	font-size: 14px;
	color: #111;
	text-shadow: 1px 1px 0 #96cc03; 
	position: absolute;
	top: 120px;
	left: 50px;
	line-height: 24px;
}

p#how_text{
	font-size: 14px;
	color: #111;
	text-shadow: 1px 1px 0 #fff; 
	line-height: 24px;
}

.banner #hilight, .banner p#home_banner_text a{
	font-family:inherit;
	color: #fff;
	font-weight: bold;
}

.banner span#post_button a{
	position: absolute;
	top: 280px;
	left: 50px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 12px 13px;
	text-shadow: 1px 1px 0 #ab2000; 
}

.banner #twitter_button a img{
	position: absolute;
	top: 278px;
	left: 742px;
	z-index: 20;
}
	
/* Banner for contests ended */

.banner_ended {
	padding-top:85px;
	padding-left:50px;
}

.banner_ended img {
	width:280px; 
	height:280px; 
	border:5px solid #ccc;
}

.banner_ended .img_container {
	display:inline-block; 
	position:absolute; 
	width:280px;
}

.banner_ended .img_container .winner_stripe {
	display: block;
	position:absolute; 
	top: -5px; 
	left: 209px; 
	width: 87px; 
	height: 82px;
}

.banner_ended #right_text {
	float: right; width: 600px; margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

.banner_ended h2 {
	color: #fff; 
	font-size: 32px;
	line-height: 1; 
	margin-right: 20px;
	font-weight: normal;
}

.banner_ended #bold {
	margin-right: 0px;
	font-weight: bold;
}

.banner_ended #boldunderline {
	margin-right: 0px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 32px;
}

.banner_ended h4 {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 30px;
	margin-right: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}

.banner_ended a {
	width: 100px;
	height: 20px;
	margin-left:350px;
	padding: 10px 20px 10px 20px;
	color:#FFF;
	font-weight: bold;
	background:#F31960;
	border-radius: 6px 6px 6px 6px;
	text-decoration: none;
	font-size: 14px;
}

.banner_ended a:hover {
	background:#FF3070;
	text-decoration: underline;
}



/*   Landing Page Styling   */


.landing{
    background: url("../static/imgs/bg_claim.png") repeat-x scroll 0 0 #5CA5D3;
    height: 360px;
    min-height: 360px;
    position: relative;
    width: 962px;
}

.landing h2#page_subtitle{
    color: #F5F5F5;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 12px;
    overflow: hidden;
    padding-left: 320px;
}

.landing h3#page_title{
   color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1px;
    overflow: hidden;
    padding-left: 320px;
    padding-top: 15px;
}

.landing p#page_text{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 25px;
    padding-left: 320px;
}

.landing p#page_footer{
	font-size: 16px;
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px 1px #CCC; */
	position: absolute;
	top: 280px;
	width: 600px;
	padding-left: 60px;
	line-height: 24px;
}

.landing span#post_button a{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc);
    background: url("../static/imgs/bg-button-hover.png") repeat-x scroll 50% 50% #F31960;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    left: 700px;
    padding: 5px 20px 6px;
    position: absolute;
    text-decoration: none;
    top: 300px;


}

.triangle-land {
	background: url("../static/imgs/triangle-start.png") no-repeat scroll 8px 0 transparent;
    float: right;
    height: 21px;
    margin-top: 4px;
    width: 23px;
}

/*   Inner Nav Styling   */

.innernav {
	position: absolute;
	z-index: 8;
	margin: 14px 0 0 0;
	width: 1000px;
}

ul#innernav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height:52px;
	list-style-type: none;
	padding: 3px 0 0 15px;
	position: relative;
	top: -48px;
}

ul#innernav li {
     display: inline-block;
     text-align: center;
	 margin: 5px 5px 0 5px;
}

ul#innernav li#on{
	padding: 0 0 0 12px;
}

ul#innernav li#on a{
	background: url(../images/innernav_center.gif) repeat-x;
	position: relative;
	color: #608EAF;
}
	
	
ul#innernav li#on #left{
	background: url(../images/innernav_left.gif) no-repeat;
	width: 8px;
	height: 52px;
	position: relative;
	margin: -19px 0 0 -8px;
}


ul#innernav li#on #right{
	background: url(../images/innernav_right.gif) no-repeat center right;
	width: 8px;
	height: 52px;
	margin: -19px 0 0 0 ;
}

html>body ul#innernav li#on #left{
	float: left;
}

html>body ul#innernav li#on #right{
	float: right;
}

ul#innernav li a{
	padding: 20px 10px;
	color: #FFFFFF;
	display: inline;
}

ul#innernav li a:hover{ 
	text-transform:none;
}


/*   Feature Styling   */

.populardesigns{
    margin: 0 0 0 4px;
    padding: 5px 5px 0;
}

#feature_img{
	display: inline-block;
	margin: 5px;
	width: 220; 
	height: 109;
	overflow: hidden;
	position: relative;
	border: 1px solid #dfdfdf;
}

#feature_img:hover{ border: 1px solid #B7B7B7;}


#feature_img .img-pop-container {
	height: 129px;
    width: 220px;
}

#feature_img img{
	position: absolute;
	top: -25%;
}

/*   Project Styling   */

.select_projects{
	width: 940px;

}

.projects_table{ 
    margin: 0 15px;
    padding: 20px 0;
    width: 930px;
	
}

.projects_table table.titles{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #608EAF;
	padding: 5px 10px 5px 8px;
	border-top: 1px dotted #608EAF;
	border-bottom: 1px dotted #608EAF;
    margin-bottom: 15px;	
}

.projects_table table.projects{
  	-moz-border-radius: 4px 4px 4px 4px;
  	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    border: 1px solid #D5D5D5;
    color: #2F2F2F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    margin-bottom: 5px;
    padding: 0 10px 0 0;
}

.projects_table table.projects.high {
	background:#D0DFEB;
	
}

.projects_table table.projects a{
	color: #2f2f2f;
}

.projects_table table.projects span#info a{
	font-weight: normal;
	font-size: 10px;
	color: #747474;
}

#findmore, #findmore a {
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #8c8c8c;
	padding: 0 20px 20px 0px;
	padding-right: 20px;	
}



/*   Bottom Bar Styling   */	

.bottom_bar{ 
	width: 962px;
	height: 38px;
	background: #5A7C95;
}

.after_bottom_bar{
	background: url(../images/footer_bottom.png) bottom center no-repeat;
	width: 962px;
	height: 23px;
}


/*   Site Info Styling   */

.site_info{
	width: 962px;
}

.site_info table{
	margin: 0 0 0 30px;
	padding: 14px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: #555 0px 0px 3px;
	font-weight: bold;
	color: #D0DFEB;
    text-align: center;
    width: 900px;	
}

.site_info table span#number{
	color: #FFFFFF;
}


/*   Footer Styling   */

.footer {
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
    background: url('../static/imgs/bg-footer.png') repeat-x scroll 0 0 #6FB2D9;
    clear: both;
    float: left;
    font-size: 15px;
    margin: 15px 0 0px;
    padding: 15px 0 25px 20px;
    width: 942px;
	font-family:Arial, Serif;
}


.bottom_links{
	clear: both;
	margin: 5px 2% 5px 8%;
	width: 90%;
}

.bottom_links dt {
	padding-bottom: 10px;
}

.bottom_links dl {
	display: block;
	margin: 1em 0px;
	float: left;
	padding: 1px 0px;
	width: 19%;	
	color: #FFF;
	font-weight: bold;
	text-shadow: #555 0px 0px 3px;
}

.bottom_links .first {
    padding-right: 98px;
    width: 255px;
}

.bottom_links .first img {
	width:200px;
}

.bottom_links #copy {
 padding-left: 4px;
}



.bottom_links a {
	color: #D0DFEB;
	font-weight: normal;
}

.bottom_links td, .bottom_links td a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 17px;
	vertical-align: top;
}

.bottom_links td span#second a{
	font-size: 10px;
	font-weight: normal;
	color: #868686;
}

#portfolio_link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
	vertical-align: bottom;
	float: right;
	padding: 0 15px 15px 0;
}

#footer ul {
/*    float: left;
    margin-left: 20px;

	margin-right: 35px;
    margin-top: 25px; */

    float: left;
    margin-left: 20px;
    /*  margin-right: 80px; */
    margin-top: 5px;
    width: 168px;
}

#footer ul h5 {
    color: #F2F2F2;
    font-weight: bold;
    margin-bottom: 13px;
}

#footer ul li {
    clear: both;
    float: left;
  /*  font-size: 12px;*/
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 3px;
    padding: 0;
}

#footer ul li a {
    color: #D3D3D3;
}

.social {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    width: auto;
}

.social li {
    float: left;
    font-size: 13px;
    margin-left: 10px;
}

.social li a {
	color:white;
}

.social .social-icons {
    float: left;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 8px;
    width: 20px;
}

.social #fb {
	background: url("../static/imgs/small-bgs.png") no-repeat scroll 0 -35px transparent;
}

.social #ff {
	background: url("../static/imgs/small-bgs.png") no-repeat scroll -37px -35px transparent;
}

.social #twitter {
	background: url("../static/imgs/small-bgs.png") no-repeat scroll -70px -35px transparent;
}

.social #rss {
	background: url("../static/imgs/small-bgs.png") no-repeat scroll -97px -35px transparent;
}

#legal {
	height:60px;
	background:#454545;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
    margin-bottom: 25px;
	float:left;
}

#copyrights {
    padding-top: 0px !important;
	color:#cccccc !important;
    font-size: 11px !important;	
}

#copyrights a{
    color: #CCCCCC;
    font-size: 11px;
}

#legal p {
    color: white;
    float: left;
    font-size: 13px;
    margin: 3px 20px;
    padding-top: 8px;
    width: auto;
}

.legal-up {
    float: left;
    width: 960px;
}

/*   Project Filter Styling   */



p { text-align: left; margin: 15px 0 }
		
a:focus { outline:none; text-transform:none; }

img { border: 0 }

h3 {text-align: left }
		
		
.project_filter{
	position: relative;
	width: 962px;
	min-height: 15px;
}

a#project_filter_toggle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #acacac;	
	padding: 0 0 0 20px;
}




/*   Create Project Pagination   */

.progress_nav { 
padding: 0 20px;
	width: 930px;
	position: relative;
}

ul#progress_nav {
	list-style-type: none;
}

ul#progress_nav li {
	display: inline-block;
}

ul#progress_nav li a { 
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #BCBCBC;
	text-decoration: none;
	display: block;
	border-bottom: 3px solid #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 30px 0 10px;
	width: 188px;
}

ul#progress_nav li a:hover {

}

ul#progress_nav li a.current {
	color: #1C1C1C;
	border-bottom: #5A7C95 3px solid;
}



/*   Create Project Category Styling   */

	
.project_type{
	width: 920px;
	position: relative;
	padding: 0 0 30px 40px;
	display: inline-block;
}

#category_type{
	width: 250px;
	float: left;
	height: 293px;
}

#category_type li{
	list-style-type: none;
	background: #E4E4E4;
	margin: 0 0 0 10px;
	display: block;
}

#category_type li.current{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B7B7B7;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    display: block;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: 11;
}

#category_type li a{
	padding: 12px 12px 16px 12px;
	display: block;
	color: #777;
	font-size: 13px;
}

#category_type li.current a{
	padding: 16px 16px 19px 16px;
	color: #111;
	font-size: 14px;
}

#category_name{
	float: left;
}

#showOptions{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B7B7B7;
    height: auto;
    padding: 10px;
    position: relative;
    top: 0;
    width: 590px;
    min-height: 163px;
}

#showOptions input{
	z-index: 0;
}



#main span#title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #222 ;
	padding: 30px 10px 20px 20px;
	display:block;
	font-weight: bold;
}

.category_choose{
	background: url(../images/category_bkg.png) no-repeat;
	padding: 10px 15px;
	width: 244px;
	height: 95px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 8px 10px 10px; 
}

.category_choose p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D0DFEB; 
	margin: 5px 0 0 0;
}

.category_choose span{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff; 
	text-transform: capitalize;
	width: 200px;
	padding: 0 0 0 5px;
}


/*   Project Price Styling   */

.project_price_table{
	position: relative;
	display: inline-block;
	width: 862px;
	margin: 0 40px;
	padding: 0 0 30px 0;
}

#project_price_title{
	width: 660px;
	float: left;
	height: 50px;
	background: #5A7C95;
	position: relative;
}

#project_price_subtitle{
	width: 660px;
	float: left;
	height: 30px;
	position: relative;
}

#project_price_title span{
	position: relative;
	top: 6px;
	left: 17px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff; 
	/* text-transform: capitalize; */
}

#project_price_subtitle span{
	position: relative;
	top: 5px;
	left: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D8D8D;  
}

#project_price{
	position: relative;
	width: 200px;
	float: left;
	height: 48px;
	border: 1px solid #5A7C95;
	background: #fff;
	background: url(../images/price_arrow.png) top left no-repeat #fff;
}


#project_price input[type="text"]{
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000; 
	float: left;
	border: 0;
	position: relative;
	margin:5px 0 0 0;
	width: 90px;
	padding-left:4px;
	padding-right:4px;
}

#project_price input[type="text"]:focus{
	outline-style: solid;
	outline-color: #ffaa00;
	outline-width: 2px;
	text-transform:none;
}

#project_price p{
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000; 
	float: left;
	border: 0;
	position: relative;
	margin:5px 0 0 70px;
}

#project_upgrades_title{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #202020; 
	/* text-transform: capitalize; */
}

.project_create_nav{
	width: 870px;
	position: relative;
	padding: 0 50px 20px 50px;
	height: 40px;
}

.project_back_button{
	float: left;
	width: 400px;
}

.project_back_button a{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 11px 15px;
	background: #5A7C95;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.project_back_button a:hover{
}

.project_next_button{
	float: right;
	width: 400px;
}

.project_next_button a{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 11px 15px;
	background: #5A7C95;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.project_next_button a:hover{
}


/*   Contest Banner Styling   */

.contest_banner{
	width: 940px;
	padding: 10px 0 0 10px;
	position:relative;
}

table#contest_banner_titles{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #acacac;	
	padding: 0;
}

table#contest_banner_titles td{
}

table#contest_banner, table#contest_banner a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #252525;	
	padding: 0;
}

table#contest_banner td{
}



/*   Project Details Styling   */

.sort_designs{
	position: relative;
}

.project_grid{
	position: relative;
	display: inline-block;
}

.project_grid_info{
	width: 149px;
	position: relative;
	padding: 5px 0 0 1px;
}

#project_grid_name{
	float: left;
	width: 70px;
	overflow: hidden;
	height: 14px;
}

#project_grid_name a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B7B7B7;
}

#project_grid_name a:hover{
	color: #797979;
}

#project_grid_star{
	float:right;
}

#project_grid_star table{
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

#project_grid_star a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B7B7B7;
}

#project_grid_star a:hover{
	color: #797979;
}

.project_comments{
	
	top: 0px;
	display: inline-block;
}

.project_brief_table{
	padding: 0 40px;
}

.project_brief_table table tr{
	padding: 0 0 10px 0;
}

.project_brief_table span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #3D3D3D ;
	display:block;
	font-weight: bold;
	text-align: right;
	/* text-transform: capitalize; */
	padding: 2px 10px 0 0;
}

.project_brief_table a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #5A7C95;
	text-decoration: underline;
	/* text-transform:capitalize; */
}

.project_brief_table a#edit{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #929292;
	display:block;
	text-align: right;
	text-transform: uppercase;
	padding: 2px 10px 0 0;
	text-decoration: none;
}

.project_brief_table input, .project_brief_table textarea{
	border: 1px solid #BABABA;
	border:1px solid #BABABA;
	font-size:15px;
	padding:4px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
	border-radius: 5px 5px 5px 5px;
}


.btn_class{
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px !important; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	transition: 0.1s linear all;
/*
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
	border-radius: 5px 5px 5px 5px;	
	background:#5A7C95 none repeat scroll 0 0;
	border:1px solid #626E74 !important;
	clear:left;
	color:#EEEEEE;
	cursor:pointer;
	font-size:14px;
	padding:5px 6px;
	width: auto;
	text-decoration: none !important;
*/
}

.btn_class:hover {
  	background-position: 0 -15px;
  	color: #333;
  	text-decoration: none;
}


.deact {
    	background: none repeat scroll 0 0 #999999;
    	font-size: 14px;
	padding:0px;
}

select{
	width:170px;
	margin-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}


.flag {
	display:inline;
	height:43px;
	margin:0;
	position:absolute;
	right:-5px;
	top:-5px;
	width:43px;
	z-index:9999;
}


.project_brief_table input:focus, .project_brief_table textarea:focus{
	border: 1px solid #5A7C95;
}


/*   Premium Options Styling   */

.premium_options{
	position: relative;
	padding: 0 40px 30px 40px;
}

/*	FAQ	*/

.faq_title {
	font-size: 20px;
	font-weight: bold;
	color: #5586A9;
	padding-top: 20px;
}

/*	Prices Options		*/
.prices_options {
	cursor:pointer;
	background: #000;
	/* display:block; */
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(100);
}

.prices_options:hover {
	opacity: 0.9;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(70);
	/* display:block; */
	color: #5A7C95;
}


/* In launch: trigger ajax prices */
.trigger_prices:hover {
	text-decoration:none; 
	opacity: 0.9;
	outline-style:none;
	/*
	filter:alpha(opacity=90); 
	-ms-filter:"alpha(opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(90);
	*/
}

/* OK Button */
.confirm_button {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
	cursor: pointer;
	text-align:center;
	visibility:hidden;
	float:right;
}

.notify, .error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;
}
.notify {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
}

.set-as-winner {
    bottom: 31px;
    height: 30px;
    left: 6px;
    margin: -2px 0 0 3px;
    position: absolute;
    width: 28px;
    z-index: 5;
}

.set-as-winner a {
    background: url("/admin/images/winner.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 28px;
}

a#pagination-selection {
        font-family: Arial, Helvetica, sans-serif;
        color: #5A7C95;
        background: url("/static/imgs/bg-input.gif") repeat-x scroll 0 0 white;
        border: 1px solid #DDD;
        padding: 3px 7px 3px;
}

span#pagination-selected {
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background: url("/static/imgs/bg_claim.png") repeat-x scroll 0 0 white;
        border: 1px solid #DDD;
        padding: 3px 7px 3px;
}

.web5_text {
	font-size: 10px;
}

.entry_box td {
	border-bottom: 2px #777 solid;
	/* border-left: 1px #bbb dotted; */
	text-shadow: 1px 1px 0 #eee
}

.entry_box a {
	text-shadow: none;
}

