/*
	STYLESHEET FOR ADMIN INTERFACE
	GENERALIZED FOR GENERAL USE
	Created 10/12/06
	Peter DeMarco
	River City Studio
*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 0px;
	margin: 0px;
  padding-bottom: 5px;
  color: #333;
  background-color: #eee;
}


/*
	DEFAULT STYLES
*/

img {
	border: none;
}

img#ajaxPreloader {
	margin-top: 10px;
	margin-left: 10px;
}

h1, h2, h3 {
	color: #222;
}

h1 {
	font-size: 18px;
	/* padding-left: 10px; */
	padding-bottom: 3px;
	/* border-left: 1px dashed #222; */
	border-bottom: 1px solid #aaa;
}

h2 {
	font-size: 14px;
	color: #006b91;
	text-align: left;
}

h3 {
	font-size: 13px;
	color: #004861;
}

h4 {
	padding-left: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
}

a, a:visited {
	color: #c6541b;
	text-decoration: none;
}

a:hover {
	color: #f46d24;
	text-decoration: underline;
}
table.resourcing a, table.resourcing a:visited {
	color: #222;
}
p {
  padding-left: 10px;
  margin: 5px 0 8px 0;
}

ul {
	margin: 0px 0px 8px 0;
}

/*
	DIV STYLES
*/

#contentHolder {
	position: relative;
	width: /* 760px; */ 85%;
	margin: 10px auto auto auto;
	padding: 20px;
	border: 1px solid #666;
	background-color: #FFF;
  	-webkit-box-shadow: 0px 0px 10px #888; /* old Webkit */
  	-moz-box-shadow: 0 0 10px #888; /* old Mozilla */
  	box-shadow: 0 0 10px #888;
}

#nav {
	padding: 5px;
	background-color: transparent; /* #EEE; */
	text-align: right;
	float: right;
	width:450px;
}

.homeTitleDesc {
	font-size: 13px;
	padding-left: 50px;
	position: relative;
}

.indEdit {
	position: absolute;
	top: 0px;
	left: 0px;
}

.indBillingJacket {
	position: absolute;
	top: 0px;
	left: 25px;
}

/*
  GENERAL STYLES
*/

.box {
	position: relative;
	border: 1px solid #aaa;
	background-color: #f7f7f7;
	padding: 10px;
	margin: 5px;
}

.box .thumb {
  float: left;
  margin: 10px 10px 0px 0px;
}

.red {
  background-color: #FBC;
  padding: 15px;
  color: #900;
  border: 1px solid #C55;
}

.blue {
  background-color: #c5dbd9;
  padding: 15px;
  color: #007096;
  border: 1px solid #007096;
}

.redAlert p {
	font-size: 11px;
	font-weight: bold;
	color: #900;
}

.redAlert p.deleteOptions a {
	padding: 0px 6px;
}

.redAlert blockquote {
	font-weight: bold;

}


/*
	FORM STYLES
*/

#login {
	position: relative;
	width: 300px;
	margin: 40px auto 80px auto;
	padding: 8px;
	border: 1px solid #cacaca;
	text-align: center;
	background: -webkit-gradient(linear, left top, left 25, from(#cacaca), color-stop(5%, #cacaca), to(#EFEFEF));
	background: -moz-linear-gradient(top, #cacaca, #EFEFEF 5px, #EFEFEF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

form p {
  margin-top: 10px;
}

input, textarea, select {
	padding: 2px;
	border: solid 1px #ccc;
	outline: 0;
	background: #fff;
	/*
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EFEFEF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF 1px, #FFFFFF 25px);
*/
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input:hover {
	/* background-color: #fff; */
}

.lineUp {
	position: absolute;
	left: 160px;
}

.clear {
  width: 100%;
  clear: both;
}


.photoPop {
  position: relative;
  z-index: 20;
}

.photoPop img {
  position: absolute;
  top: 0px;
  left: 0px;
}

p.green, p.red {
	font-size: 90%;
	font-weight: bold;
}

p.green {
	color: green;
}

p.red {
	color: red;
}

	/* This is the background logo
	-------------------------------*/

.backgroundImage {
	background-image: url('/_img/RCNLogo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% 98%;
}

	/* Add Folder Form
	------------------------*/

form#addFolder {
	background-color: #fff;
	border: 1px solid #666;
	position: absolute;
	top: 100px;
	right: 25px;
	padding: 10px;
	font-size: 11px;
}

form#addFolder p {
	margin: 0px;
	padding: 0px;
}

form#addFolder input {
	margin-left: 15px;
	width: 150px;
}

form#addFolder input#submit {
	position: relative;
	left: 185px;
	width: auto;
	top: 5px;
}

table.underline td {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	font-size: 11px;
}

table.underline input.radio {
	height: 11px;
	width: 11px;
}

form#deleteFolder, table.underline {
	width: 460px;
}

