/* Jen's Pop-Ups */

#jzpopup {position: absolute;display: none;padding:10px;z-index: 10; width: 200px;background: #eee;border: 2px solid #808080;opacity: .90;filter: alpha(opacity=90);}
#jzpopup h2 {color:#0066ff;font-size:1.4em;}
#jzpopup p {margin-top:10px;font-size:1.2em;color:#808080;}



/* Jen's Buttons */

a.jzbutton {
background: transparent url('../my_images/jz_bg_button_a.gif') no-repeat scroll top right;
color: #444;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
cursor:hand;
cursor:pointer;
text-align:center;
}

a.jzbutton span {
background: transparent url('../my_images/jz_bg_button_span.gif') no-repeat; 
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}

a.jzbutton:active {background-position: bottom right; color: #000; outline: none;}
a.jzbutton:active span {background-position: bottom left;padding: 6px 0 4px 18px;}
a.jzbutton:visited {text-decoration:none;}


a.jzbutton2 {
background: transparent url('../my_images/jz_bg_button_a.gif') no-repeat scroll bottom right;
color: #000;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
cursor:hand;
cursor:pointer;
outline: none;
}


a.jzbutton2 span {
background: transparent url('../my_images/jz_bg_button_span.gif') no-repeat scroll bottom left; 
display: block;
line-height: 14px;
padding: 6px 0 4px 18px;
}


.w101 {
width:100%;
}

.ml10 {
margin-left:10px;
}


.p0 {
padding:0px;
}

.pr10 {
padding-right:10px;
}

.pl10 {
padding-left:10px;
}


.pl20 {
padding-left:20px;
}

.mr10{
margin-right:10px;
}

.mb10{
margin-bottom:10px;
}

.mt10{
margin-top:10px;
}

.text_center{
text-align:center;
}
.text_right{
text-align:right;
}

.blue {
background-color:#99CCCC;
cursor:pointer;
cursor:hand;
}


.w90px {
width:92px;
}

.w30px {
width:30px;
}



.cal_title {
background-color:#3399CC;

color:#333333;
font-weight:bold;
cursor:pointer;
cursor:hand;
margin-bottom:1px;
margin-right:1px;
}

.cal_nav {
background-color:#3399CC;

color:#FFFFFF;
font-weight:bold;
cursor:pointer;
cursor:hand;
margin-bottom:1px;
margin-right:1px;
}

.calendar_container {

/*
position:absolute; 
top:-1000px;
*/


float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;


}

.cal_day_order {
background-color:#9999FF;
cursor:pointer;
cursor:hand;
}

.cal_day_menu {
background-color:#99CCFF;
cursor:pointer;
cursor:hand;
}

.cal_day_holiday {
background-color:#99CC00;
cursor:pointer;
cursor:hand;
}

.cal_day {
background-color:#ffffff;
cursor:pointer;
cursor:hand;
}

.cal_day_weekend {
background-color:#FFFFCC;
cursor:pointer;
cursor:hand;
}

.cal_day_today {
background-color:#3399FF;
cursor:pointer;
cursor:hand;
}

.cal_day_selected {
background-color:#FF3300;
cursor:pointer;
cursor:hand;
}



.cal_day_hover {
background-color:#CCFFCC;
cursor:pointer;
cursor:hand;
}


.cal_day_small_hover {
background-color:#CCFFCC;
cursor:pointer;
cursor:hand;
}


/*

.cal_cell:hover {
background-color:#CCFFCC;
}
.cal_cell_small:hover {
background-color:#CCFFCC;

}

*/


.cal_day_empty {
background-color:#efefef;
}

.pad3 {
padding:3px;
}

.cal_title_cell_small {
width:30px;
height:;
margin-bottom:1px;
margin-right:1px;
padding:;
}


.cal_title_cell {
background-color:#FF6600;
width:;
color:#FFFFFF;
font-weight:bold;
margin-bottom:1px;
margin-right:1px;
}


.cal_cell_small {
width:30px;
height:;
margin-bottom:1px;
margin-right:1px;
padding:;
}

.cal_cell {
width:;
height:;
vertical-align:top;
margin-bottom:1px;
margin-right:1px;
}

.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:#666;
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;
}
.clear {
clear:both;
}


.white {
background-color:#ffffff;
}


.w25 {
width:24%;
}

.w33 {
width:32%;
}

.w100{
width:99%;
}

.w75 {
width:74%;
}

.w50 {
width:49%;
}

.pb10 {
padding-bottom:10px;
}

.pad10 {
padding:10px;
}

.pad20 {
padding:20px;
}



.menu {
position:absolute; 
top:-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;
}






form {
  margin:0px;
}


.bold {
font-weight:bold;
}



.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(images/logo.jpg);
width:152px;

}
.banner2 {
background-image:url(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;
	text-indent:16px;
	font-size:12px;
	color:#000033;
	font-weight:none;
	background-image:url(images/title_tab2.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	}

.sorter {
	background-image:url(images/blue_tab2.jpg);
	height:19px;
	text-indent:10px;
	font-size:11px;
	background-position:bottom;
	border-right:#bababa 1px solid;
	cursor:hand;
	cursor:pointer;
	
}
	
	
	
	
.sorter2 {
	background-image:url(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(images/grad.jpg);
	background-repeat:repeat-x;
	background-position:botom;
	background-color:#FFFFFF;

}
	
	

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

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

}




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


.rowovr {
	background-image:url(images/row_ovr3.jpg);
	background-repeat:repeat-x;
	text-indent:10px;
	height:24px;
	background-position:top;
	}
	
	
.row { 
		
		background-image:url(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;
		
	
	}


.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;
}

.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;
}





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


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


.border {
	border: 1px solid #333333;
}

.borderd {
	border: 1px solid #dddddd;
}

.border9 {
	border: 1px solid #999999;
}

.border6 {
	border: 1px solid #666666;
}


.importance_high {


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

}


.importance_low {

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

}

.flag {

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

}

.no_flag {

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

}


