

/***** component section *****/
	.component {
		margin: 0px 0px 15px 0px;
	}
	
	.component A {
		color: #CC6600;
	}
	.component TABLE {
		border: 1px solid #CCC;
	}
	.component TH {
		border-bottom: 1px dotted #CCC;
		padding: 4px;
	}
	
	/*
	.component th a:link, .component th a:visited {
		display: block;
		width: 100%;
		background-color: #000000;
		color: #FFFFFF;
		padding: 4px;	
	}
	*/
	
	.component TD {
		padding: 2px;
	}
	.component TD.alt {
		background: #F9F9F9;
	}
	
	.domain_table {
		width: 100%;	
		color: #000000;
		font-size: 12px;
	}
	
	.component LABEL {
		float:none;
	}

#main_wrapper #left_column h3 {
	font-size: 13px;
	color: #336699;
	border-bottom: 1px dotted #000033;
	margin: 0px 0px 10px 0px;
}

.welcome {
	color: #3399CC;	
}

#account_info_box {
	border: 4px solid #8b98a8;
	background-color: #e9eef4;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#account_info_box table, #account_info_box p {
	margin: 5px 0px 0px 10px;
}

#account_info_table .label_cell {
	font-weight: bold;
	padding: 0px 10px 0px 0px;	
}



/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(images/misc/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
	left: 0px;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
	




#select_multiple_form {
	margin: 0px 0px 20px 0px;	
}


#back_to_admin a:link, #back_to_admin a:visited {
	display: block;
	background-color: #990000;
	border: 1px solid #000000;
	color: #FFFFFF;	
	text-decoration: none;
	padding: 2px;
	text-align: center;
	width: 200px;
}

#back_to_admin a:hover {
	background-color: #FF0000;	
}


#domain_errors_table {
	border: 1px solid #CCCCCC;
}

#domain_errors_table tbody td {
	border-top: 1px solid #EEEEEE;
}















#manage_table {
	width: 550px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

#manage_table_head {
	width: 550px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

#manage_table_head thead th {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}

#manage_table_scroll {
	/*overflow: auto;*/
	/*height: 600px;*/
	/*width: 570px;*/
	/*border: 1px solid #FF0000;*/
}

#manage_table tbody tr {
	cursor: pointer;
}

#manage_table tbody tr td {
	padding: 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}	

.selected {
	background-color: #99ffff;
	color: #000000;
	font-weight: bold;
}

.selecthelper
{
	background-color: #000;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.domain_row {
	width: 280px;
}



.manage_table tbody tr.hover {
	background-color: #EEEEEE;
	color: #000000;
}







.manage_table {
	width: 100%;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

.manage_table thead th {
	padding: 4px;
	background-color: #000000;
	color: #FFFFFF;
}

.manage_table_scroll {
	/*overflow: auto;
	height: 500px;
	width: 570px;*/
	/*border: 1px solid #FF0000;*/
}


.manage_table tbody tr {
	cursor: pointer;
}

.manage_table tbody tr td {
	padding: 2px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
}	

.tablePager {
	border: 1px solid #DDDDDD;
	width: 100%;
	padding: 3px;
	margin: 5px 0px 0px 0px;
}

.tablePager a:link, .tablePager a:visited {
	margin: 0px 10px 0px 0px;
}













/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/misc/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}


#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;

}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(images/misc/aero_light.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:32px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.green_x {
	display: block;
	background-image: url(images/misc/red_dot.gif);
	background-repeat: none;
	width: 11px;
	height: 11px;
	text-indent: -1000em;
}

.or {
	font-weight: bold;
	color: #009900;
}


#import_errors {
	border: 2px solid #FF0000;
	padding: 4px;
}

#import_errors p {
	font-weight: bold;
}







#portfolio_table {
	width: 100%;
	border: 1px solid #DDDDDD;
}

#portfolio_table thead th {
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
}

#portfolio_table tbody td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 3px;
}

.pending_warning {
	width: 100%;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 5px 0px 5px 5px;	
	margin: 5px 0px 10px 0px;
}

#left_column .pending_warning a:link, #left_column .pending_warning a:visited {
	color: #FFFFFF;
}


.pending_warning ul.warning {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.pending_warning ul.warning li {
	padding: 0px 0px 0px 30px;
	background-image: url(images/misc/warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.app_menu_category {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;

	width: 100%;
}


#account_buttons {
	width: 100%;
	text-align: center;
}
