@charset "utf-8";
/* CSS Document */

/*body styles*/
html{
	padding:0;
	margin:0;
	overflow-y:scroll;
}
body {
    background: #f2f2f2;
    color: #293133;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
	width:100%;
}
/* OLD Gradient

.wrapper {
    background: url("/images/common/body/contgrad.png") no-repeat scroll center 271px transparent;
}

*/

/*Gradient in 3 parts still working on it 
.top_grad{
	 background: url("/images/common/body/top_grad.png") no-repeat scroll 50% top transparent;
	 display: block;
}

.mid_grad{
	 background: url("/images/common/body/middle_grad.png") repeat-y scroll 50% top transparent;
}

.bottom_grad{
	background: url("/images/common/body/bottom_grad.png") no-repeat scroll 50% bottom transparent;
	display: block;
}

*/

/*Header Height*/

/*Logo Header*/
.xsmall_spacing{
	padding-left:4px;	
}

/*Text Aligned*/
.center
{
    text-align: center;
}

.textaligned{
	line-height: 18px;	
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}
/*END*/

/*Development Placeholder*/
#account_box {
    background: url("/images/header/dca_bg.png") no-repeat scroll 100% 97% transparent;
    height: 50px;
    margin: 15px 0 0 175px;
    position: relative;
    width: 296px;
}

#account_box_dev {
    background: url("/images/header/dca_bg2.png") no-repeat scroll 100% 97% transparent;
    height: 50px;
    margin-top: 15px;
    position: relative;
    width: 296px;
    left: 175px;
    float: left;
    z-index: 20;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#account_box .arrow,
#account_box_dev .arrow
{
    padding: 8px 0 0 8px;
    float: left;
}

#account_box .devtext,
#account_box_dev .devtext {
    float: left;
    padding: 9px 0 0 48px;
}

#account_box .username {
    color: #8E9293;
    float: left;
    font-size: 12px;
    height: 32px;
    margin: 8px 0 0 48px;
    overflow: hidden;
}

#account_box_dev .username a {
    float: left;
    margin: 9px 0 0 56px;
    font-size: 12px;
    height: 32px;
    overflow: hidden;
    color: #293133;
	width: 170px;
}

#account_dropdown {
    background-color: #F3F3F3;
    font-size: 12px;
    left: -52px;
    position: relative;
    top: 8px;
    width: 400px;
    z-index: 30;
}

#account_dropdown .infin {
    padding-right: 25px;
}

#account_dropdown tr {
    border-bottom: 1px solid #E6E6E6;
    padding: 7px 0;
}

#account_dropdown tr.last {
    border-bottom: 0px solid #E6E6E6;
}

#account_dropdown td, #account_dropdown th {
    padding: 7px 0;
}

#account_dropdown th.product {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 8px;
}

#account_dropdown td.license {
    text-align: center;
}

#account_dropdown td.support {
    text-align: center;
}

#account_dropdown td.expire {
    padding-right: 10px;
    text-align: right;
}

.dev_button{
    float: right;
    margin: 15px 6px 0 0;
}

a.dev{
    color: #414a4c !important;
    text-decoration: none !important;
    padding: 0 10px 0 0;
    font-size: 13px;
}

a.dev:hover{
    text-decoration: underline !important;
}
/*Content styles*/

#content{
    margin: 0px 0 18px 0;
	font-size: 85.5%;	
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px;
}

/*Dev Center Width*/
#devcenter{
    width:648px; 
    line-height: 1.6em;
    padding-right: 16px;
    background-color: #f3f3f3;   
	border-top:1px solid #f3f3f3;
}

#dev_text img{
	margin: 20px 0 16px;	
}

#dev_text ul{
	margin: 10px 0 0 13px;	
	padding:0;
}

#dev_text li{
	margin: 0 0 8px 8px;
	padding:0;
}

#devcenter h2{
	font-size: 2.45em;	
	font-weight:normal; 
	margin: 1px 0 4px; 
}

#devcenter h3{
	font-size: 1.7em;	
	font-weight:normal; 
	margin: 10px 0 10px;
}

#devheader{
	background: #f3f3f3;
	margin: 0 0 1px 0;	
}

.line {
    border-bottom: 1px solid #e6e6e6;
}

#adminheader h1,
#devheader h1 {
    font-size: 2.7em;
	font-weight: normal;
	padding-left: 13px;
	line-height: 65px;
}

#devheader h4 {
	font-size: 0.9em;
    line-height: 65px;
    padding-right: 16px;
    position: relative;
    top: 8px;
}

.last_li{
	margin: 0 !important;	
}

.datahiglight{
	background: #F9F9F9 !important;	
}

.data{
	cursor:default;	
}

.admintable tr img {
	bottom: 1px;
    left: 5px;
    position: relative;
}

span.image{
	float: left;
    padding-left: 16px;
}

span.textwrap{
	float: left;
    width: 80%;
}

/*Announcement Styles*/
#announcement_box{
     background-color: #D7D8D9;
    margin-bottom: 1px;
    width: 648px;
}

/*close X image */
.close_window{
	height:12px;
	width: 12px;
    padding:7px 7px 0 0; 
	float:right;   
}

img.space{
    margin: 0 0 26px;    
}

/*Announcement Text*/
.announcement{
    padding: 10px 16px;
}
 
 #announcement_box .image{
	display: block;	 
	display:28px;
	float:left;
	padding: 0 10px 0 0;
 }
 
  #announcement_box .content_announce{
	display: block;	
	width:92%;
	float:left; 
 }
 
 .content_announce h3{
 	padding-bottom:4px;
 }
  
.search_container{
	width: 225px;	
}
    
.search_button{
	background: url("/images/common/search.png") no-repeat scroll 0 -24px transparent;
    border: medium none;
    height: 24px;
    text-indent: -99999px;
    width: 24px;
}

.search_button:hover{
	background: url("/images/common/search.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}

.sortbytime{
	float: left;
    padding: 8px 0 0 8px;
    width: 180px;
}

.timestyle{
    padding: 0 0 0 12px;
    width: 177px;
}

span.customStyleSelectBox {
    background-color: #FFFFFF;
    border: 1px solid #a1a2a3;
    color: #293133;
    font-size: 11px;
}

#select_width{
	width: 98%;
}

.hide_overflow{
	overflow:hidden;	
}

.customStyleSelectBoxInner {
    background: url("/images/admin/admin_arrow.png") no-repeat scroll right 0 transparent;
    line-height: 24px;
    padding: 0 8px 0 5px;
}


.page_size{
	border-left: 1px solid #939899;
    float: left;
    height: 26px;
    margin: 0 0 0 5px;
    width: 116px;
}

.page_number ul,
.page_size ul{
	margin: 4px 0 0 8px;
}

.page_number{
	border-left: 1px solid #939899;
    float: right;
    height: 24px;
    width: 240px;
    text-align: center;
}

.page_current {
    float: right;
    height: 24px;
    width: 240px;
    text-align: right;
    line-height: 24px;
    padding-right: 16px;
}

.page_number li,
.page_size li{
	display: inline;
}

.page_number li a,
.page_size li a{
	color: #FFFFFF;
    text-decoration: none;
	padding: 6px;
}

.page_number li a:hover,
.page_size li a:hover,
.page_size li a.selected,
.page_number li a.selected {
	background: url("/images/admin/pag_hover.png");
}

.form_contain td{
	padding: 10px 0 0 16px;
	width: 0;
	white-space:nowrap;
}

.bold{
	font-weight: bold;
}

.form_contain{
	background: #f3f3f3;
}

/*Announcement Bubble pad */
img.bubble {
    padding-bottom: 40px;
    padding-right: 11px;
}

.devcontent {
    background-color: #f3f3f3;
    margin-bottom:1px;  
    padding: 0 16px;
	margin:30px 0 20px;
    position: relative;
}

.devcontent p {
    padding-top: 7px;
}

.devcontent #intro_video{
	margin: 30px 0 20px;
}

/*Begin Half Width Content*/

.halfwidth{
    float:left;
    width:50%; 
}
/*Developer Center Header Container */
#adminheader{
    background-color: #F3F3F3;
    height: 64px;
    margin-bottom: 0px;
}

/*dataTable skin for Statistics Table */
.dataTable th{
	height: 28px;
	padding: 0 0 0 16px;
	background: #D7D8D9;
    vertical-align: middle;
}

.dataTable td{
	background-color: #e0e0e0;
    border-bottom: 1px solid #E6E6E6;
	height: 39px;	
    padding: 0 0 0 16px;
    vertical-align: middle;
}

/*  END */

#content div.admintable{
    background-color: #F3F3F3;
	/*padding:15px 0 20px;*/
}