input.submitDelete {
	position: relative;
	top: 5px;
	left: 385px;
	margin-bottom: 10px;
}

/*
	FTP USERS STYLES
*/

#getDirs {
	width: 600px;
	height: 300px;
	overflow: auto;
	border: 1px solid black;
	padding: 5px;
	background-color: #E0E0E0;
}



		/* --------------------------- Additional Styles ------------------------------ */

p.breadCrumbs {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

p.breadCrumbs a {
	margin: 0px;
	padding: 3px 5px;
	color: #70ccc8;
	font-weight: bold;
}

p.breadCrumbs a:hover {
	text-decoration: none;
	color: #006d94;
}

#devcon_alert {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	background-color: #ccc;
	float: right;
	margin-top: -10px;
	padding: 5px 20px;
	width: 300px;
		background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-right-radius: 5px; /* future proofing */
	border-bottom-left-radius: 5px; /* future proofing */
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	 -webkit-border-bottom-right-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
 /* for old Konqueror browsers */
	text-shadow: 0px 1px 0px #fff;
}
#devcon_alert a {
	text-decoration: none;
}
.devcon_1, .devcon_1 a, .devcon_1 a:hover, .devcon_1 a:active, .devcon_1 a:visited {
	color: #a83933;
}
.devcon_2, .devcon_2 a, .devcon_2 a:hover, .devcon_2 a:active, .devcon_2 a:visited {
	color: #ff8000;
}
.devcon_3, .devcon_3 a, .devcon_3 a:hover, .devcon_3 a:active, .devcon_3 a:visited {
	color: #59a84f;
}
.devcon_4, .devcon_4 a, .devcon_4 a:hover, .devcon_4 a:active, .devcon_4 a:visited {
	color: #ff8000;
}
.devcon_5, .devcon_5 a, .devcon_5 a:hover, .devcon_5 a:active, .devcon_5 a:visited {
	color: #a83933;
}

	/* --------------- Right Side (50%) ------------------ */

#right, #clientRight {
	width: 48%;
	float: right;
}

#clientRight {
	width: 275px;
}

#fixedRight {
	position: fixed;
	top: 20%;
	border: 1px solid #F46D24;
}
.jobBox h4 {
margin-bottom: 0px;
text-align: left;
}
#right div.notes, #left div.notes {
	margin: 0px 0px 15px 0;
/* 	padding: 8px; */
	border: 1px solid #aeaeae;/* #FCFF69; */
	background-color: #FAFAFA; /* #FEFFCE; */
}

#right div.notes h4, #left div.notes h4, #right div.notes h5 {
	font-size: 13px;
	text-align: left;
	border-bottom: 0px;
	margin: 0px;
	margin-bottom: 7px;
	padding: 3px 0px 3px 5px;
	color: #fff;
	background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #aaa;/* #FCFF69; */
	text-shadow: 0px 1px 1px #777;}

#right div.notes h5 {
	font-size: 13px;
}

#right a.commonLink {
	margin: 12px;
}

#right .searchBox input, #right .searchBox select {
	margin-left: 4px;
}

#right .searchBox input.submitImage, .submitImage {
	margin-left: 4px;
	background-color: transparent;
	border: none;
	vertical-align: middle;
}

#right p.jobSearchResults {
	font-size: 11px;
	line-height: 14px;
}

#right p.jobSearchResults span {
	display: block;
	margin-top: 4px;
	margin-left: 25px;
}

