@charset "UTF-8";

body {
	margin:0;
	padding:5px;
	width:100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

a.btn_link {
	cursor:pointer;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#666;
	font-size:11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:left;
	font-weight: normal;
	__width:85px;
	padding: 2px 15px 2px 3px;
	__margin: -7px 1px -7px 1px;
	margin: 1px;
	__height:45px;
	__border-width:10px;
	white-space: nowrap;
	display: inline-block;
	
}


.edbl {
}
.edbl_cont {
	border:1px dashed #ccc;
	min-height:15px;
	min-width:15px;
	padding: 2px 3px;
	margin: 1px;
	display: inline-block;
	cursor:pointer;
}
.edbl_cont:hover{ text-decoration: none;
	border:1px dashed #FF0066;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:970px;
	background:url(../../s/images/side.gif) repeat #003BA8;
}

#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0054E0;
}


#side_cont {
	width:170px;
	position:absolute;
	top: 67px;
}

#main_cont {
	position:absolute;
	left:190px;
	top: 70px;
}


/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
*/

input.btn_del, input.btn_add, input.btn_edit_img, input.btn_edit_opt, input.btn_edit_pg
{
	color:#FFFFFF;
	background-color:#333;
	font-size:11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:left;
	font-weight: normal;
	width:85px;
	__padding: 10px;
	padding-left: 3px;
	height:20px;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}

input.btn_del, input.btn_add
{
	width:55px;
}

th
{
	text-align: left;
}

h1, h2, h3
{
	color:#000;
	font-size:15px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 2px 0px 5px 0px;
}

h2
{
	text-decoration: underline;
}

h2.hdr_cat, h3.hdr_cat, .col_cat, .col_cat a
{
	color:#26a9e0;
}
h2.hdr_itm, h3.hdr_itm, .col_itm, .col_itm a
{
	color:#f05428;
}

/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
*/

.op_list_hd {
	padding-left: 10px;
}

.op_list_gr {
	border-top:1px solid black;
	margin-top: 5px;
	padding-left: 10px;
}

.op_list_opts {
	__margin-left: 20px;
	padding-left: 10px;
}

/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
*/

#treecontrol a
{
	font-size: 11px;
	color: gray;
	margin-left: 3px;
}

#treecontrol a, .treeview a, .treeview .selected ul a
{
	text-decoration: none;
}

.treeview .selected a
{
	text-decoration: underline;
}

/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
*/

table
{
	border-spacing: 5px 0px;
	_column-gap: 5px;
}

#catal_cat_tbl tr.cat_tr td, #catal_cat_tbl tr.cat_tr th {
	border-top:1px solid #26a9e0;
	background-color: #f1f1f2;
}
#catal_cat_tbl tr.cat_tr th, #catal_cat_tbl tr.cat_tr_th th {
	color: #26a9e0;
	white-space: nowrap;
}

#catal_cat_tbl tr.item_tr td, #catal_cat_tbl tr.item_tr th {
	border-top:1px solid #f05428;
	background-color: #f1f1f2;
}
#catal_cat_tbl tr.item_tr th, #catal_cat_tbl tr.item_tr_th th {
	color: #f05428;
	white-space: nowrap;
}

/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
	popup window settings
*/

	a{cursor:pointer;}
	
	#bPopup_cont iframe {border: none; width:100%; height:100%;}
	#pContent {border: none; width:100%; height:100%;}
	
	.bClose {cursor:pointer;font-weight:bold;position:absolute;right:5px;text-decoration:none;top:5px;background-color:white;}
	
	#bPopup_cont { background-color: white; display:none; height:700px; padding:20px 5px 5px 10px; width:1000px; }
	
/*
	--------------------------------	--------------------------------	--------------------------------	--------------------------------	
*/

#footer {
	margin-left:auto;
	margin-right:auto;
	width:970px;
	margin-bottom:20px;
	background: url(../../s/images/footer.gif) no-repeat 0 0;
	height:5px;
}




#flash_container, #flash_flash { 
	position: fixed;
	top: 0px; 
	left: 0px; 
	height: 100%; 
	width: 100%;
	z-index: 1;
}