#content div.admintable .row.title
{
    background-color: #D7D8D9;
}
/* background color of admintable header */
 
.admintable .row_theader{
	background-color: #D7D8D9;	
	border-bottom: 1px solid #E6E6E6;
}

/*  END */

/* downloads ul spacing */

.admintable .downloads ul{
	padding-left: 25px;	
}

.admintable .downloads li{
	padding-top: 5px;	
}

.admintable .downloads .split{
	border-bottom: 1px solid #E6E6E6;
    margin: 0 0 15px;	
}

/* END */

#content div.admintable .row.title_vid
{
    background-color: #F3F3F3;
}

#content div.admintable .row.title_vid:hover
{
    background-color: #F3F3F3;
}

#content div.admintable .row.title:hover
{
    background-color: #D7D8D9;
}

#content div.admintable .gray{
	background:#ededed;
}

/* creates lighter shade of gray for even rows in forms */

.admintable .even_row{
	background:#ededed;
}

/* END */

/* creates row with hover state */

#content div.admintable .row
{
    background-color: #F3F3F3;
    border-bottom: 1px solid #E6E6E6;
}

#content div.admintable .row_static
{
    background-color: #F3F3F3;
    border-bottom: 1px solid #E6E6E6;
}

#content div.admintable .row:hover{
    background-color: #F9F9F9;
	cursor: default;
}

#content #result_message {
    display: none;
}

/* END */

/* padding for smaller grids and display block */

.row_theader span,
.header span,
#content div.admintable .row div span
{
    padding-left: 4px;
}

.block{
	display:inline-block;	
}

/* END */

.vert_checkbox_list,
#content div.admintable .row_nohover div .vert_checkbox_list,
#content div.admintable .row div .vert_checkbox_list
{
	height: 1.5em;
    padding: 0 0 8px;
}

#content div.admintable .form div span
{
    display: inline;
}

.proj_descrip {
    float: right;
    width: 68%;
}

.proj_category {
    float: left;
    text-align: right;
    width: 32%;
}

#content div.admintable .row_part {
    background-color: #F3F3F3;
    border-bottom: 1px solid #E6E6E6;
}

#content div.admintable .row_part.button_row {
    height: 25px;
}

#content div.admintable .row_red, #content .row_red {
    background-color: #d8b7b7;
}

#content div.admintable .row_red:hover, #content .row_red {
    background-color: #dcc2c2;
}


#content div.admintable .label.center{
    text-align: center;
}

#content div.admintable form textarea{
    width: 100%;
}

.admintable .hightlight{
    padding: 0 16px;
}

.admintable .hightlight p{
    padding: 5px 0 0;
}

#content div.admintable .row .marginleft{
    margin-left: 18px;
}


#content div.admintable .row .left16, .left16 {
    padding-left: 16px !important;
}

.left8 {
  padding-left: 8px;
}

#content div.admintable .row .right16,
.right16
{
    padding-right: 16px !important;
}

#content div.admintable .form input#generate_key{
	margin: 0 0 0 27px;
}

#content div.admintable .row.head{
    background: none repeat scroll 0 0 #5C6466;
    color: #FFFFFF;
    padding: 1px 0;
    border: 0;
}

#content .row.key_head {
    color: #000;
    padding: 11px 0;
}

.middle {
    line-height: 27px;
}

#maintable .keygen_section {
    background: none repeat scroll 0 0 #D7D8D9;
    border-bottom: 1px solid #E6E6E6;
}

#content div#user_table .row.head{
    background: none repeat scroll 0 0 #d7d8d9;
    color: #000;
}

#content div.admintable .form{
	background: none repeat scroll 0 0 #D7D8D9;
    color: #000000;
    padding: 0;	
}

#content div.admintable .order_input{
    width: 50%;
}


.search_box{
	height:64px;
	background-color: #f3f3f3;		
}

#SearchField{
	padding: 0 0 0 5px;
	height:22px;
	border: 1px solid #cacbcc;
	float:left;
	width: 194px;
}

.search_pos{
	padding: 18px 0 0 0;	
}

.pagination_sect{
	background: #5c6466;
	height: 40px;	
}

.summary {
    background: none repeat scroll 0 0 #5C6466;
    color: #FFFFFF;
    min-height: 18px;   
}

.summary input {
    float: right;
    margin: 0 8px 0 0;
}

.admin .pad
{
	padding-bottom:15px;
}


.admin .company{
	padding-top: 33px;
	padding-bottom: 23px;
}

.admin .col1 {
	padding: 16px 0 16px 16px;
}

.admin .name {
    font-size: 2.5em;

}

.admintable .col2,
.admintable .col1{
	width: 50%;	
	float:left;
}

.admin .col2 {
    height: 216px;
    padding: 16px 16px 16px 0;
}

#extend span{
	 padding-left: 9px !important;
	 top: 2px;
	 position:relative;
	 padding-left: 1px;
}

#expires span {
    left: 4px;
    position: relative;
    top: 2px;
}


.add_button {
    background: url("/images/admin/plus_symbol.png") no-repeat scroll center 90% transparent;
    border: 1px solid #A1A2A3;
    height: 20px;
    width: 20px;
}

.add_button:hover {
    background: url("/images/admin/plus_symbol.png") no-repeat scroll center 9% transparent;
    cursor: pointer;
}

.minus_button {
    background: url("/images/admin/minus_symbol.png") no-repeat scroll center 87% transparent;
    border: 1px solid #A1A2A3;
    height: 20px;
    width: 20px;
}

.minus_button:hover {
    background: url("/images/admin/minus_symbol.png") no-repeat scroll center 8% transparent;
    cursor: pointer;
}

.admin .col3 {
    float: left;
    width: 295px;
    padding-bottom: 8px;
}

.valid {
    background-color: #76B300;
    border-radius: 8px;
    padding: 4px 8px;
    color: #ffffff;
}

.invalid {
    background-color: #992E2E;
    border-radius: 8px;
    padding: 4px 8px;
    color: #ffffff;
}

.admin .valid {
    font-weight: bold;
}

.admin .invalid {
    font-weight: bold;
}

.valid_pad{
	margin: 18px 0 17px 0;	
}

.summary a:link, .summary a:visited {
    color: #ffffff; 
}

.admin a.tip {
    color: #cde1e5;
    border-bottom: 1px #cde1e5 dotted;
    float: right;
    text-shadow: 0px 0px 3px #000;
}

#history h2,
.devcontent h2{
	font-size: 1.9em;
	font-weight:normal;
	padding: 0;	
}

#history h3,
.devcontent h3,
#reg_container h3
{
	font-size: 1.5em;
	font-weight:normal;
	padding: 0;	
}

#reg_container .red_row
{
  background-color: #d8b7b7;
}

/*Section Title for What's New*/
p.sectiontitle{
    font-size:24pt;    
}

/*What's New Container Style*/
#whatsnew ul {
    padding-left: 13px;
}

#whatsnew img{
	margin: 0 0 16px;
}

#whatsnew li {
    padding-bottom: 13px;
}

/*Histroy Container Style*/
#history {
    background-color: #f3f3f3;
    margin-bottom:1px;    
    padding: 17px 16px 0;     
}

#history ul {
    padding: 0 0 15px 16px; 
}

#history li {
    padding-bottom: 13px;
}

/*Float Version Text to the Left*/
.version{
    float:left;  
	width: 80%;  
}

/*Float Date Text to the Right*/ 
.date span{
    float: right;
    padding: 0 16px 0 0;
}

/*Container for the Version and the Date*/
.versiondate{
	margin: 23px 0 16px 1px;  
}
#devcenter .versiondate h3{
	margin:10px 0 0;
}

/*Arrow image padding to align to the title*/
.devsection img{
    padding:4px 4px 0 0;
}

/*Topic Title*/
.topic{
    margin: 0 0 15px;
}

/*contact information*/
#info{
    background-color: #F3F3F3;
    font-size: 14px;
    height: 255px;
    padding: 21px;
    position: relative;
    width: 606px;
}

/*sidebar styles*/
#sidebar{
      width: 296px;
      background-color: #E6E6E6;
      font-size: 13px;
}
/*Title sidebar styles*/
#sidebar .title{
    padding-bottom: 10px;
    padding-left: 16px;
    padding-top: 6px;
}

/*text sidebar styles*/
#sidebar .text{
    background-color: #F3F3F3;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom:14px;
}

.box_header{
    background-color: #D7D8D9;    
}



#sidebar
a.title{
    display: block;
    padding: 12px 0 16px 4px;
    text-decoration:none;    
}

#sidebar
a.title:hover{
    background-color:#B0B5B9;
    color:#FFF;
}