#right p.jobSearchResults img, #homeTraffic p img {
	margin-left: 8px;
}


 /* --------------- Left Side (50%) -------------------- */

#left, #clientLeft {
	margin-right: 51%;
	padding: 0px 15px;
	min-height: 500px;
}

#clientLeft {
	margin-right: 300px;
}

#left p strong, #right p strong, .box p strong {
	margin-right: 6px;
}

#left p span.addressBlock {
	display: block;
	margin-left: 55px;
	margin-top: -13px;
}

#left h3, #clientRight h3, #right h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: Georgia, Times, serif;
}

#right h3.differentiateColor {
	color: green;
}

#left h3 img, #right h3 img {
	margin-left: 10px;
	vertical-align: top;
}

#left h3.letterSpacer {
	font-size: 13px;
	margin-top: 15px;
}

#left h4, #right h4 {
	font-size: 14px;
}

#left h4.noLine {
	border-bottom: none;
	margin: 0px;

}

#left h4 a, .empName a, .jobBox a, .featureContainer h4 a {
	font-weight: normal;
	font-size: 12px;
	margin-left: 13px;
}

#left h4 a.bidOption {
	color: #004861;
	font-weight: bold;
	margin-left: 0px;
}

#left h4 a.bidOption:hover {
	text-decoration: none;
}

#left h4 a.bidOption span {
	color: black;
}

#left h4 a.detailLink {
	margin-left: 0px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#left h4 a.detailLink:hover {
	color: #622;
}

#left h4.domainHeader {
	border-bottom: 0px;
}

#left h4 a.domainLink {
	margin-left: 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#left h4 a.domainLink:hover {
	color: #004861;
	text-decoration: none;
}


	/* ---------------- Tabbed Navigation for the Features Section ---------------------- */

#featureNav {

}

#featureNav a {
	border: 1px outset #999;
	padding: 4px 12px;
	color: #004861;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	background-color: #d2efee;
	background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;

}

#featureNav a:hover, #featureNav a.active {
	text-decoration: none;
	background-color: #008da1;
	color: #fff;
	text-shadow: 0px -1px 0px #008da1;
}



	/* -------------- Declarations for the Ajax Dump -------------------- */

#projectContainer {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	clear: left;
	padding-top: 3px;
}

.featureContainer {
/* 	margin-top: 16px; */
/* 	border: 1px outset #333; */
/* 	padding: 5px 10px; */
}

.featureContainer h3 a.management {
	margin-left: 10px;
	font-size: 12px;
}

.featureBlock {
	margin-top: 24px;
}

p span.address {
	position: relative;
	left: 60px;
	top: -25px;
}



	/* ------------------------ Standard Form Declarations ----------------------------- */

.standardForm {
	width: 250px;
	position: relative;
}

.standardForm p {
	text-align: right;
	margin-bottom: 5px;
}

.standardForm p.leftAlign {
	text-align: left;
	margin-left: 15px;
}

.standardForm p input, .standardForm p textarea, .standardForm select {
	width: 225px;
	padding: 1px;
	border: 1px inset #666;
}

#right .standardForm {
	width: 300px;
}

#right .standardForm p input, #right .standardForm p textarea, #right .standardForm select {
	width: 300px;
}

.standardForm p textarea {
	height: 165px;
	vertical-align: top;
}

.standardForm p input.submit {
	width: auto !important;
	border-style: outset;
	cursor: pointer;
}

.standardForm input.check, .standardForm input.radio {
	width: 13px;
	border: none;
}

.standardForm p span.rcnHosting {
	margin-right: 14px;
}

.standardForm p span.rcnHosting input {
	margin-right: 4px;
}

.standardForm .rightFormFloat {
	float: right;
	width: 250px;
	position: relative;
	left: 75px;
}

.standardForm .rightFormFloat p {
	margin-top: 0px;
}

.standardForm h4 {
	width: 200px !important;
	margin-top: 0px !important;
	margin-left: 20px;
}



	/* ------------------------ Search Form Declarations -------------------------- */

form.searchForm input {
	margin-left: 11px;
}


	/* ----------------------- Footer Declarations ----------------------------------- */

