/* Basic  ---------------------------------------- */

.clear { clear: both; }

body {
/*	background: white;*/
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #000000;
	font-family: arial,sans-serif;
	font-size:11px;
}

img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
/*.clear {clear:both !important}*/
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 0;
	height:14px;
	font-weight:normal;
	font-size:11px;
	}


#wrapper {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

/* Logo  ---------------------------------------- */

h1 {
	margin: 15px 0 10px 5px;
	width: 346px;
	height: 38px;
	background:url(../images/atp-logo.jpg) no-repeat left top;
}

h1 a {
	display: block;
	width: 225px;
	height: 28px;

	
}

h1 span { display: none; }

/* Main Navigation ---------------------------------------- */

#mainNav {
	width: 780px;
	height: 30px;
	padding: 6px;
	margin: 0 0 30px 0;
	background-color:#476682;
}

#mainNav li {
	float: left;
}

#mainNav li a {
	display: block;
	float: left;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
}

#mainNav li.logout {
	float: right;
}

#mainNav li a.active, #mainNav li a.active {
	color: #b5dbfd;
}

/* -----------------------------------*/


.white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:15px;
	color:#ffffff;
	text-decoration:none;
}

.white:hover {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:15px;
	color:#b5dbfd;
	text-decoration:none;
}

.bctext {
	font-size:10px;
	text-align:left;
	line-height:15px;
	color:#000000;
	text-decoration:underline;
}

.bctext:hover {
	font-size:10px;
	text-align:left;
	line-height:15px;
	color:#b5dbfd;
	text-decoration:underline;
}







.mainNav a {
	display: block;
	float: left;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
}

.mainNav li.logout {
	float: right;
}

.mainNav li a.active, #mainNav li a.active {
	color: #b5dbfd;
}






/* Container ---------------------------------------- */

#containerHolder {
	background: #dedede;
	margin: -30px 0 0 0;
/*	padding: 5px;*/
}


#container {
	background-color:#dedede;
	width: 792px;
	margin-top:0;

}

.content_bg {
	width:749px;
background: #fff url(../../Admin/images/bg-center-column.jpg) no-repeat left top;

/*	background:url(../../Admin/images/bg-center-column.jpg) no-repeat left top;*/
	/*height:630px;*/
}


.content_bgpoup {
	width:500px;
/*background: #fff url(../../Admin/images/bg-poup.jpg) no-repeat left top;*/

	background:url(../../Admin/images/bg-poup.jpg) no-repeat left top;
	/*height:630px;*/
}


.content_login {
	width:749px;
	background:url(../../Admin/images/login-bg.jpg) no-repeat left top;
	height:194px;
}

#center-column {
/*	float:left;*/
	float:right;
	width:749px;
	background:url(../../Admin/images/bg-center-column.jpg) no-repeat left top;
	min-height:625px;
	padding:12px 10px 0 13px;
	}	
* html #center-column {height:584px;}





#center-columnlogin {
/*	float:right;*/
	width:300px;
	background:url(../../Admin/images/bg-center-column.jpg) no-repeat left top;
	min-height:200px;
	padding:12px 10px 0 13px;
	}	
* html #center-columnlogin {height:584px;}












/* Sidebar ---------------------------------------- */

#sidebar {
	width: 179px;
	float: left;
}

#sidebar .sideNav { width: 179px; }

#sidebar .sideNav li { border-bottom: 1px solid #ddd; width: 179px; }

#sidebar .sideNav li a {
	display: block;
	color: #646464;
	background: #f6f6f6;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	padding: 0 19px;
	width: 141px;
}

#sidebar .sideNav li a:hover { background: #fdfcf6; }

#sidebar .sideNav li a.active, #sidebar .sideNav li a.active:hover {
	background: #f0f7fa;
	color: #c66653;
}

/* Breadcrumb ---------------------------------------- */

h2 {
	width: 780px;
	float: right;
	color: #646464;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

h2 a {
	color: #646464;
	text-decoration: none;
}

h2 a.active { color: #c66653; }

h2 a:hover { text-decoration: underline; }

/* Content ---------------------------------------- */

#main {
	width: 780px;
	float: right;
	padding: 0 19px 0 0;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #5494af;
	padding: 0 0 0 10px;
	margin: 20px 0 10px;
}

#main table {
	border-top: 1px solid #ddd;
	width: 700px;
}

#main table tr td {
	background: #f6f6f6;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
}

#main table tr.odd td {
	background: #fbfbfb;
}

#main table tr:hover td { background: #fdfcf6; }

#main table .action {
	text-align: right;
	padding: 0 20px 0 10px;
}

#main table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
#main table tr:hover .action .edit { color: #c5a059; }
#main table tr:hover .action .delete { color: #a02b2b; }
#main table tr:hover .action .view { color: #55a34a; }

#main table tr:hover .action a:hover { text-decoration: underline; }

#main fieldset {
	border: 1px solid #ddd;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}

#main fieldset p { margin: 0 0 14px 0; float: left; width: 100%;  }

#main fieldset label {
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
	line-height: 12px;
}

#main fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-long:focus, 
#main fieldset .text-medium:focus,
#main fieldset .text-small:focus,
#main fieldset textarea:focus { background: #fdfcf6 url(../img/input-shaddow-hover.gif) no-repeat left top; }