.key_head select{
	margin-left:5px;	
}

.news{
    padding: 11px 16px 14px 16px;
    background-color:#f3f3f3;        
}

.news a:link, .news a:visited {
    color: #0084CC;
}

#sidebar
.bold{
    font-weight:bold;    
}

#sidebar
ul.list_style{
    list-style-type:none;    
}

#sidebar a.row {
    color: #293133;
    display: inline-block;
    height: 31px;
    text-decoration: none;
    width: 296px;
}

#sidebar
a.row:hover{
    background-color: #F9F9F9;
    color: #000000;
}

#sidebar
p.pad{
    padding: 0 0 0 16px;
}

#sidebar 
ul li.spacer{
    background-color: #F3F3F3;
    margin: 0 0 1px;
}

.sidebar_row{
    background-color: #F3F3F3;
    margin: 0 0 1px;
	height:31px;
}

.ticket_image {
    float: left;
    padding: 6px 0 0 16px;
    width: 28px;
}

.sidebar_subject{
	float:left;
	overflow:hidden;
	white-space: nowrap;
	padding: 8px 0 0 16px;	
	width: 178px;
	font-size:12px;
}

.sidebar_builds{	
	width: 178px;
}

.ticket_subject {
    float: left;
    overflow: hidden;
    padding: 6px 0 0;
    white-space: nowrap;
    width: 164px;
}

.ver_date {
    float: right;
    padding: 8px 0 0;
}

#content div#access_table span{
	display:inline;
	padding: 0;
}

#access_form span{
	display:inline-block!important;
	vertical-align:middle;	
}

#sidebar .alt_data {
    color: #acacac;
    position: relative;
    text-align: right;
    width: 75px;
    padding: 0 16px 0 0;	
	font-size:12px;
}

#sidebar .version {
    padding-right: 8px;
    width: 45px;
}

#sidebar .gray_button {
    float: right;
}

.btn_img {
    padding-left: 2px;
	position: relative;
	top: -2px;
}

/*Evaluation and Webinar Links styles*/
#eval{
      margin-bottom: 1px;
    position: relative;;    
}
/*webinar margin 1 pixel space styles*/
.today{
    margin-bottom:1px;    
}


/*General stylings for anchor tags*/
.admintable .downloads a:visited,
.admintable .downloads a:link,
#devcenter a:link, #devcenter a:visited {
 border:none;
 text-decoration:none;
 font-style:normal;
 color:#0084CC;
}

a:link, a:visited {
 border:none;
 text-decoration:none;
 font-style:normal;
 color:#0084CC;
}

/*General stylings for anchor tags END*/

/*temporary color for links until Svens approval*/
.subheader_title a:hover,
.header_title a:hover,
.admintable .blue a:hover,
a:hover {
 text-decoration:underline;
}

.admintable .blue a{
	color:#118EBD;
	text-decoration:none;	
}
/* END */

/*Sidebar Text Container Padding*/
.newsitem a{
    display:block;
    height:100%;
    padding: 2px 5px 5px 5px;
}

.newsitem a p{
    padding: 2px 5px 5px 5px;
}

.newsitem a:hover{
background-color: #9e5253;
}

.newsitem a:hover p{
background-color: #9e5253;
}


/*Float Sidebar Text to the Left*/
.floatleft{
    float:left;    
}

/*Float Sidebar Text to the Right*/
.floatright{
    float:right;    
}

/*newsitem styles*/
.newsitem{
      background-color: #F3F3F3;
    margin-bottom: 1px;
    padding: 13px 10px 16px 16px;
}

.newsiteml{
      background-color: #F3F3F3;
    margin-bottom: 7px;
    padding: 13px 10px 16px 16px;
}


#eventtext{
    background-color: #F3F3F3;
    height: 100%;
    margin-bottom: 10px;
    padding: 13px 0 10px 16px;
}
/*GDC logo placement styles*/
img.events{
    margin-bottom: 5px;
    margin-left: 40px;
}

/*footer glow styles*/
#footerglow{
        background: url("/images/footer/footerglow.png") repeat-x scroll 0 0 #f2f2f2;
    padding-top: 46px;
}


/* Login Page */

#twitter_feed{
	float:right;
	width:400px;
	margin:20px 20px 20px 0;
	border:1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	border-radius: 7px;
	-moz-box-shadow:    1px 1px 10px 1px rgba(13,140,206,0.2);
	-webkit-box-shadow: 1px 1px 10px 1px rgba(13,140,206,0.2);
	box-shadow:         1px 1px 10px 1px rgba(13,140,206,0.2);	
}

#login_container  {
    background-color: #E1E1E1;
    color: #000000;
    font-size: 0.8em;
    margin: 198px 0 0 125px;
    width: 288px;
	float:left;
	border:1px solid #ccc;
	-moz-box-shadow:    1px 1px 10px 1px rgba(13,140,206,0.2);
	-webkit-box-shadow: 1px 1px 10px 1px rgba(13,140,206,0.2);
	box-shadow:         1px 1px 10px 1px rgba(13,140,206,0.2);	
}

#login_container #login_trouble_links {
    padding: 15px 0px 22px 2px;
    text-align: center;
    width: 288px;
    clear: left;
}

#login_container #login_trouble_links p{
	padding:0;
	margin:0 0 5px;
}

#login_container h2  {
    background: url(/images/common/lock.png) no-repeat 0px 24px;
    height: auto;
    text-indent: 0;
    width: auto;
    color: #000000;
    font-size: 2.2em;
    margin-left: 35px;
    padding:24px 0 0 30px;
    height: 24px;
    font-weight: normal;
}
#login_container .input_label {
    font-size: 1.2em;
    height: 18px;
    line-height: 18px;
    margin-bottom: 4px;
    width: 65px;
	display:inline-block;
	*display:inlnie;
}

#login_container .input_field {
    margin-bottom: 4px;
    background-color: #FFFFFF;
    border: 1px solid #bfbfbf;
    width: 130px;
    height: 18px;
	padding:2px 5px 2px 0;
	vertical-align:middle;
}

#login_container .login_input  {
    list-style-type:none;
    margin: 24px 0px 4px 43px;
    font-size:1.1em;
}

#login_buttons {
    list-style-type:none;
}

#login_buttons li  {
    float: left;
    display: inline;
}

#login_buttons li button {
    margin: 0px 0px 0px 47px;
}

#login_buttons li .button {
    margin: 0px 0px 0px 14px;
}

#login_buttons li button, #login_buttons li .button {
    cursor: pointer;
    border-style: none;
    display: block;
    border:1px solid #BFBFBF;
    background: url(/images/common/button.gif) repeat-x 0 0;
    font-size: 1.1em;
    color: #000000;
    font-weight: bold;
    line-height: 20px;
    height: 22px;
    text-align: center;
    width: 92px;
}

#login_buttons li .button:hover, #login_buttons li button:hover, #login_buttons2 li .btn:hover, #login_buttons li a:hover  {
    background: url(/images/common/button_over.gif) repeat-x 0 0;
    color: #FFFFFF;
    text-decoration: none;
    border-color: #0b739a;    
}

#login_buttons li a  {
    display: block;
    background: url(/images/common/button.gif) repeat-x 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    width: 92px;
    font-size: 1.1em;
    color: #000000;
    font-weight: bold;
    height:18px;
    margin-right:8px;
    padding-top:2px;
    text-align: center;
}

#login_buttons2  {
    list-style-type:none;
    margin: 0 0 61px 47px;
}

#login_buttons2 li  {
    float: left;
    display: inline;
}

#login_buttons2 li .btn   {
    cursor:pointer;
    display: block;
    background: url(/images/common/login_button.jpg) no-repeat 0 0;
    width: 92px;
    font-size: 1.1em;
    color: #999999;
    height:18px;
    margin-right:8px;
    padding-top:2px;
    text-align: center;
    background-color:transparent;
    border:none;
}

.login a#loggedina
  {
    border-left: solid 1px #9a9a9a;
    margin-left: 4px;
    padding-left: 6px;
}

.login #logina
{
    margin-left: 4px;
    padding-left: 6px;
}



/* footer styles */
.push{
	height:122px;
}

#footer{
	background: url("/images/footer/footer-bg.png") repeat-x scroll 0 0 #DEDFDF;
    float: left;
    font-size: 9pt;
    width: 100%;
	position: relative;
	height: 122px;
	clear:both;
}

#footer .container_12{
	position:relative;
}

#footer #footer_logo{
	margin:28px 40px 0 0;
	opacity:0.7;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}