#footer {
	clear: both;
}




	/* ----------------------- Additional Styles ------------------------------- */

	/* --------------- Employee Page Styles ------------------------- */

.box h4.empName span {
	float: right;
	font-size: 110%;
	padding-right: 30px;
}

.box h4.empName span.Active {
	color: green;
}

.box h4.empName span.Inactive {
	color: red;
}

.empTable {
	width: 60%;
}

.empTable th {
	font-size: 12px;
	color: #004861;
}

.empTable td {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}



	/* ------------------ Styles for the right column with Jobs ----------------------- */

#right h4 {
	font-size: 11px;
}

#right h4 span, .featureContainer h4 span.bidOptionPrice {
	float: right;
	padding-right: 10px;
	padding-left: 15px;
/* 	padding-top: 4px; */
}

#right h4 span.DESIGN {
	color: purple;
}

#right h4 span.WEB {
	color: #004861;
}

#right h4 span.SEO {
	color: green;
}




	/* ------------------- Test Styles for the TimeCard Form -------------------------- */

#timeCard select.white {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #333;
	color: #000099;
	font-weight: bold;
}

#timeCard .timeItemTest {
	width: 500px;
/* 	height: 200px; */
	float: left;
/* 	margin-left: 7px; */
	position: relative;
	border: #aaa thin solid;
	padding: 5px;
	margin-top: 5px;
}

#timeCard .noteButton {
	position: absolute;
	top: 5px;
	right: 5px;
}

#timeCard .timeItemTest .top {
/*
	height: 15px;
	background-image: url('/admin/_img/timeBoxTop.png');
	background-repeat: no-repeat;
*/
}

#timeCard .timeItemTest .middle {
/*
	background-image: url('/admin/_img/timeBoxMiddle.png');
	background-repeat: repeat-y;
*/
}

#timeCard .timeItemTest .bottom {
/*
	height: 20px;
	background-image: url('/admin/_img/timeBoxBottom.png');
	background-repeat: no-repeat;
	position: relative;
*/
}

#timeCard .timeItemTest p {
/*
	margin: 0px !important;
	padding: 0px !important;
	padding: 3px 7px !important;
*/
}

#timeCard .timeItemTest p.timeCardJobTitle {
/*
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
*/
}

#timeCard .timeItemTest input, #timeCard .timeItemTest select, #timeCard .timeItemTest textarea {
/* 	width: 200px; */
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #333;
}

#timeCard .timeItemTest p select.halfWidth {
/* 	width: 100px; */
}

#timeCard .timeItemTest p select.threeQuarterWidth {
/* 	width: 170px; */
}

#timeCard .timeItemTest p input.subTotal {
/* 	width: 30px; */
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: none;
}

#timeCard .timeItemTest p textarea {
	height: 60px;
	border: none;
}

#timeCard .timeItemTest div.bottom a {
	display: block;
	position: absolute;
/*
	right: 20px;
	bottom: 10px;
*/
}

#timeCard .submitButtons {
	clear: left;
}

#timeCard .submitButtons input {
	border: 1px outset #333;
	cursor: pointer;
}



	/* ----------------------- Additional Styles for Reports -------------------------- */

#timeSheetForm select.empList {
	width: 175px;
	border: 1px solid #aaa;
	margin-top: 15px;
	background-color: #fff;
	overflow: auto;
	min-height: 100px;
}

p.timeCardAlert {
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px;
}

p.timeCardAlert a {
	color: red;
}



	/* ----------------- Misc Styles ------------------------------ */

.directionalAlert {
	float: right;
	margin-right: 15px;
	width: 200px;
}

.directionalAlert1 {
	float: right;
	margin-right: 30px;
	width: 275px;
}

.directionalAlert1 ul {
	margin: 0px !important;
	padding:0px;
}
.directionalAlert1 li {
	list-style: none;
}
.directionalAlert1 div {
	font-weight:bold;
	margin-left: 60px;
	margin-top: -14px;
}

.directionalAlert p {
	margin: 0px !important;
	color: #000099;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px !important;
}

.directionalAlert p a {
	color: green;
/* 	text-decoration: blink; */
}

