/*
	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;
  background: url( "/admin/_img/bg.jpg" );
  padding-bottom: 5px;
}


/*
	DEFAULT STYLES
*/

img {
	border: none;
}

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

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

h1 {
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: 1px dashed #222;
	border-bottom: 1px dashed #222;
}

h2 {
	font-size: 14px;
	color: #009;
	text-align: center;
}

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

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

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

a:hover {
	text-decoration: underline;
}

p {
  padding-left: 10px;
}



/*
	DIV STYLES
*/

#contentHolder {
	position: relative;
	width: 760px;
	margin: 10px auto auto auto;
	padding: 20px;
	border: 1px solid #222;
  background-color: #FFF;
}

#nav {
	padding: 5px;
	background-color: #EEE;
	text-align: right;
}

/*
  GENERAL STYLES
*/

.box {
	position: relative;
	border: 1px solid #222;
	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: #CBF;
  padding: 15px;
  color: #009;
  border: 1px solid #55C;
}

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

.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 #222;
	text-align: center;
}

form p {
  margin-top: 15px;
}

input, textarea, select {
	border: 1px solid #222;
	background-color: #DDF;
	padding: 2px;
	color: #000;
}

.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: blue;
	font-weight: bold;
}

p.breadCrumbs a:hover {
	text-decoration: none;
	color: red;
}
		
	/* --------------- Right Side (50%) ------------------ */
	
#right, #clientRight {
	width: 48%;
	float: right;
}

#clientRight {
	width: 275px;
}

#fixedRight {
	position: fixed;
	top: 20%;
	border: 1px solid red;
}

#right div.notes, #left div.notes {
	margin: 10px 15px;
/* 	padding: 8px; */
	border: 1px outset #FCFF69;
	background-color: #FEFFCE;
}

#right div.notes h4, #left div.notes h4, #right div.notes h5 {
	font-size: 15px;
	text-align: center;
	border-bottom: 0px;
	margin: 0px;
	margin-bottom: 7px;
	padding: 3px 0px;
	background-color: #FCFF69;
}

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

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

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

#right .searchBox input.submitImage {
	margin-left: 6px;
	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: 0px;
	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: blue;
	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: blue;
	text-decoration: none;
}


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

#featureNav {
	
}

#featureNav a {
	border: 1px outset #999;
	padding: 4px 12px;
	color: blue;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
}

#featureNav a:hover, #featureNav a.active {
	text-decoration: none;
	background-color: yellow;
}

	
	
	/* -------------- 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: blue;
}

.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: blue;
}

#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: grey thin dashed;
	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 dashed #999;
	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;
}

.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 dashed #999;
	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: blue;
}

/*
	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: blue;
}

/** forms for manager traffic report **/
form.simpleForm fieldset {
	border:1px dashed #000;
	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:200px;
	float:left;
	margin-bottom:10px;
}

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

form.simpleForm br {
	clear:both;
}