#footer #copyright{
	display:inline-block;
	*display:inline;
	*zoom:1;
    vertical-align:top;
    padding: 0;
	margin: 20px 0 0;
	color:#777;
	line-height: 1.8;
	font-size: 11px;
}
#footer #footer_links{
	float:right;
    padding: 32px 0 0;
}
#footer #footer_links a{
	color: #0084CC;
	text-decoration:none;
}
#footer #footer_links a:hover{
	text-decoration:underline;
}

/* Tabs for the developer center */

#content .tabs {
    height: 40px;
    background-color: #D7D9D9;
}

#content .tabs a,
#content .tabs span
{
    color: #293133;
    display: block;
    float: left;
    height: 12px;
    padding: 12px 12px 16px;
    text-align: center;
    text-decoration: none;
    background-color: #bfbfbf;
}

.download_button{	
	background: url("/images/button/button_hover.png") repeat-x scroll left top transparent;
    padding: 2px 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.download_button:hover{	
	background: url("/images/button/button_bg.png") repeat-x scroll left top transparent;
	cursor: pointer;
}

.small{
	font-size:x-small;
}

/* creates shadow */

.form_shadow input{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

/* END */

/* creates inner shadow */
.form_inshadow .shadow{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) inset;
}

/* END */
.styled-input input {
    font-size: 0.9em;
    height: 1.5em;
    vertical-align: middle;
}
/* skinned select class */

.styled-select select {
    background: transparent;
    font-size: 0.9em;
    padding: 4px 0 0 5px;
    width: 128%;
	-webkit-appearance: none;
}

 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
       .styled-select select {background-color: rgba(0,0,0,0);}
 }

.styled-select {
    background: url("/images/common/dd_arrow.png") no-repeat right #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    height: 24px;
    overflow: hidden;
    width: 98%;
}

.styled-select-bottom select {
    background: rgba(0,0,0,0) none repeat scroll 0 0 ;
    height: 24px;
    width: 128%;
	margin: 3px 0 0;
	-webkit-appearance: none;
	padding: 2px 0 0 5px;
}

.styled-select-bottom {
    background: url("/images/common/dd_arrow.png") no-repeat scroll right center #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	margin: 3px 0 0;
    height: 24px;
    overflow: hidden;
    width: 98%;
}

/* END */

/* View Download */

.v_download a{
	background: url("/images/admin/v_downloads.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 26px;
    margin: 0 16px 0 0;
    text-indent: -9999px;
    width: 40px;	
}

/* END */

/* create padding form items with shadow */

.form_inshadow .shadow{
	padding: 2px 0 4px 3px;
}

#keygenerator .form_inshadow .shadow{

}
/* END */


.input_box{
	padding: 3px 2px;		
}

#key{
    width: 600px;
    padding: 2px 4px 2px 4px;
    height: 1.5em;
    margin-bottom: 8px;
}

.fixed_width {
    font-family: "Courier New",courier,monospace;
}

.button_circle{
	background: url("/images/admin/button_circle.png") no-repeat scroll left 0px transparent;
    float: right;
    height: 16px;
    margin: 0 19px 0 0;
    width: 16px;
}

.button_circle:hover{
	background: url("/images/admin/button_circle.png") no-repeat scroll left -16px transparent;
	cursor: pointer;
}

.row .check {
    float: right;
    padding: 0 4px 0 0;
}

#content .account_tabs a,
#content .account_tabs span
{
    height: 12px;
}

#content .dev_tabs a{
    min-width: 72px;
}

#content .tabs a:hover {
    background-color: #992E2E;
    color: #FFFFFF;
}

#content .tabs a.selected,
#content .tabs span.selected
{
    color: #FFFFFF;
    background-color: #5C6466;
}

/* Download Styles */
#content .header_main .left strong,
#content .header_main {
    background-color: #5C6466;
    color: #FFFFFF;
	font-size: 1.5em;
}

#content .header_main .title {
    float: left;
    text-align: left;
}

#content .header_main .version {
    float: right;
    text-align: right;
    padding-right: 16px;
    width: 25%;
}

/* skin for downloads page */

#content .downloads .file {
    display: inline;
    float: left;
    margin: 0px 8px 0px 8px;
    width: 952px;
    line-height: 22px;
}

#content .downloads .first_file {
    padding-top: 8px;
}

#content .downloads .cannot_download {
  opacity: .35;
}

.downloads .content-margin{
	margin: 8px 16px;	
}

#content .downloads .icon  {
    float: left;
    display: inline;
    min-width: 24px;
}

#content .downloads .file .links {
    float: left;
    width: 400px;
}

#content .downloads .file .title {
    float: left;
    display: inline;
    width: 400px;
    padding-left: 15px;
	line-height: 25px;
}

.admintable .file button{
	margin: 0 0 6px;
    width: 100px;	
}

#content .downloads .file .title_big  {
    width: 275px;
}

#content .downloads .file .size {
    float: left;
    display: inline;
    text-align: left;
    padding-left: 8px;
    color: #666666;
    margin-bottom: 8px;
}

#content .downloads .file .size_big {
    width: 120px;
    height: 22px;
}

#content .downloads .file .size_small {
    width: 54px;
    height: 22px;
}

#content .prev_version {
    float: left;
    margin: 28px 16px;
	font-size:11px;
	line-height:1.2;
	color:#666;
}

/* end */

/* skinnning Buttons with Hover */

button, .big_button button, .gray_button button, .small_button button {
    background: url("/images/button/button_hover.png") repeat-x scroll 0 0 #BFBFBF;
    color: #000000;
    cursor: pointer;
}

#sidebar .gray_button button:hover, button:hover, button:hover, .small_button button:hover, .big_button button:hover, .gray_button button:hover {
    background: url("/images/button/button_bg.png") repeat-x scroll left top transparent;
    border-color: #A1A2A3;
    color: #000000;
}

/*  END */

.small_button button {
    float: right;
    width: 70px;
}

.settings .big_button button,
#project_edit .big_button button,
.key .big_button button {
	margin: 8px 0 8px 0;
}

.form_block .big_button button {
    margin: 0 0 0 16px;
}

.big_button .admin_button,
.big_button button {
    width: 170px;
}

.f_gray_button button{
    float: left;
}

.wide button {
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
}



/* page 2 styles */
#p2header{
    background-color: #F3F3F3;
    height: 51px;
    margin-bottom: 1px;
    padding: 13px 0 0 10px;
}

/* Message Box used throughout the site */
/* gray message box used in maintenance/unsubscribe etc */

.message_container {
    font-size: 1.1em;
}

.message_box {
    background-color: #5C6466;
    color: #FFFFFF;
    margin: 110px auto;
    padding: 16px 24px;
    width: 440px;
}

.message_box a:link, .message_box a:visited {
    color: #66a5eb;
} 

.message_box .icon {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

.message_box .title {
    float: left;
    font-size: 2.0em;
    height: 45px;
    width: 300px;
	margin:0 0 10px;
}

.message_box .message {
    font-size: 1.1em;
    clear: left;
    padding: 16px 0 4px;
}

.message_box .error_message{
	margin:0 0 10px;
	padding:10px 10px;
	background-color:rgba(255,69,69,0.2);
	border:1px solid #ff4545;
	color:#fff;
	line-height:1.3;
}
.message_box .error_message P {
	padding:0;
	margin:5px 0 10px;
}

.message_box .error_message a{
	color: #91cae9;
}
.message_box .mb_label {
    float: left;
    font-size: 1.1em;
    height: 20px;
    line-height: 20px;
    width: 85px;
}

.message_box .lostpass {
    padding: 0 10px 0 0;
    width: auto;
}

.message_box .mb_field {
    height: 24px;
    width: 199px;
    float: left;
    margin-right: 8px;
}

.message_box form.lostpass {
    height: 30px;
}

.message_box .changepass {
    width: 150px;
	margin:0 0 10px 20px;
}

.message_form{
	padding:25px 0 10px;
}

.message_form .submit_wrapper{
	padding:15px 0 0 170px;
}

.message_form .row {
    padding: 0px 0px 5px 0px;
}

.message_box .mb_field input {
    line-height: 16px;
    margin-right: 8px;
    padding: 2px 0;
    width: 199px;
	border-color: #BFBFBF;
    border-style: solid;
    border-width: 1px;
}


.forgot_password#reg_container .message_box .message.error_message{
	margin:20px 0 10px;
	padding:10px;
	line-height:1.4;
}

.red{
	color: #982e2e;	
}

.gray{
	background: #e7e7e7;	
}

#reg_container .message_box button.lostpass {
    margin-top: 0px;
    width: 80px;
    margin-left: 0px;
}
.p2title  {
    padding: 0px 0px 8px 0px;
    font-size: 20pt;
    font-weight: normal;
}

/* page 2 list styles */

