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

/*********************************
**********BASE STRUCTURE *********
**********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
vertical-align: baseline;
}

html {
	width: 100%;
	height: auto;
	background:url(../images/top_bg.png) repeat-x;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	font-size:13px;
	margin:0;
}

#outerWrap {
	width:1020px;
	margin:auto;
	min-height:500px;
	height:auto !important;
}


/*** Header */
#header {
	position:relative;
	height:165px;
	top:0px;
}

/* Logo */
#logo{
	/* position:absolute;
	left:0; */
	/* padding-left:30px; */
	width:400px;
	height:114px;
	float:left;
	background:url(../images/logo.png) no-repeat;
}

#logo a{
	display:block;
}
	
/* Navigation */
#navbar{
	position:absolute;
	top:105px;
}
	

#navbar ul{
	list-style-type:none;
	padding:0;
}

#navbar ul li{
	float:left;
	margin-right:26px;
}

	
#navbar ul li a{
	text-decoration:none;
	font-weight:bold;
}

#navbar ul li a span{
	display:block;
	margin-right:14px;
	padding-left:14px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

#navbar ul li  a:hover, #navbar ul li  a.active{
	color:#006db3;
	display:block;
}

#navbar ul li a:hover span, #navbar ul li a.active span{
	color:#006db3;
	display:block;
}

#miniNav {
	width:auto;
	margin-top:25px;
	float:right;
}

#miniNav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#miniNav ul li{
	float:left;
	padding-right:10px;
	border-right:1px solid #818181;
}

#miniNav ul li a{
	color:#A0A0A0;
	text-decoration:none;
	/* padding-top:6px; */
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	padding-left:15px;
	text-transform:uppercase;
	/* text-transform:capitalize; */
	/* letter-spacing:1px */
}

#miniNav ul li  a:hover, #miniNav ul li  a.active{
	color:#0167B3;
	display:block;
	/*border: 1px solid #FFFFFF !important;*/
}

#miniNav  .last {
	margin-right:0px;
	border:0px;
}

#miniNav  span {
	color:#0167B3;
	font-size:11px;
}

#units {
	width:140px;
	/* margin-left:60px;
	margin-top:30px; */
	font-weight:bold;
	margin:auto;
	padding-top:10px;
	/* border:1px solid red; */
}

#Footer{
	background:#F0F0F0;
	padding:5px;
	text-transform:uppercase;
}

#Footer .innerFooter{
	width:950px;
	margin:auto;
	padding:10px;
	color:#666;
}

#container {
	padding: 5px;
	/* border:1px solid red; */
}
	
#content {
	padding: 5px;
	margin-bottom:20px;
}

#content .leftColumn {
	width:45%;
	float:left;
}

#content .rightColumn {
	width:45%;
	float:right;
}
	
.title{
	font-weight:bold;
	font-size:19px;
	color:#0167B3 !important;
	/* padding-top:15px; */
	margin:10px 0;
}
	
.subTitle{
	font-size:15px !important;
	color:#a9a9a9 !important;
	margin:8px 0;
	font-weight:bold;
}

#regbox {
	margin-top:60px;
	margin-bottom:60px;
}

#EULA  *{
	font-size:11px;
}

#EULA  p {
	line-height:1em;
}

.EULAHead{
	width:200px;
	margin:auto;
	font-weight:bold;
	font-size:12px;
}

.EULASubHead {
	font-weight:bold;
	text-decoration:underline;
	margin-left:-20px;
	margin-top:10px;
	margin-bottom:10px;
}

#EULA ol {
	padding-left:20px;
}


/********** registration form **********/
#regForm { margin:auto; width:680px; font-family: Tahoma, Arial, Sans-Serif; text-align:left; margin-bottom:20px;/* border:1px solid red; */}
#regForm * { color:#222222; font-size:13px;}
#regForm ol { margin:0; padding:0; list-style:none; clear:both;}
#regForm li { border:none; display:block; float:left; width:320px; padding-right:5px; }
#regForm label { font-weight:bold; width:300px; padding:5px 15px; text-transform:capitalize;}
#regForm label span { font:normal 10px; color:red;}
#regForm input.text { width:310px; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:15px; background:#f8f8f8; color:#000;}
#regForm select.text { width:125px; float:left; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:30px; background:#f8f8f8; color:#000;}
#regForm textarea { width:350px; border:1px solid #e8e8e8; margin:10px 15px; padding:2px; background:#f8f8f8; height:100px; color:#000; resize: none;}

#regForm input[type="checkbox"]{ width:20px; margin:5px 15px; padding:5px 2px; background:#f8f8f8; color:#000;}


