/* JUST CANT EVER GET THIS SORTED */

.hide {
display:none;
}

.show {
display:block;
}




.error {
color:#FF0000;
}



.loading_div {

background-color:;
float:left;
background-image:url('my_images/loading.gif');
background-position:center;
background-repeat:no-repeat;

width:50px;
height:50px;




}

.column_dragger {

background-image:url(my_images/dragger/c/bar.gif);
background-position:center;
background-repeat:no-repeat;
height:19px;
font-size:11px;
cursor:w-resize;
float:right; 
width:10px;
mozuserselect:none;
}


.dragger_horizontal {

background-image:url(my_images/dragger/h/bar.jpg);
clear:both;
height:7px;
cursor:n-resize;
mozuserselect:none;
}


.dragger_down_horizontal {
background-image:url(my_images/dragger/h/down.jpg);
background-position:center;
background-repeat:no-repeat;
clear:both;
height:7px;
mozuserselect:none;
}

.dragger_up_horizontal {
background-image:url(my_images/dragger/h/up.jpg);
background-position:center;
background-repeat:no-repeat;
clear:both;
height:7px;
mozuserselect:none;
}


.dragger_up_horizontal:hover {
background-image:url(my_images/dragger/h/down.jpg);
}

/* lol */

.dragger_vertical {
background-image:url(my_images/dragger/v/bar.jpg);
clear:both;
width:3px;
cursor:w-resize;
mozuserselect:none;
}


.dragger_down_vertical {
background-image:url(my_images/dragger/v/down.jpg);
background-position:center;
background-repeat:no-repeat;
clear:both;
width:3px;
mozuserselect:none;
}

.dragger_up_vertical {
background-image:url(my_images/dragger/v/up.jpg);
background-position:center;
background-repeat:no-repeat;
clear:both;
width:3px;
mozuserselect:none;
}


.dragger_up_vertical:hover {
background-image:url(my_images/dragger/v/down.jpg);
}

iframe { 

padding:0px; 
margin:0px;
border:none;

}



.pointer:hover { 
cursor:pointer;
cursor:hand;
}

.pointer { 
cursor:default;
cursor:default;
}



.paging { 
border-bottom:#ccc 1px solid;
border-top:#ccc 1px solid;
padding:5px;
font-size:13px;
color:#666666;
height:auto;
}


.paging a {
color:#00CC00;
text-decoration:none;
}

.paging a:hover {
color:#CC6600;
text-decoration:underline;
}





.paging .left {
width:33%;
float:left;
}

.paging .center {
width:33%;
float:left;
text-align:center;
}

.paging .right {
width:33%;
float:right;
text-align:right;
}





.left {
float:left;
}
.right {
float:right;
display:inline;
}
.clear {
clear:both;
}


.white {
background-color:#ffffff;
}



.pb10 {
padding-bottom:10px;
}

.pad10 {
padding:10px;
}

.pad20 {
padding:20px;
}



.menu {
position:absolute; 
top:-1000px;
left:-1000px; 
background-color:#fff; 
border:#666 1px solid;
font-size:12px; 
z-index:1000;
}


.menu_row {

display:block;
clear:both;
background-color:#fafafa;
border-bottom:#ddd 1px solid;
border-top:#ffffff 1px solid;
padding:5px;

cursor:hand;
cursor:pointer;

color:#999;
font-size:13px;
width:140px;

}


.menu_row:hover {
color:#000;
background-color:#efefef;
}


/*

a:link, a:visited {
	color : #003366;
	text-decoration : none;
}


a:hover {
	color : #CC0000;
	text-decoration : underline;
}

a:active {
	color : #CC0000;
	text-decoration : none;
}

*/


form {
  margin:0px;
}


.bold {
font-weight:bold;
}
/*
body {
    background-image:url(my_images/bg.gif);
	color: #000000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0px;
}
*/
.bg{

background-color:#ffffff;
background-image:none;
}

.body {
padding:12px;
}


.cart { 
background-color:#f9f9f9;
}
.cart2 { 
background-color:#f3f3f3;
}

.coments {
padding:12px;
background-color:#efefef;
}


.content, td {
	color:#000033;

	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	font-weight : normal;
}


.banner { 

background-image:url(my_images/logo.jpg);
width:152px;

}
.banner2 {
background-image:url(my_images/grad.jpg);
height:140px;
color:#efefef;

}


.h { 
color:#336699; 
font-size:27px;
}
.h2 { 
color:#333333; 
font-size:13px;
}

.divider {
	border-botom:#666666 1px solid;

}