.subheader_title a,
.subheader  a,
.header_title a {
    text-decoration: none;
    color: #FFFFFF;
}

/* header and subheader when underneath tabs */

.header {
    background: none repeat scroll 0 0 #5C6466;
    color: #FFFFFF;
}

.header_title {
    background: none repeat scroll 0 0 #5C6466;
    color: #FFFFFF;
	font-size: 1.3em;
}

.header_title button {
    font-size: 0.8em;
    margin: 0;
}

.subheader {
	background-color: #999999;
    color: #FFFFFF;
}

.subheader_title {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 1.3em;
}

/* END */

/* Links color when in Header Class */

.header a{
    color: #FFFFFF;
}

/* END */

/* add line height when text is off centered */

.header p {
    line-height: 22px;
}

/* END */

/* Make Text Bolder if its in Header class with a Strong tag */

.header strong{
	font-weight:900;	
}

/* END */

.header_subheader {
    background-color: #999999;
    font-size: 1.2em;
    font-weight: bold;
}

.header_subheader a {
    text-decoration: none;
}

/* history styles */
.history {
    background-color: #F3F3F3;
    display: block;
    line-height: 20px;
    padding: 16px;
}

.history ul {
    line-height: 20px;
    margin: 0 16px;
}

/* video styles */
#playerDiv #video_splash {
    display: block;
    height: 540px;
    width: 960px;
}

#video_nav {
    height: 10px;
    width: 960px;
}

#video_prev a {
    float: left;
    color: #118EBD;
    text-decoration: none;
}

#video_next a{
    float: right;
    color: #118EBD;
    text-decoration: none;
}

#current_video_title {
    font-weight: bold;
    margin-top: 10px;
}

#current_video_length {
    color: #818181;
    font-weight: normal;
}

#current_video_desc {
    margin-bottom: 28px;
    margin-top: 10px;
}

#video_list {
    background-color: #F3F3F3;
	border: 1px solid #D7D9D9;
    margin-bottom: 16px;
    max-height: 440px;
    overflow: auto;
    padding: 8px;
    position: relative;
    font-size: 0.9em;
}

#video_list .video {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    float: left;
    height: 126px;
    margin: 8px 10px;
    padding: 8px;
    width: 136px;
}

#video_list .video_thumb {
    position: relative;
    width: 136px;
}

#video_list .video_dl {
    bottom: 0;
    height: 27px;
    overflow: hidden !important;
    position: absolute;
    right: 0;
    width: 27px;
}

#video_list .video_title {
    color: #118EBD;
    text-decoration: none;
    height: 29px;
}

.video_title a {
    color: #118EBD;
    text-decoration: none;
}


#video_list .video_length {
    color: #818181;
    font-weight: normal;
}

/* documation styles */
.doc_list {
    background-color: #F3F3F3;
    clear: both;
    margin-bottom: 1px;
}

ul.doc_list {
    list-style-type: none;
    padding: 0 16px;
    margin: 0px;
}

ul.doc_list a {
    color: #118EBD;
}

ul.doc_list li.pdf {
    background-color: #F3F3F3;
    background-image: url(/images/icons/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 10px 5px 10px 35px;
	line-height:1.5;
}

ul.doc_list li.zip {
    background-color: #F3F3F3;
    background-image: url(/images/icons/zip-icon.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 10px 5px 10px 35px;
    line-height:1.5;
}

ul.doc_list li.html {
    background-color: #F3F3F3;
    background-image: url(/images/icons/html-icon.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 10px 5px 10px 35px; 
}

ul.doc_list li:last-child {
    border-bottom: none;
}

/* account style */
.company_info {
    background-color: #F3F3F3;
    color: #000000;
    display: block;
    padding: 0 16px;
}

.project_info {
    background-color: #F3F3F3;
    color: #000000;
    margin: 1px 0 0;
}

.company_info h3 {
    font-size: 20pt;
    font-weight: normal;
    padding: 8px 0;
}

.company_info .head {
    font-size: 20pt;
    font-weight: normal;
}

.project_info .label {
    color: #6E6E6E;
}

.project_info .field {
    color: #000000;
    float: left;
    height: 25px;
    padding: 5px 10px 5px;
}

.email_pair {
    background-color: #F3F3F3;
    color: #000000;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 1px;
    padding: 2px 0px;
}

.email_pair .item {
    float: left;
    width: 464px;
}

.email_pair span:first-child {
    padding-left: 16px;
}

.form_block {
    background-color: #F3F3F3;
}

.user_info {
    background-color: #F3F3F3;
    color: #000000;
}

.eula{
    border: 1px solid #D0D0D0;
    height: 500px;
    overflow: auto;
    padding: 0 32px;
}

.user_info .left {
    font-weight: bold;
    padding: 8px 0 4px 16px;
    text-align: left;
}

.user_info .right {
    color: #666666;
    padding: 8px 16px 4px 0;
    text-align: right;
}

#account_content .check {
    display: block;
    float: right;
    height: 12px;
    padding: 7px 0 0 4px;
    width: 16px;
}

/*
#account_content .result_message {
    background-color: #f3f3f3;
    margin-bottom: 4px;
    float: right;
    font-weight: bold;
    text-align: right;
}
*/

#account_content .text {
    display: block;
    margin-bottom: 6px;
    margin-top: 4px;
    padding-left: 16px;
}

#account_content .newUser {
    background-color: #F3F3F3;
    color: #000000;
}

#account_content .newUser .label {
    margin: 8px 12px 0px 0px;
    line-height: 20px;
    padding: 2px 0px 2px 0px;
    text-align: right;
    float: right;
}

#account_content .newUser .field {
    height: 20px;
    line-height: 20px;
    margin: 4px 0px 0px 0px;
    float: left;
}

#account_content .newUser .field .tbox {
    margin: 4px 0px 0px 0px;
    height: 20px;
    width: 320px;
    line-height: 20px;
    padding: 2px 0px 0px 0px;
}

#account_content .newUser .field .cbox {
    margin: 7px 0px 5px 0px;
}

#account_content .newUser .field select {
    margin: 4px 0px 0px 0px;
    line-height: 20px;
    padding: 2px 0px 2px 0px;
    height: 24px;
}

#account_content .newUser .error, #account_content .newUser .noerror {
    height: 20px;
    text-align: left;
    margin: 8px 4px 0px 0px;
    padding: 2px 0px 2px 12px;
    line-height: 20px;
    color: #FFFFFF;
    float: left;
}

#account_content .newUser .error {
    background: url(/images/common/errormsg.jpg) no-repeat 0 0;
}

.domain {
    background-color: #F3F3F3;
    color: #000000;
    float: left;
    line-height: 20px;
    margin: 0 0 1px;
    padding: 6px 0 6px 0;
}

.domain div:first-child{
    padding-left: 16px;
    padding-right: 6px;
}

.po_box {
    background-color: #F3F3F3;
    color: #000000;
    margin: 0 0 1px;
}

.po_box tbody {
    width: 100%;
}

.po_box tr {
    width: 100%;
}

.po_box .col_1 {
    padding-left: 16px;
    width: 180px;
    margin-right: 2px;
}

.po_box .col_2 {
    width: 160px;
    margin: 0 2px 0 2px;
}

.po_box .col_3 {
    width: 160px;
    margin: 0 2px 0 2px;
}

.po_box .col_4 {
    width: 160px;
    margin: 0 2px 0 2px;
}

.po_box .col_5 {
    width: 160px;
    margin: 0 2px 0 2px;
}

.po_box .col_6 {
    width: 100px;
    margin-left: 2px;
}

.admintable .label1, .check_pair .label1 {
    color: #6E6E6E;
    line-height: 24px;
    padding: 0 0 5px;
}

.email_subscribe_wrapper{
	margin:20px 0 0px 157px;
}
.email_subscribe_wrapper div{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:0 10px 0 0;
	font-size:12px;
}
.email_subscribe_wrapper .cp_box{
	margin:1px 10px 0 0;
}
.email_subscribe_wrapper .cp_label{
	width:250px;
	margin:0px;
	font-size:11px;
	line-height:1.4;
}

.register_button_wrapper{
	padding:10px 0 0 157px;
}
.admintable .cbox{
	vertical-align: -3px;
}

.list_ck{
	margin: 0 4px 8px 0;
}

.bold br {
	margin-bottom:3px;	
}

.po_box .key {
    font-weight: bold;
    line-height: 40px;
}

#project_edit {
    background-color: #F3F3F3;
}

#project_edit input,
#project_edit input {
    margin: 5px 0 0 0;
}

#project_edit .grid_3{
	margin:0;	
}


