@CHARSET "ISO-8859-1";
/* CSS Document */

/*----TABLE FOR INFORMATION----*/
table.info_box_table{
	border-left: #3E96CC 1px solid;
	border-top: #3E96CC 1px solid;
	background-color:#A0CCE6;
} 

table.info_box_table td, table.info_box_table th{
	border-right: #3E96CC 1px solid;
	border-bottom: #3E96CC 1px solid;
}

table.info_box_table td{
	padding:3px 3px 3px 10px;
	text-align:left;
}

table.info_box_table th{
	text-align:center;
	background-color: #86BFE0;
	padding:5px 5px;
	color:#FFFFFF
}

table.info_box_table tfoot td{
	font-weight:bold;
	background-color:#91C4E2;
}
/*----TABLE SPECIFIC STYLING----*/
table.info_box_table td.chk_col{
	text-align:center;
	padding:0;
}

table.info_box_table td.btn_col{
	text-align:center;
	padding:4px 3px;
}

td.center_col, th.center_col{
	text-align:center !important;
}
td.left_col, th.left_col{
	text-align:left !important;
}
td.right_col, th.right_col{
	text-align:right !important;
}
 
table.info_box_table td.empty{
	padding:3px !important;
}
/*---- Table column sizing----*/
table.info_box_table th.width_S{
	width:100px;
}
table.info_box_table th.width_M{
}
table.info_box_table th.width_L{
}
table.info_box_table th.width_XL{
}
table.info_box_table th.width_XXL{
}

/*----ZIBRA TABLE-----*/

/*TABLE SORTER*/


table.info_box_table tr.even {
	background-color: #3D3D3D;
}
table.info_box_table tr.odd {
	background-color:#DCDEDC;
}
table.info_box_table tr.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
table.info_box_table th.header {
	background-image: url(../images/table_sorter_small.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 8px;
	height: auto;
}
table.info_box_table th.headerSortUp {
	background-image: url(../images/table_sorter_small_asc.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 8px;
	height: auto;
}
table.info_box_table th.headerSortDown {
	background-image: url(../images/table_sorter_small_desc.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 8px;
	height: auto;
}

/*--- Action Button Styling----*/
ul.action_icons li{
	float:left;
}
ul.action_icons li a{
	display:block;
	/*padding: 3px 8px;*/
	background:url(../images/action_icons.gif) 0 0 no-repeat;
	margin-right: 10px;
	width:16px;
	height:16px;
}
ul.action_icons li a:hover{
	cursor:pointer;
	text-decoration:none;
}

ul.action_icons{
	background-color:#333333;
}
ul.action_icons li a.view{
	background-position: 0 -64px;
}

ul.action_icons li a.edit{
	background-position: 0 -96px;
}

ul.action_icons li a.delete{
	background-position: 0 -32px;
}

ul.action_icons li a.pwd_change{
	background-position: 0 -192px;
}

/*---- Table wrapper styling----*/
.info_box_table_wrapper{
	
}
.info_box_table_wrapper div.header{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #4788AF;
	border-left:1px solid #3E96CC;
	border-top:1px solid #3E96CC;
	border-right:1px solid #3E96CC;
}

.info_box_table_wrapper div.content{
	margin-left: 1px;
}

.info_box_table_wrapper div.footer{
	padding: 5px 10px;
	background-color: #72B3D8;
	border-left:1px solid #3E96CC;
	border-bottom:1px solid #3E96CC;
	border-right:1px solid #3E96CC;	
}