.directionalAlert p a:hover {
	color: green;
}



	/* ----------------- New Styles for the Bid Section ------------------------- */

#right .bidPiece {
	border: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 10px;
}

#right .bidPiece .deletePiece {
	float: right;
/* 	margin-right: 40px; */
	margin-right: 10px;
}

#right .bidPiece .deletePiece input {
	margin-right: 6px;
}

	/* ----- This style uses some from standardForm and overwrites others, por favor no move please ----- */

#right .bidForm {
	width: auto;
	padding-right: 7px;
}

#right .bidForm p {
	text-align: left;
	font-size: 11px;
}

#right .bidForm p input, #right .bidForm p textarea {
	width: 325px;
	font-size: 11px;
}

#right .bidForm p textarea {
	height: 100px;
}

#right .bidForm p input.check {
	width: 13px;
}

#bidOptionDump {
	clear: left;
	position: relative;
	top: 15px;
}

#bidOptionDump .featureBlock h4.clickableTitle {
/* 	color: blue; */
	padding-bottom: 8px;
}

#bidOptionDump .featureBlock h4.clickableTitle:hover {
	cursor: pointer;
	color: green;
}

#bidOptionDump .featureBlock h4.clickableTitle span.bidTitle {
	width: 200px;
	cursor: pointer;
	display: block;
}

#bidOptionDump .featureBlock h4.clickableTitle span.bidOptionControls {
	float: right;
	width: 60px;
}

#right .bidSubTotal p {
	text-align: right;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}

#right .bidSubTotal p #discountInput {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	font-family: Verdana, sans-serif;
}

#left div a.bidButton {
	margin-right: 8px;
	margin-left: 0px;
	color: #004861;
}

/*
	STORAGE STYLES
*/

#allDirs {
	 height: 400px;
	 border: 1px solid #666;
	 overflow: auto;
	 padding: 8px;
}



	/* ---------------------- New Section for Programmer Tool Styles -------------------------- */

#passwordBox {
	text-align: center;
	padding: 100px;
	font-size: 72px;
	color: #004861;
}

/** forms for manager traffic report **/
form.simpleForm fieldset {
	border:1px solid #aaa;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form.simpleForm fieldset:nth-child(even){
	background-color:#F0F0F0;
}
form.simpleForm legend {
	font-weight:bold;
}

form.simpleForm select {
	float:left;
	margin-bottom:10px;
}

form.simpleForm label, form.simpleForm input[type="text"] {
	width:150px;
	float:left;
	margin-bottom:10px;
}

form.simpleForm label {
	height:25px;
	line-height:25px;
	clear:left;
}

form.simpleForm br {
	clear:both;
}
input.submit {
	cursor: pointer;
	padding: 4px 5px;
	background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 1px 1px 3px #aaa; /* old Webkit */
	-moz-box-shadow:1px 1px 3px #aaa; /* old Mozilla */
	box-shadow:1px 1px 3px #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-shadow: 1px 1px 1px #fff;
	}
input[type="submit"] {
	cursor: pointer;
	padding: 3px 8px;
	background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 1px 1px 3px #aaa; /* old Webkit */
	-moz-box-shadow:1px 1px 3px #aaa; /* old Mozilla */
	box-shadow:1px 1px 3px #aaa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	background-color: #C5DBD9;
	}
input[type="submit"]:hover {
	background-position: left bottom;
	background-color: #f46d24;
	}
.rightAlign input.orange {
	/*
-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
*/
	background-color: #f46d24;
	padding: 5px;
	font-weight: bold;
	display: inline-block;
	background-image: url(/admin/_img/background-white-transparent-white-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 1px 1px 3px #aaa; /* old Webkit */
	-moz-box-shadow: 1px 1px 3px #aaa; /* old Mozilla */
	box-shadow: 1px 1px 3px #aaa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	text-shadow: 1px 1px 0px #eee;
	color: #000;
}
.rightAlign input.orange:hover {
	background-color: #006f95;
	text-shadow: 1px 1px 0px #222;
	color: #fff;
	background-position: left bottom;
	border-color:#555;
}
p.floatButtonLeft {
	float: left;
	width: 45px;
	margin: 0;
	clear:left;
	}