#project_edit .section_title {
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 4px 0 0;
    padding: 2px 0 0 16px;
}

#project_edit .pname {
    color: #666666;
    float: left;
    font-size: 0.9em;
    padding-left: 16px;
}

#project_edit .gtype {
    color: #666666;
    float: left;
    font-size: 0.9em;
    padding-left: 16px;
}

#project_edit .col1 {
    padding-left: 16px;
}

#project_edit .platforms {
    padding-left: 32px;
}


#project_edit .check_pair {
    float: left;
    height: 24px;
}

#project_edit .check_pair .cbox {
    float: left;
    margin: 6px 8px 0 4px;
}

#project_edit .middleware {
    float: left;
    margin: 0 1px 0 0;
}

#project_edit .middleware .title {
    background-color: #F3F3F3;
    color: #666666;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px 0 6px;
    width: 100%;
}

#project_edit .desc {
    float: left;
}

#project_edit .tarea {
    color: #666666;
    height: 96px;
    overflow-y: scroll;
}

#project_edit #indie_project_info{
	margin:0px 0 30px;
}
#project_edit #indie_project_info .label{
	font-weight:bold;
	margin:7px 0 0px;
}
#project_edit #indie_project_info input[type='text']{
	width:277px;
}
#project_edit #indie_project_info #select_country{
	margin:5px 0 0;
	width:279px;
	border:1px solid #C7C7C7;
}


#account_content {
}

#account_content .header .left {
    float: left;
    font-size: 12px;
    text-align: left;
	padding: 0 0 0 16px;
}

#account_content .header .right {
    float: right;
    font-size: 12px;
    text-align: right;
    padding-right: 16px;
}

#account_content .settings {
    background-color: #F3F3F3;
    color: #000000;
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
}

#account_content .settings .subscribe_checkbox_wrapper{
	width:360px;
	margin:0 0 0 70px;
}

#account_content .settings .subscribe_checkbox_wrapper input{
	margin:3px 0 0;
}
#account_content .settings .subscribe_checkbox_wrapper label{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:330px;
	vertical-align:top;
	padding:0 0 0 10px;
}

#account_content .settings .labelR {
    height: 20px;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}

#account_content .settings .labelL{
    height: 20px;
    margin: 0 0 8px;
    padding: 0px 0 2px;
    text-align: left;
	width:330px;
}


#account_content .settings .float_left {
    float: left;
}

#account_content .settings .gap {
    margin: 0 0 8px;
    width: 20px;
}

#account_content .settings .field {
    display: inline;
    font-size: 1.1em;
    line-height: 1.2em;
}

#account_content .settings .noerror {
    display: inline-block;
}

#account_content .settings .button_holder {
    display: block;
    padding: 0 75px;
    width: 124px;
}

#account_content .button_holder .big_button{
	margin: 0 auto;
	text-align:center;
}

#account_content .settings .check_pair {
    float: left;
}

#account_content .settings .email {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 16px;
}

#account_content .questions {
    background-color: #F3F3F3;
    clear: both;
    margin-bottom: 1px;
}

#account_content .answers {
    background-color: #F3F3F3;
    clear: both;
    margin-bottom: 1px;
}

#account_content .questions ol, #account_content .answers dl {
    list-style-type: none;
    counter-reset: item;
    padding: 8px 16px;
    margin: 0px;
    clear:both;
}

#account_content .questions ol a, #account_content .answers dl a {
    color: #118EBD;
}

#account_content .answers dl dt {
    background-color: #F3F3F3;
    font-weight: bold;
    padding: 10px 5px 5px; 
}

#account_content .answers dl dd {
    background-color: #F3F3F3;
    padding: 5px 5px 10px 20px; 
}

#account_content .questions ol li:before, #account_content .answers dl dt:before {
    content: counter(item, decimal) ') ';
    counter-increment: item;
    font-weight: bold;
}

#account_content .questions ol li {
    background-color: #F3F3F3;
    padding: 10px 5px 10px; 
}

#account_content .questions ol li:last-child, #account_content .dl dd:last-child {
    border-bottom: none;
}


.shadow {
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}


/* registration page */

#reg_container  {
    color:#000000;
    font-size: 1.1em;
	padding:0 0 25px;
}

#reg_container .reg_select{
	border:1px solid #c7c7c7;
	height:25px;
	width:254px;
}

#reg_container .clear {
    float: left;
    height: 24px;
    width: 1px;
    display: block;
    margin-bottom: 8px;
}

#reg_container .header .left {
    float: left;
    text-align: left;
    width: 750px;
    line-height: 1.3em;
}

#reg_container .instructions {
    font-size: 11px;
	margin: 5px 0 10px 0;
}

#reg_container .instructions p{
	margin:5px 0 8px;
	line-height:1.3;
	padding:0;
	
}

#reg_container .section_title {
    font-weight: bold;
    line-height: 20px;
}

#reg_container .user_form {
    //height: 250px;
    //width: 420px;
    float: left;
    margin-bottom: 18px;
    font-size: 0.8em;
}

#reg_container .info_box {
    display: none;
    //height: 250px;
    //width: 470px;
    float: left;
    margin-bottom: 18px;
    font-size: 0.7em;
}

#reg_container button {
    float:none;
}

#reg_container .message_box .message button{
	margin: 10px 0;	
}

#reg_container .error_box {
    display: block;
    width: 470px;
    float: left;
    margin-bottom: 18px;
}

#reg_container .error {
    line-height: 20px;
    padding: 2px 10px 2px 15px;
    width: 430px;
    color: #FFFFFF;
    float: left;
    margin-bottom: 8px;
    background: #a93938 url(/images/developer/error_arrow.gif) no-repeat 0 0;
}

#reg_container .error_arrow {
    margin-left: 0px;
    height: 24px;
    width: 4px;
    background: url(/images/developer/error_arrow.png) no-repeat 0 8px;
    float: left;
    display: block;
    margin-bottom: 8px;
}

#reg_container .noerror {
    height: 20px;
    line-height: 20px;
    padding: 2px 0px 2px 15px;
    width: 450px;
    float: left;
    margin-bottom: 8px;
}

#reg_container .info_arrow {
    background: url("/images/developer/info_arrow_v2.png") no-repeat scroll 0 8px transparent;
    display: block;
    float: left;
    height: 24px;
    margin-left: 0;
    position: relative;
    top: -7px;
    width: 6px;
}

#reg_container .info_box .info {
    padding: 4px 8px;
    background-color: #D7D8D9;
    width: 440px;
    float: left;
}

#reg_container .info_box .username_info {
    float: left;
    height: 65px;
}

#reg_container .info_box .job_title_info {
    float: left;
    margin: 67px 0 8px;
}

#reg_container .info_box .email_info {
    float: left;
    margin-bottom: 0px;
}

#reg_container .input_row {
    width: 425px;
    margin-bottom: 8px;
    float: left;
}

#reg_container .label {
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 2px 0;
    text-align: right;
    width: 145px;
	/*margin:15px 0 5px;*/
}

#reg_container .input_row .asterisk {
    padding: 4px 4px 0px;
    float: left;
}
#reg_container .field {
    width: 250px;
    height: 24px;
    float: left;
}
#reg_container .tbox {
    width: 250px;
    height: 20px;
    line-height: 20px;
    padding: 2px 0 2px 4px;
    background-color: #FFFFFF;
    border: none;
    float: left;
}

#reg_container .middleware {
    float: left;
    margin: 4px 0;
}

#reg_container .middleware .title {
    padding-left: 21px;
    text-decoration: underline;
}

#reg_container .middleware .check_pair {
    margin: 4px 0;
    height: 24px;
    float: none;
}

#reg_container .check_pair {
    margin: 4px 0;
    //width: 420px;
    height: 24px;
    float: left;
}

#reg_container .check_pair .cp_box {
    float: left;
    margin: 6px 8px 0 16px;
}

#reg_container .check_pair .cp_label {
    line-height: 20px;
    padding: 2px 0px 2px 0px;
    float: left;
}


#reg_container .radio_pair {
    width: 420px;
    height: 24px;
    float: left;
}

#reg_container .radio_pair .rp_box {
    margin: 6px 8px 0px 0px;
    float: left;
}

#reg_container .radio_pair .rp_label {
    line-height: 20px;
    padding: 2px 0px 2px 0px;
    float: left;
}

#reg_container .frequency {
    color: #656565;
    width: 400px;
    font-size: 0.9em;
}

#reg_container .header .asterisk {
    padding-right: 8px;
}

#reg_container .header .right {
    font-size: 11px;
    text-align: right;
	padding-right:16px;
}