#regForm .submit {
	color:#FFFFFF;
	font-size:13px;
	display:block;
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	margin-top:10px;
	margin-left:15px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
}

/********** / registration form**********/

/********** manage account styles**********/

#sideNav{
	width:auto;
	float:left;
	margin-right:20px;
	margin-top:20px;
}

#sideNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#sideNav ul li{
	margin-bottom:1px;
	color:#731314;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	background: #f5e0ae;
}

#sideNav ul li a{
	color:#731314;
	text-decoration:none;
	padding-top:9px;
	padding-left:20px;
	padding-bottom:8px;
	padding:5px 10px;
	cursor:pointer;
	display:block;
	background: #f5e0ae;
}

#sideNav ul li  a:hover, #sideNav ul li  a.active{
	color:#000000;
	display:block;
	background: #ffffff;
}

#manageAccount{
	float:right;
	width:700px;
	padding:10px;
}

#manageForm { margin:0; width:680px; font-family: Tahoma, Arial, Sans-Serif; text-align:left; margin-bottom:20px;/* border:1px solid red; */}
#manageForm * { color:#666666; font-size:13px;}
#manageForm ol { margin:0; padding:0; list-style:none; clear:both;}
#manageForm li { border:none; display:block; float:left; width:320px; padding-right:15px; }
#manageForm label { font-weight:bold; width:300px; padding:5px 15px; text-transform:capitalize;}
#manageForm label span { font:normal 10px; color:red;}
#manageForm input.text { width:310px; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:15px; background:#f8f8f8; color:#000;}
#manageForm select.text { width:125px; float:left; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:30px; background:#f8f8f8; color:#000;}
#manageForm textarea { width:350px; border:1px solid #e8e8e8; margin:10px 15px; padding:2px; background:#f8f8f8; height:100px; color:#000; resize: none;}

#manageForm input[type="checkbox"]{ width:20px; margin:5px 15px; padding:5px 2px; background:#f8f8f8; color:#000;}


#manageForm .submit {
	color:#FFFFFF;
	font-size:13px;
	display:block;
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	margin-top:10px;
	margin-left:15px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
}

/********** contact form  end**********/

/********** forgotPass form **********/
#forgotPassform { margin:auto; width:340px; font-family: Arial, Helvetica, sans-serif; text-align:left; margin-bottom:20px; border:1px solid #807E7E; border-radius:5px; -moz-border-radius: 5px; padding:10px;}
#forgotPassform * { color:#3E3E3E; font-size:12px;}
#forgotPassform .title { font-size:15px; padding-top:0px !important; margin-top:0px; padding-bottom:10px; }
#forgotPassform ol { margin:0; padding:0; list-style:none; clear:both;margin-top:10px;}
#forgotPassform li { border:none; display:block; width:350px; padding-right:5px; }
#forgotPassform label { width:50px; padding:5px 15px; text-transform:capitalize;}
#forgotPassform label span { font:normal 10px; color:red;}
#forgotPassform input.text { width:220px; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:15px; background:#f8f8f8; color:#000;}

#forgotPassform  .submit {
	color:#FFFFFF;
	font-family: "FuturaStd-Light", Arial, Tahoma, Sans-Serif;
	font-size:13px;
	display:block;
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	margin-top:10px;
	margin-left:15px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
}

#forgotPassform a {
	text-decoration:none;
	color:#0167B3;
	font-size:inherit;
}

/********** forgotPass form  end**********/

/*********************************
**********COMMON STYLES *********
**********************************/

a{
	outline:none;
	color:#0167B3;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.brclear{
	clear:both;
}

.spacer{
	margin-bottom:20px;
}

.fltleft{
	float:left;
	margin:0 10px 10px 0;
}

.alignright{
	text-align:right;
}

.alignCenter {
	text-align:center;
}

p{
	margin:8px 0;
	line-height:19px;
}

a img{
	border:0;
}

#error {
	display:block;
	/* margin:15px; */
	color:#4d4948;
	background-color:#fffebe;
	border: 1px solid #cbcbcb !important;
	font-size:90%;
	width:680px;
	margin:auto;
	margin-bottom:10px;
}

#success {
	margin:5px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c !important;
	font-size:90%;
	width:680px;
	margin:auto;
	margin-bottom:10px;
}

#error li, #success li{
	list-style:none;
}

.submit {
	color:#FFFFFF;
	/* font-size:12px; */
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	float:right;
	/* text-transform:uppercase; */
}

.delete {
	color:#FFFFFF;
	/* font-size:12px; */
	background:#b82327;
	border: 1px solid #b82327 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	float:left;
	/* text-transform:uppercase; */
}

.disabled {
	color:#FFFFFF;
	/* font-size:12px; */
	background:#C9B8B9;
	border: 1px solid #C9B8B9 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	float:left;
	/* text-transform:uppercase; */
}