#main fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 364px;
	float: left;
	margin: 0 10px 0 0;
	height: 148px;
	overflow: hidden;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(../img/button-submit.gif) no-repeat left top;
}


.menubg {
background:url(../images/menu_bg.jpg);
}
/* Footer ---------------------------------------- */

#footer {
	background-color:#476682;
	margin: 0 0 30px 0;
	width:787px;
	font-size: 11px;
	line-height: 26px;
	color: #ffffff;
	padding: 0 0 0 5px;
}

#footer a { color: #9B9B9B; }

#footer a:hover { text-decoration: none; }

.copyrights {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#b5dbfd;
text-align:right;

}



.bNsBdr
{
border:1px solid #476682;
}




.title {
font:15px verdana,sans-serif;
color:#476682;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
}

.txtpad {
padding-left:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#0078a9;
border-bottom:1px solid #0078a9;
}

.txtpad1 {
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
text-align:right;
}



.txt1 {
padding-left:10px;
border-top:1px solid #0078a9;
border-right:1px solid #ffffff;
color:#ffffff;
text-align:center;
}


.txt11 {
padding-left:10px;


color:#ffffff;
text-align:center;
}


.txt2 {
padding-left:10px;
border-top:1px solid #d12b4b;
}


.txt3 {
padding-left:5px;
border-top:1px solid #0078a9;
border-right:1px solid #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
color:#000000;
}

.txt4 {
padding-left:5px;
border-top:1px solid #0078a9;
border-bottom:1px solid #0078a9;
border-right:1px solid #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
color:#000000;
}


.btxt {
padding-left:10px;
border-top:1px solid #0078a9;
border-right:1px solid #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
color:#000000;
}


.bwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


.whitelinks {
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}



.edit-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a72941;
	text-decoration: none;
	text-align:center;
}
.edit-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	text-align:center;
}

/* table styles */
table.listing td,
table.listing th {
/*	border:1px solid #fff;*/
	text-align:left;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 15px;
	height:10px;
	}
table.listing .bg td {
	background:#f3f2f2;	
/*background:#ffffff;*/

	}

table.listing .bg1 td {
	background:#f3f2f2;
/*background:#ffffff;*/

	}


	
table.listing .white td {
	background:#fff;
	}	
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;border-right:0;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}




.left-bg {
border-left: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
background-color:#ffffff;
}



.left1 {
	border-right-width: 1px;
	border-left-width: 1px;
/*	border-right-style: solid;*/
	border-left-style: solid;
/*	border-right-color: #bcbcbc;*/
	border-left-color: #bcbcbc;
	background-color:#ffffff;
}



.left-links 

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.left-links:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1f6cb6;
	text-decoration: none;
}

.left-links-active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066b1;
	text-decoration: none;
}



.right-bg {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bcbcbc;
	border-left-color: #bcbcbc;
	background-color:#ffffff;
}

table.bgvisa td {
	background:white;
	}

.dtitle {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
/*font-weight:bold;*/
color:#0078a9;
}


.btitle {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#ffffff;
}

.more

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #476682;
	text-decoration: Underline;
}
.more:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: Underline;
}


p {
	font-size:11px;
	text-align:left;
	line-height:15px;
}
.style9 {font-family: Arial, Helvetica, sans-serif; }
.style91 { font-family: Arial, Helvetica, sans-serif; font-size:11px; text-align:left; }
.style10 {font-family: Arial, Helvetica, sans-serif; font-weight:bold;}

.showhyperlink
{
	text-decoration: underline;
	color:Blue;
}
.textinvisafees
{
	background-color:#0D688E;
	
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.fileupload{
border:1px solid #b0b0b0; 
font: Arial, Helvetica, sans-serif 10px; 
padding:1px 4px; 
background-color:#FFFFFF}
.list {
	border: 1px solid #b0b0b0;
	list-style-type: none;
	margin: 0px;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:25px;
	color:red;
}

	ul.list li {
		padding: 2px 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;height:25px;
	}

	.listitem {
		color:Black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;height:25px;
	}
	
	.listitem:hover {
		background-color:blue;
		color:White;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;height:25px;
	}

	.hoverlistitem 
	{
		color:white;	
		background-color:blue;
		text-align: left;height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}


/*****/

/** Styles related to left navigation bar */
.left-blue-links {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #1f6cb6;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	background: url(../images/menu-down-arrow.gif) no-repeat left 5px;
	padding-left:9px;
	font-weight: normal;
}

.left-blue-links:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #1f6cb6;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	background: url(../images/menu-down-arrow.gif) no-repeat left 5px;
	padding-left:9px;
	font-weight: bold;
}
.left-black-links {

	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	background: url(../images/left-arrow.gif) no-repeat left 5px;
	padding-left:9px;
	font-weight: normal;
}
.left-black-links:hover {


	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #1f6cb6;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	background: url(../images/left-arrow.gif) no-repeat left 5px;
	padding-left:9px;
	font-weight: bold;
}
.left-sublinks {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	padding-left:9px;

}
.left-sublinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1f6cb6;
	text-decoration: none;
}