.title {
	height:28px;
	line-height:26px;
	text-indent:16px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	font-weight:none;
	background-image:url(my_images/title_tab2.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	}

.sorter {
	background-image:url(my_images/blue_tab2.jpg);
	height:19px;
	line-height:17px;
	text-indent:10px;
	padding-right:8px;
	font-size:11px;
	background-position:bottom;
	border-right:#bababa 1px solid;
	cursor:hand;
	cursor:pointer;
	
}
	
	
	
	
.sorter2 {
	background-image:url(my_images/blue_tab3.jpg);
	height:19px;
	text-indent:10px;
	font-size:11px;
	background-position:bottom;
	border-right:#003366 1px solid;
	cursor:hand;
	cursor:pointer;
}

.row_plain {
	height:19px;
	text-indent:10px;
	font-size:11px;
}

.footer { 

	background-image:url(my_images/grad.jpg);
	background-repeat:repeat-x;
	background-position:botom;
	background-color:#FFFFFF;

	}
	
	
	.foot { 

	background-image:url(my_images/paging.jpg);
	background-repeat:repeat-x;
	background-position:top;
	 height:22px;

	}
	
	.line { height:3px;
background-color:#6699CC;
}
	
	
.bar { background-color:#f9f9f9;


}	
	
.paging { 

background-color:#f3f3f3;
padding:10px;

}

img {
	border:0px;
	cursor:hand;
	cursor:pointer;
}


.grad {
	background-image:url(my_images/bg_grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}


.rowovr {
	background-image:url(my_images/row_ovr3.jpg);
	background-repeat:repeat-x;
	text-indent:10px;
	height:24px;
	background-position:top;
	}
	
	
.row { 
		
		background-image:url(my_images/row_ovr2.jpg);
		background-repeat:repeat-x;
		text-indent:10px;
		height:24px;
		background-position:top;
	
	}
	
	.rows { 
		background-color:fafafa;
		background-image:url();
		border-bottom:#999999 1px dotted;
		border-right:#dddddd 1px solid;
		font-weight:bold;
		color:#999999;
		text-indent:10px;
		width:160px;
		
	
	}
.sidebar {
	border-right : 1px solid #666666;
	background-image:url(my_images/bg.gif);
}
.tabovr {
	border : 1px solid #666666;
	background-color : #FFFFFF;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	padding:3px;
	cursor:hand;
	font-weight:bold;
	}
.tab {
	border : 1px solid #666666;
	background-color : #cccccc;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	padding:3px;
	font-weight:bold;
}
.submit {
	background-color :#efefef ;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	padding:10px;
	text-align:right;
}
.table {
	border : 1px solid #999999;
	background-color : #FFFFFF;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	font-weight : normal;
}


.cell3 {
	border-right: #e9e9e9 1px solid;
	border-top: # 1px solid;
	border-left: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	background-color:#e9e9e9;
	padding:12px;
}

.cell {
	border-right: #e9e9e9 1px solid;
	border-top: # 1px solid;
	border-left: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	background-color:#f9f9f9;
	padding:12px;
}

.cell2 {
	background-color:#fff;
	padding:12px;
}




/*
input:focus {

	color: #666;
	border:#006699 2px solid;
	font-family: Arial, Verdana, Sans-serif;
	padding: 3px;

}

input {
	border:#aaaaaa 2px solid;
	background-image:url(my_images/input.jpg);
	color: #666;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
}

select:focus {

	color: #666;
	border:#006699 2px solid;
	font-family: Arial, Verdana, Sans-serif;
	padding: 2px;

}

select {

	border:#aaaaaa 2px solid;
	background-image:url(my_images/input.jpg);
	color: #666;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
}



submit, button {
	cursor: hand;
	cursor:pointer;
}
*/

textarea {

	color : #666;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	width:100%;
	height:220px;
}

select {
padding:1px;
}

.header {
	color : #003366;
	font-family : Arial, Verdana, Sans-serif;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

.processcontent {
	position : absolute;
	visibility : hidden;
	z-index : 2;
}
textarea.mail
{
    font-family : Verdana;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	font-weight: lighter;
	width: 100%;

}
select.thin 
{   
	font-size: 11px;
}
input.thin 
{   
	font-size: 11px;
}
input.mail
{
	font-family : Verdana;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	font-weight: lighter;
	width: 100%;

}
.head {
	font-family : Arial;
	color : #FFFFFF;
	font-size : 10px;
	font-weight : none;
	padding: 5px;
}

.ph {
	font-family: "Blue Highway";
	font-size: 24px;
	font-weight: bold;
	color: #999966;
	padding: 9px;
	background-image: url(my_images/hleaf.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 25px;
	background-color: #EEEEEE;
}
.pb {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 9px;
	vertical-align: top;
}

.ps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
}
.border {

	border: 1px solid #000000;

}



.importance_high {


background-image:url(my_images/high.jpg);
background-repeat:no-repeat;
background-position:center;
width:10px;

}


.importance_low {

background-image:url(my_images/low.jpg);
background-repeat:no-repeat;
background-position:center;
width:10px;

}

.flag {

background-image:url(my_images/flag.jpg);
background-repeat:no-repeat;
background-position:center;
width:19px;

}

.no_flag {

background-image:url(my_images/noflag.jpg);
background-repeat:no-repeat;
background-position:center;
width:19px;

}