.note {
	float:right;
	font-size:10px;
	font-weight:bold;
	margin-right:5px;
}

.super {
	font-size:8px;
	vertical-align:super;
}

.toggleOptions {
	cursor:pointer;
	float:left;
	margin-left:20px;
}

#printButton {
	cursor:pointer;
	float:left;
	margin-left:20px;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:5px;
	border: 1px solid #0167B3;
	z-index:100;
	width: auto;
	visibility: hidden;
	background-color:#0167D3;
}

.dropmenudiv a{
	width: 100px;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	height:20px;
}


.dropmenudiv a img{
	vertical-align:middle;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background: #0167B3;
	color: #FFFFFF;
}

/********** Login form **********/
#loginform { 
	margin:auto;
	width:370px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	border:1px solid #807E7E;
	border-radius:5px;
	-moz-border-radius: 5px;
	padding:10px;
}

#loginform * {
	color:#3E3E3E;
	font-size:12px;
}

#loginform .title {
	font-size:15px;
	padding-top:0px !important;
	margin-top:0px;
	padding-bottom:10px;
}

#loginform ol {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:10px;
}

#loginform li {
	border:none;
	display:block;
	width:370px;
	/* padding-right:5px; */
	clear:both;
}

#loginform label {
	/* font-weight:bold; */
	width:50px;
	padding:5px 15px;
	text-transform:capitalize;
	/* border:1px solid red; */
	float:left;
}

#loginform label span {
	font:normal 10px;
	color:red;
}

#loginform input.text {
	width:250px;
	border:1px solid #e8e8e8;
	margin:0px 5px 5px;
	padding:5px 2px;
	height:15px;
	background:#f8f8f8;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
}

#loginform  .submit {
	color:#FFFFFF;
	font-size:13px;
	display:block;
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	margin-top:10px;
	margin-left:15px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	float:left;
}

#loginform a {
	text-decoration:none;
	color:#0167B3;
	font-size:inherit;
}

/********** / Login form **********/

.tblReference{
	/* width:960px; */
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.5em;
}

.tblReference th{
	border:1px solid #ccc;
	padding:5px 10px;
	background:#999;
	color:#fff;
	white-space:nowrap;
}

.tblReference th small{
	display:block;
	font-weight:normal;
	font-size:9px;
	white-space:nowrap;
}

.tblReference td{
	border:1px solid #ccc;
	padding:1px;
	text-align:center;
	padding:10px 10px;
	vertical-align:top;
}

.tblReference th:hover{
	cursor:pointer;
}

.tblReference .row_selected{
	background:#B9E9FF;
}


.readmore-js-toggle, .readmore-js-section {
  display: inline-block;
  width: auto;
  border:none;
}
.readmore-js-section {
  overflow: hidden;
}

/***************** Job Section ************************/
.jobSectionsTitle {
	/* height:20px; */
	font-weight:bold;
	background:#000000;
	color:#FFFFFF;
	width:auto;
	padding:7px 20px;
}

#jobSections{
	width:100%;
}

#jobDetailsSection {
	width:740px;
	float:left;
}

#jobDetails {
	margin-bottom:10px;
	border:1px solid #ccc;
}

#jobDetails .tblReference th {
	font-size:10px;
}

#jobDetails .tblReference td{
	padding: 1px;
	height:15px !important;
	font-size:12px;
	white-space:nowrap;
}

#jobDetails .tblReference td input{
	padding: 1px;
	height:15px !important;
	font-size:12px;
	padding:3px;
	color:#3E3E3E;
	outline:none;
	/* border:none; */
    /* display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; */
	border:1px solid #0167B3;
	width:20px;
}

#jobDetails .tblReference .tag {
	width:30px;
}

#jobDetails .tblReference .notes {
	width:60px;
}

#jobDetails .tblReference td a {
	color:#0167B3;
	font-size:12px;
}

#modelDetails {
	border:1px solid #ccc;
	min-height:500px;
	width:240px;
	float:right;
}

#modelDetails #modelInfo {
	padding-left:10px;
	padding-right:5px;
	text-align:justify;
	padding-top:20px;
}

#modelDetails #modelInfo .name {
	font-size:12px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

#modelDetails #modelInfo .app {
	font-size:12px;
	padding-bottom:15px;
	margin-bottom:5px;
}

#modelDetails #modelInfo p {
	font-size:11px;
	margin:0;
	padding:0;
	padding-top:5px;
}

#modelDetails #modelInfo .files {
	font-size:12px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

#modelDetails #modelInfo .files ul {
	list-style-image:url('../images/download.png');
	/* padding:0; */
}