#reg_container .arrows {
    padding: 8px 0px;
    height: 34px;
    width: 928px;
}
#reg_container .blue_arrow_tail {
    height: 32px;
    width: 16px;
    background: url(/images/developer/blue_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}
#reg_container .black_arrow_tail {
    height: 32px;
    width: 16px;
    background: url(/images/developer/black_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .blue_arrow_shaft {
    height: 20px;
    line-height: 20px;
    padding: 5px 0px 7px 24px;
    font-weight: bold;
    width: 256px;
    background-color: #118ebe;
    color: #FFFFFF;
    display: block;
    float: left;
}

#reg_container .gray_arrow_tail {
    background: url("/images/developer/gray_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin: 0 0 0 16px;
    width: 16px;
}

#reg_container .gray_arrow_shaft {
    height: 20px;
    line-height: 20px;
    padding: 5px 0px 7px 24px;
    font-weight: bold;
    width: 256px;
    background-color: #5C6466;
    color: #FFFFFF;
    display: block;
    float: left;
}

#reg_container .black_arrow_shaft {
    height: 20px;
    line-height: 20px;
    padding: 5px 0px 7px 24px;
    font-weight: bold;
    width: 256px;
    background-color: #293134;
    color: #5C6466;
    display: block;
    float: left;
}

#reg_container .blue_to_black_arrow {
    height: 32px;
    width: 18px;
    background: url(/images/developer/blue_to_black_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .gray_to_black_arrow {
    height: 32px;
    width: 18px;
    background: url(/images/developer/gray_to_black_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .black_to_black_arrow {
    height: 32px;
    width: 18px;
    background: url(/images/developer/black_to_black_arrow2.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .blue_to_blue_arrow {
    height: 32px;
    width: 18px;
    background: url(/images/developer/blue_to_blue_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .gray_to_gray_arrow {
    height: 32px;
    width: 18px;
    background: url(/images/developer/gray_to_gray_arrow.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .blue_arrow_head {
    height: 32px;
    width: 16px;
    background: url(/images/developer/blue_arrow_head.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .gray_arrow_head {
    height: 32px;
    width: 16px;
    background: url(/images/developer/gray_arrow_head.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .black_arrow_head {
    height: 32px;
    width: 16px;
    background: url(/images/developer/black_arrow_head2.png) no-repeat 0 0;
    display: block;
    float: left;
}

#reg_container .company_select {
    background: url("/images/common/company_select_bg.png") repeat scroll 0 0 transparent;
    border-color: #BFBFBF;
    border-style: solid;
    border-width: 1px;
    line-height: 31px;
    margin-bottom: 31px;
    margin-left: 16px;
    margin-top: 12px;
    width: 448px;
}

#reg_container .company_select a, #reg_container .company_select a:hover {
    text-decoration: none;
    color: #000000;
}

#reg_container .company_select .company_unselected a {
    margin-bottom: 1px;
    width: 448px;
    height: 31px;
    background: #f3f3f3 url(/images/common/check_b.png) no-repeat 420px 10px;
    display: block;
    clear: both;
}

#reg_container .company_select .company_new a {
    width: 448px;
    height: 31px;
    background: #e1e1e1 url(/images/common/check_c.png) no-repeat 420px 10px;
    display: block;
    clear: both;
}

#reg_container .company_select .company_selected, #reg_container .company_select .company_selected a, #reg_container .company_select .company_unselected a:hover{
    margin-bottom: 1px;
    width: 448px;
    height: 31px;
    background: #cee9f2 url(/images/common/check_a.png) no-repeat 420px 10px;
    display: block;
}

#reg_container .company_select .company_selected_new, #reg_container .company_select .company_new a:hover {
    width: 448px;
    height: 31px;
    background: #cee9f2 url(/images/common/check_a.png) no-repeat 420px 10px;
    display: block;
}

#reg_container .company_select .asterisk {
    float: left;
    padding-right: 8px;
}

#reg_container .company_select .gap a,  #reg_container .company_select .gap{
    width: 26px;
    height: 31px;
    display: block;
    float: left;
}

#reg_container .company_select .branch{
    width: 30px;
    height: 31px;
    display: block;
    float: left;
    background: url(/images/common/company_arrow.png) no-repeat 12px 12px;
}

#reg_container .company_select .new{
    width: 30px;
    height: 31px;
    display: block;
    float: left;
    background: url(/images/common/new_company_dot.png) no-repeat 12px 12px;
}

#reg_container .company_select .leaf{
    width: 30px;
    height: 31px;
    display: block;
    float: left;
}

#reg_container .create_company_form {
    height: 456px;
    display: block;
}

#reg_container .create_project_form {
    display: block;
	padding-bottom:20px;
}

#reg_container .create_project_form .gtype{
	padding:0 0 0 6px;
}

#reg_container .create_project_form .check_pair {
    //margin: 0px 0px 0px 0px;
    //width: 170px;
}

#reg_container .create_company_form .left_box {
     float: left;
    height: auto;
    width: 480px;
}

#reg_container .create_company_form .right_box {
    float: left;
    height: auto;
    width: 480px;
}

#reg_container .create_company_form .bottom_box {
    margin-top: 12px;
    margin-bottom: 4px;
    width: 912px;
    height: 130px;
    float: left;
}

#reg_container .create_project_form .label,
#reg_container .create_company_form .label {
    text-align: left;
    font-weight: bold;
    font-size: 0.8em;
}
#reg_container .create_company_form .input_row {
    width: 440px;
    height: 24px;
    float: left;    
}

#reg_container .create_company_form .tbox {
    width: 440px;
}

#reg_container .create_company_form .sbox {
    width: 440px;
    height: 24px;
    line-height: 24px;
    padding-top: 2px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}

#reg_container .create_company_form .state {
    width: 263px;
}

#reg_container .create_company_form .lzip {
    margin-left: 14px;
    width: 140px;
}
#reg_container .create_company_form .tzip {
    margin-left: 10px;
    width: 146px;
}
#reg_container .create_company_form .phone {
    width: 204px;
}

#reg_container .create_company_form .lfax {
    margin-left: 15px;
    width: 204px;
}
#reg_container .create_company_form .tfax {
    margin-left: 10px;
    width: 204px;
}

#reg_container .create_project_form .description,
#reg_container .create_company_form .description {
    width: 700px;
}

#reg_container .create_company_form .check_pair {
    margin-top: 0px;
    width: 204px;
    height: 20px;
}

#reg_container .create_company_form .markets {
    width: 440px;
    height: 80px;
    float: left;
}

#reg_container .create_company_form .notes {
    height: 96px;
    width: 912px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
    overflow-y: scroll;
}

#reg_container .create_project_form #select_country{
	width:254px;
}

#reg_container .desc .tarea {
    height: 96px;
    overflow-y: scroll;
    width: 640px;
}

#reg_container .lost_password {
    margin: 150px 160px 0px 160px;
}

#reg_container .lost_password .instructions {
    width: 592px;
}



.register_page#content #reg_container .red_border{
	border:1px solid #f00 !important;
}

.register_page#content #reg_container .errors_container{
	color:#f00;
	margin:25px 0 0 16px;
}
.register_page#content #reg_container .errors_container h3{
	padding:0;
	margin:0 0 10px;
	border:none;
	color:#f00;
	font-size:18px;
}
.register_page#content #reg_container .errors_container ul{
	margin:5px 0 20px 25px;
	padding:0;
}
.register_page#content #reg_container .errors_container ul li{
	margin:0;
	padding:0px 0 5px;
	background:none;	
	list-style:disc;
	color:#f00;
	font-size:12px;
	float:none;
}
.register_page#content #reg_container .errors_container ul li label{
	color:#f00;
	background:none;
	padding:0;
	margin:0;
	float:none;
	font-weight:normal;
	display:block;
	width:auto;
}








#content .stand_alone {
    background-color: #F3F3F3;
	min-height: 600px;
}

#dev_notice h2{
	padding: 56px 0 22px 0;
	font-size: 1.6em;
	font-weight:normal;
}

#dev_notice p{
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 28px;	
}

#dev_notice .forum{
	padding: 16px;
	color: #595959;	
}

#dev_notice .post{
	margin-bottom: 24px;		
}

.forum p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-right: 32px;	
}

.forum img{
    padding-left: 2px;	
}

#dev_notice .agree{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 8px;	
}

.create{
    display: inline;
    float: left;
    padding: 8px 0 7px;
    width: 80px;
}

.create:hover {
	background-color: #F9F9F9;
}

.create a{
	display: block;
    height: 22px;		
}

/* Shadow Fixes */

