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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
.style1 {
	color: #4b719e;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #A9A9A9;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #929292;
	font-size: 13px;
	font-family: tahoma;
}
.style4 {
	color: #c10000;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #4974a3;
	font-family:tahoma;
	 font-size:13px
}
.style7 {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	color:#C10000
}
.style9 {color: #c10000; font-size: 11px; font-family: tahoma; font-weight: bold; }
.style11 {
	color: #4974a3;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
}
.style12 {
	color: #858585;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style13 {
	color: #858585;
	font-size: 11px;
	font-family: tahoma;
}
.box1title {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
}

TD.box1title A:link          {BACKGROUND: none; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline}
TD.box1title A:active        {BACKGROUND: none; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}
TD.box1title A:visited       {BACKGROUND: none; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline}
TD.box1title A:hover         {BACKGROUND: none; COLOR: #FFFFFF; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}

.box1text {
	color: #858585;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 2;
	padding-right: 2;
}


td.breadcrumb {
	font-family: Tahoma;
	font-size: 11px;
	text-align:justify;
	text-decoration: none;
	color: #000000;
}

A.breadcrumb:link          {BACKGROUND: none; COLOR: #0000CC; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline}
A.breadcrumb:active        {BACKGROUND: none; COLOR: #0000CC; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}
A.breadcrumb:visited       {BACKGROUND: none; COLOR: #0000CC; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline}
A.breadcrumb:hover         {BACKGROUND: none; COLOR: #0000CC; FONT-FAMILY: Tahoma; TEXT-DECORATION: none}

table.accounts
{ 
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.accountsHeading
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.account
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

.namedate{
	color: #39399c;
	font-weight: bold;
}

.requestpad{
	padding:			3px;
	padding-left: 		14px;
}

.rowOn
{
	background-color: #f8f8f8;
	padding: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rowOff
{
	background-color: #fff;
	padding: 3px;
}

.required {
	font-weight: bold;
	color:#F00;
}

.missing_info {
	font-weight: bold;
	color:#F00;
	font-size: 13px;
	font-family: tahoma;
}
.hosting_plan {
	color: #F00;
	font-size: 11px;
	font-family: tahoma;
}

#site_container {
	width: 900px;	
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: left;
}
table.framedTable {
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

td.framedTable {
	font-family: Tahoma;
	font-size: 11px;
	text-align:justify;
	text-decoration: none;
	color: #000000;
	background-color:#FFF;
}

/* Invoice Data */

table.iData-Table{
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin:0 auto;
	width:500px;
	position:relative;
}

td.iData-cell {
border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
/*	background-color:#F9F9F9; 
	border:1px solid #EEEEEE; */
	list-style:none;
	margin:6px;
/*	padding:6px 9px; */
	position:relative;
	cursor:n-resize;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

td.iData-cell:hover{
	/* border-color:#9be0f9; */
	background-color: red;
	
	/* CSS3 glow effect: */
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
	box-shadow:0 0 5px #A6E5FD;
}

.invoice-item .description{
	color:#777777;
	font-size:14px;
}

.invoice-item .time{
	color:#777777;
	font-size:14px;
}

.invoice-item .rate{
	color:#777777;
	font-size:14px;
}

/* The edit and delete buttons */
	
.invoice-item .actions{
	/* position:absolute; */
	right:7px;
	top:6px;
}

.invoice-item .actions a{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	margin:3px;
}

.invoice-item .actions a.edit{
	background:url("/images/edit.png") no-repeat center center;
}

.invoice-item .actions a.delete{
	background:url("/images/delete.png") no-repeat center center;
}

/* The edit textbox */

.invoice-item input{
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.725em;
	padding:3px 4px;
	width:100px;
}

/* The Save and Cancel edit links: */

.editIdata{
	display:inline;
	font-size:0.6em;
	padding-left:9px;
}

.editIdata a{
	font-weight:bold;
}

a.discardChanges{
	color:#C00 !important;
}

a.saveChanges{
	color:#4DB209 !important;
}

/* Overwriting some of the default jQuery UI styles */

.ui-button,.ui-dialog-titlebar{
	font-size:0.72em !important;
}

#dialog-confirm{
	display:none;
	font-size:0.9em;
	padding:1em 1em 0;
}

#iData-addButton{
	margin:20px auto;
}


/* Green button class: */

a.green-button,
a.green-button:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:25px;
	padding:6px 5px 4px;
	text-align:center;
	width:80px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("/images/button_green.png") no-repeat left top;
}

a.green-button:hover{
	text-decoration:none;
	background-position:left bottom;
}


/* The styles below are only necessary for the styling of the demo page: */

#iData-main{
	position:relative;
	margin:0 auto;
	width:960px;
}