#modelDetails #modelInfo .files ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
}

#modelOptions {
	border:1px solid #ccc;
	margin-top:20px;
	min-height:100px;
	width:740px;
	float:left;
}

#modelOptionResults {
	margin:15px 10px;
	
}

#modelOptions .optionBlock .title {
	font-size:12px !important;
	float:left;
	margin-right:10px;
	width:80px;
	text-align:right;
}

.optionBlock {
	margin:10px;
	/* border:1px solid red; */
	width:auto;
}
.optionTable *{
	font-size:12px !important;
}

.optionTable{
	/* width:250px; */
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1em;
}

.optionTable th{
	border:1px solid #ccc;
	padding:5px 5px;
	background:#999;
	color:#fff;
	white-space:nowrap;
	font-weight:bold;
}

.optionTable td{
	border:1px solid #ccc;
	padding:1px;
	text-align:center;
	padding:5px 5px;
	vertical-align:top;
	white-space:nowrap;
	
}

.optionTable td select   {
	/* width:120px; */
	border:1px solid #e8e8e8;
	/* background:#b0bfe0; */
	padding:0px;
	color:#3E3E3E;
	outline:none;
	/* border:none; */
    display: inline-block;
    /* -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; */
	text-indent: 0px;
}

.optionTable td select :hover {
	cursor:pointer !important;
}

.optionTable input
{
    height:15px !important;
	font-size:12px;
	padding:3px;
	color:#3E3E3E;
	outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	border:1px solid #e8e8e8;
	width:20px;
}

.optionTable input[readonly]
{
    background-color:#D3D9DD;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	border:1px solid #e8e8e8;
}
/***************** / Job Section ************************/
/********** New Project form **********/
#projForm { margin:auto; width:380px; font-family: Tahoma, Arial, Sans-Serif; text-align:left; margin-bottom:20px; /* border:1px solid red; */ }
#projForm * { color:#666666; font-size:13px;}
#projForm ol { margin:0; padding:0; list-style:none; clear:both;}
#projForm li { border:none; display:block; float:left; width:380px; padding-right:5px; }
#projForm label { font-weight:bold; width:380px; padding:5px 15px; text-transform:capitalize;}
#projForm label span { font:normal 10px; color:red;}
#projForm input.text { width:350px; border:1px solid #e8e8e8; margin:5px 15px; padding:5px 2px; height:15px; background:#f8f8f8; color:#000;}
#projForm textarea { width:350px; border:1px solid #e8e8e8; margin:10px 15px; padding:2px; background:#f8f8f8; height:100px; color:#000; resize: none;}

#projForm select   {
	width:70px;
	height:30px; 
	border:1px solid #e8e8e8;
	padding:5px 2px; 
	margin:5px 15px;
	color:#3E3E3E;
	outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; 
	text-indent: 0px;
	background: url(images/sort_both.png) no-repeat right;
	cursor:pointer;
}

#projForm .submit {
	color:#FFFFFF;
	font-size:13px;
	display:block;
	background:#0167B3;
	border: 1px solid #0167B3 !important;
	border-radius:5px;
	-moz-border-radius: 5px;
	margin-top:10px;
	margin-left:15px;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
}

/********** / New Project form **********/

/********** Tablet Styles Start *************/

@media (min-width: 321px) and (max-width: 768px) {
	#outerWrap {width:740px;}
	#Footer{width:740px; margin-top:20px;}
	#Footer .innerFooter{width:auto;}
	#miniNav {margin-top:15px;}
	#miniNav ul li{float:none;border-right:none;}
	#modelDetails {min-height:100px;width:740px;float:left; margin-top:20px;}
	.modelSections {width:33%;float:left;}
	#modelDetails #modelInfo .name, #modelDetails #modelInfo .files {border-bottom:none;}
}

/* 
@media (min-width: 320px) and (max-width: 480px) {
	.mobileH {width:450px !important;}
	.mobileH  #logo{ width:300px; height:78px; float:left; background:url(../images/logo_small.png) no-repeat; }
	.mobileH #error {width:400px !important;}
	.mobileF{width:450px !important;}
	
} */

@media (min-width: 320px) and (max-width: 480px) {
	.mobileH { width:320px !important; margin:auto;}
	.mobileH  #logo { width:300px; height:78px;  background:url(../images/logo_small.png) no-repeat; }
	.mobileH #loginform { width:90%; }
	.mobileH #loginform  li { width:280px; }
	.mobileH #loginform label { padding:5px 10px 5px 2px; }
	.mobileH #loginform input.text{ width:190px; }
	.mobileH #error { width:300px !important;}
	.mobileF{ width:450px !important;}
	
}
/********** Tablet Styles Start *************/