@media screen and (-webkit-min-device-pixel-ratio:0)  { 
.form_inshadow .shadow {
    border: 1px solid #c7c7c7;
} 

.form_shadow .shadow{
	border: 1px solid #484e50;	
}

.input_box{
	padding: 2px 2px;		
}
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)  { 
.form_inshadow .shadow {
    border: 1px solid #c7c7c7;
	padding: 0px 0 0px 3px;
} 

.form_shadow .shadow{
	border: 1px solid #484e50;	
}

.input_box{
	padding: 2px 2px;		
}
}

/* start download search page */
#selector {
	padding-bottom: 8px;
}

#selector .label {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

#selector .submit {
	margin: 25px 0px 0px 18px;
}

#selector .grid_3 .grid_3{
	margin:0;	
}

#results p {
	padding: 10px 0px;
	text-align: center;
	background: #5C6466;
	color: #FFFFFF;
}

.dropdown{ 
	background:	#D2D2D2;
}
/* end of download search page */

/* END */

/* end of registration page */
.devcontent .product_image{
    margin:0 0 12px;    
}

.devcontent .product_image a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
   height: 135px; /*This height is the visible portion of the button only*/
   width: 596px; /*Put your image width here*/
}
#scaleform_product a:hover,
#kynapse_product a:hover,
#humanik_product a:hover,
#beast_product a:hover{
   background-position: left -135px; /*This negative value should match the height above*/
}

#kynapse_product a{
   background: url('/images/registration/feature_header_kynapse_hov.png') no-repeat left top;
}

#humanik_product a{
   background: url('/images/registration/feature_header_humanik_hov.png') no-repeat left top;
}

#beast_product a{
   background: url('/images/registration/feature_header_beast_hov.png') no-repeat left top;
}

#scaleform_product a{
   background: url('/images/registration/feature_headeR_OCULUS_hov.png') no-repeat left top;
}

.result_message{
	padding:12px 16px;
	background-color:#f8f1c7;
	/*border:1px solid #eecd69;*/
	/*background:#6ae959;*/
	/*border:1px solid #29a432;*/
	font-weight:bold;
	display:block;
	width:auto;
	margin:0;
}
.result_message.error_message{
	padding:12px 16px;
	background-color:#f8c3c3;
	/*border:1px solid #b50505;*/
	display:block;
	width:auto;
	/*margin:5px 15px 20px;*/
	margin:0;
}

label.error{
	font-weight:bold;
	color:#f00;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 0 0 15px;
}

.clear_both{
	clear:both;
	*height:0px;
}

#user_settings_form .sub_grid_3{
	padding:12px 0 8px;
}

#user_settings_form .field.noinput{
	padding:11px 0 8px;
}

.whatsnew_block h3{
	margin:5px 0 0px;
}
.whatsnew_block p{
	margin:0px 0 15px;
}



/* BEGIN Regular Copy Page Styles */
.copy_page#content .stand_alone#reg_container{
	padding:30px 30px 40px;
	width:900px;
}

.copy_page#content .stand_alone#reg_container .red_border{
	border:1px solid #f00 !important;
}

.copy_page#content .stand_alone#reg_container h1,
.copy_page#content .stand_alone#reg_container h2,
.copy_page#content .stand_alone#reg_container h3,
.copy_page#content .stand_alone#reg_container h4,
.copy_page#content .stand_alone#reg_container h5{
	padding:0;
	margin:1.3em 0 1em;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
}

.copy_page#content .stand_alone#reg_container h1{
	font-size:32px;
	margin:0 0 1em;
	font-weight:normal;
	color:#555;
	text-shadow: 1px 1px 10px rgba(18,64,93,0.2);
}


.copy_page#content .stand_alone#reg_container p{
	padding:0;
	color:#333;
	margin:10px 0 15px;
	line-height:1.3;
}

.copy_page#content .stand_alone#reg_container .warning_message,
.copy_page#content .stand_alone#reg_container .error_message,
.copy_page#content .stand_alone#reg_container .success_message{
	padding:10px;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	margin:0px 0 20px;
	-moz-box-shadow:    2px 2px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
	box-shadow:         2px 2px 3px 1px rgba(0,0,0,0.1);
}

.copy_page#content .stand_alone#reg_container .warning_message{
	background-color:#fcf09f;
	border:1px solid #fbcd14;
}
.copy_page#content .stand_alone#reg_container .error_message{
	background-color:#feadad;
	border:1px solid #d31e1e;
}
.copy_page#content .stand_alone#reg_container .success_message{
	background-color:#8eef97;
	border:1px solid #13bd23;
}




.copy_page#content .stand_alone#reg_container #feeback_form_message{
	margin:10px 0 25px;
	line-height:1.4;
}

.copy_page#content .stand_alone#reg_container #feedback_form{
}

.copy_page#content .stand_alone#reg_container #feedback_form .errors_container{
	color:#f00;
	margin-top:25px;
}
.copy_page#content .stand_alone#reg_container #feedback_form .errors_container h3{
	padding:0;
	margin:0 0 10px;
	border:none;
	color:#f00;
	font-size:18px;
}
.copy_page#content .stand_alone#reg_container #feedback_form .errors_container ul{
	margin:5px 0 20px 25px;
	padding:0;
}
.copy_page#content .stand_alone#reg_container #feedback_form .errors_container ul li{
	margin:0;
	padding:0px 0 5px;
	list-style-type:disc;
	color:#f00;
	font-size:12px;
	float:none;
}
.copy_page#content .stand_alone#reg_container #feedback_form .errors_container ul li label{
	color:#f00;
	background:none;
	padding:0;
	margin:0;
	float:none;
	font-weight:normal;
}

.copy_page#content .stand_alone#reg_container #feedback_form .form_line{
	margin:5px 0 15px;
	
}
.copy_page#content .stand_alone#reg_container #feedback_form .form_line label{
	width:150px;
	padding:0;
	display:block;
	margin:5px 0 5px;
	font-size:14px;
	color:#666;
}

.copy_page#content .stand_alone#reg_container #feedback_form .form_line input[type="text"],
.copy_page#content .stand_alone#reg_container #feedback_form .form_line textarea,
.copy_page#content .stand_alone#reg_container #feedback_form .form_line .select_wrapper{
	-moz-box-shadow:    1px 1px 20px 1px rgba(13,140,206,0.2);
	-webkit-box-shadow: 1px 1px 20px 1px rgba(13,140,206,0.2);
	box-shadow:         1px 1px 20px 1px rgba(13,140,206,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666;
	font-size:14px;
	border:1px solid #ccc;
}

.copy_page#content .stand_alone#reg_container #feedback_form .form_line input[type="text"]{
	padding:2px 5px;
	height:25px;
	width:400px;
}
.copy_page#content .stand_alone#reg_container #feedback_form .form_line textarea{
	padding:5px 5px;
	height:150px;
	width:400px;
}
.copy_page#content .stand_alone#reg_container #feedback_form .form_line .select_wrapper{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:25px;
	width:400px;
	background:#fff;
	padding:4px 6px;
}
.copy_page#content .stand_alone#reg_container #feedback_form .form_line select{
	height:25px;
	width:400px;
	border:none;
	background:none;
}

.copy_page#content .stand_alone#reg_container #feedback_form .submit_wrapper{
	margin:40px 0 0;
}



/* Docs Page */
.docs_page #header{
	background-position:0 -24px;
}
.docs_page #header .headlogo {
	margin:10px 0;
}

.docs_page #shadowbox{
	position:relative;
	margin:auto 30px -50px;
	z-index:10;
}
.docs_page #shadowbox #docs_frame{
	width:100%;
	border:none;
}
.docs_page #footer{
}
.docs_page #footerglow{
}

.docs_page .container_12{
	margin:auto 30px;
	width:auto;
}
.docs_page .grid_6{
	width:50%;
}
.docs_page .grid_12{
	width:100%;
}
.docs_page #account_box_dev{
	position:absolute;
	right:30px;
	left:auto;
}

.docs_page #oculus_nav{
	float:none;
}

/* END Regular Copy Page Styles */

#download_sdk{
	position:relative;
	min-height:450px;
}

#download_sdk .callout#unity_trial_callout{
	position:absolute;
	top:160px;
	right:15px;
	width:220px;
	padding:10px;
	background:#eee;
	text-align:center;
	-moz-box-shadow:    1px 1px 20px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.1);
	box-shadow:         1px 1px 20px 1px rgba(0,0,0,0.1);
}

#download_sdk .callout#unity_trial_callout h3{
	background:none;
	font-size:20px;
	margin:0 0 15px;
	font-weight:normal;
}

#download_sdk .callout#unity_trial_callout p{
	margin:5px 0 10px;
}

#download_sdk .callout#unity_trial_callout p.disclaimer{
	color:#bbb;
	font-size:10px;
}