// CSS class list





A               {FONT-FAMILY: Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR:#A8A6A4 ; FONT-SIZE: 9pt; TEXT-DECORATION: none; BACKGROUND: none;font-weight:400;}
A:link               {FONT-FAMILY: Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR: #A8A6A4; FONT-SIZE: 9pt; TEXT-DECORATION: none; BACKGROUND: none;font-weight:400;}
A:active             {FONT-FAMILY:  Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR: #A8A6A4; FONT-SIZE: 9pt; TEXT-DECORATION: none; BACKGROUND: none;font-weight:400;}
A:visited            {FONT-FAMILY:  Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR: #A8A6A4; FONT-SIZE: 9pt; TEXT-DECORATION: none; BACKGROUND: none;font-weight:400;}
A:hover              {FONT-FAMILY:  Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR: #5E5E5E; FONT-SIZE: 9pt; TEXT-DECORATION: none; BACKGROUND: none;font-weight:400;}
INPUT		{FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none;  }
TEXTAREA		{FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }

FORM 	  		     {FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
SELECT			     {FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
TR		             {vertical-align:top;FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
.remark			{color:red;font-weight:400;}
TD		             {FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
BODY				 {FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
FONT				 {FONT-FAMILY: ms sans serif,arial,COLOR: #222222; FONT-SIZE: 9pt; TEXT-DECORATION: none; }
.menuhead			{FONT-FAMILY: ms sans serif,arial,COLOR: #222222; font-weight:800;FONT-SIZE: 9pt; TEXT-DECORATION: none;}
.error				{FONT-FAMILY: ms sans serif,arial,COLOR: #e41f1f; font-weight:800;FONT-SIZE: 9pt; }
.table_style {border-collapse: collapse; border-color:#999999;TEXT-DECORATION: none;}
.table_head		{height:20;text-align:center;FONT-FAMILY: ms sans serif,arial;background-color:#3333ff;COLOR: #ffffff; font-weight:800;FONT-SIZE: 9pt; TEXT-DECORATION: none;}
.table_data		{padding-left: 0.3cm;vertical-align:middle;height:20;text-align:left;FONT-FAMILY: ms sans serif,arial;FONT-SIZE: 9pt;  TEXT-DECORATION: none;}

a.sheetlist			{FONT-SIZE: 9pt; color:#444444;}
a.sheetlist:visited			{FONT-SIZE: 9pt; color:#444444;}
a.sheetlist:hover			{FONT-SIZE: 9pt; color:#A8A6A4;}

a.menuselected			{FONT-SIZE: 9pt; color:#e41f1f;}
a.menuselected:visited			{FONT-SIZE: 9pt; color:#e41f1f;}
a.menuselected:hover			{FONT-SIZE: 9pt; color:#5E5E5E;/*color:#A8A6A4;*/}   

a.groupselected			{FONT-SIZE: 9pt; color:#e41f1f;font-weight:900;}
a.groupselected:visited			{FONT-SIZE: 9pt; color:#e41f1f;font-weight:900;}
a.groupselected:hover			{FONT-SIZE: 9pt; color:#5E5E5E;/*color:#A8A6A4;*/font-weight:900;}


.hilight_text		{FONT-FAMILY: Ms Sans Serif,Tahoma,arial, Helvetica, sans-serif; COLOR:#A8A6A4 ; FONT-SIZE: 13px; TEXT-DECORATION: none; BACKGROUND: none;}

.prob_no {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:600;}
.prob_index {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.prob_index			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.prob_index:active			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.prob_index:visited			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.prob_index:hover			{FONT-SIZE: 9pt; color:#5E5E5E;}
a.credit_link			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.credit_link:active			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.credit_link:visited			 {color:444444;font-family:ms sans serif;font-size:10pt;font-weight:400;}
a.credit_link:hover			{FONT-SIZE: 9pt; color:#5E5E5E;}

.prob_desc			 {font-size:10pt;font-weight:800;}
.prob_index_list	 
.prob_choice		  {font-size:10pt;color:#444444;font-weight:600;}
.credit
.time
.group
.type

.head_bold
.head_big
.topscore

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}



.descLayer {
	position:absolute;z-index:10;display:;width:0px;display:;background-color:#F8FABC;border:1px solid black;	
}

a.top_menu {
	color:white;font-weight:800;
}
a.top_menu:active {
	color:white;font-weight:800;
}
a.top_menu:visited {
	color:white;font-weight:800;
}
a.top_menu:hover {
	color:#e85f1f;font-weight:800;
}

a.column_sort {
	color:#FF9D1D;font-weight:800;
}
a.column_sort:active {
	color:#FF9D1D;font-weight:800;
}
a.column_sort:visited {
	color:#FF9D1D;font-weight:800;
}
a.column_sort:hover {
	color:#5E5E5E;font-weight:800;
}


a.guest_top_menu {
	color:white;
}
a.guest_top_menu:active {
	color:white;
}
a.guest_top_menu:visited {
	color:white;
}
a.guest_top_menu:hover {
	color:e85f1f;
}


.boardtable {
	border: 1px solid #ABDDFD;
	color:#000000;font-weight:500;
	background-color:#D3EEFF;
}

.boardtitle {
	color:#000000;font-weight:800;
}

.boarddesc {
	color:#000000;font-weight:500;
}

.boardfooter {
	color:#000000;font-weight:500;font-size:10pt;text-align:right;
	background-color:#ABDDFD
}

.boardreplytable {
	border: 1px solid #95EBA3;
	color:#000000;font-weight:500;
	background-color:#CDEDD2;
}


.boardreplydesc {
	color:#000000;font-weight:500;
}

.boardreplyfooter {
	color:#000000;font-weight:500;font-size:10pt;text-align:right;
	background-color:#95EBA3;
}

.newstable {
	border: 1px solid #ABDDFD;
	color:#000000;font-weight:500;
	background-color:#D3EEFF;
}

.newstitle {
	color:#ff9d1d;font-weight:800;
}

.newsdesc {
	color:#000000;font-weight:500;
}

.newsfooter {
	color:#000000;font-weight:500;font-size:10pt;text-align:right;
	background-color:#ABDDFD
}

.newsreplytable {
	border: 1px solid #95EBA3;
	color:#000000;font-weight:500;
	background-color:#CDEDD2;
}


.newsreplydesc {
	color:#000000;font-weight:500;
}

.newsreplyfooter {
	color:#000000;font-weight:500;font-size:10pt;text-align:right;
	background-color:#95EBA3;
}

.head {
	color:#000000;font-weight:800;
}

#map img {behavior: none}
#cmxMap img { behavior:none } 
* html div#map img { behavior: none; }

#map {
border: 1px solid #979797;
background-color: #e5e3df;
width: 658px; height: 450px;
margin: auto;
margin-top: 2em;
margin-bottom: 2em
}

#store {
background: url('/jj/images/med.jpg') no-repeat left center;
margin: 1px auto;
padding: 1px;
width: 300px;
height: 65px;
}

#store p {
float: left;
padding: 0 0 0 100px;
font-size:1.3em;
}

#store * {
margin: 0;
padding: 0;
text-decoration: none;
color: #000;
}

#store a {
color: #477b91;
font-weight: bold;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.productBlock {
	border: 1px solid black;
	height:165px;
	width: 225px;
	overflow:hidden;
	vertical-align:middle;
	text-align:center;
}

.productBlock:hover {
	cursor:"pointer";
}

.productBlock-name {
	height:20px;
	vertical-align:middle;
	text-align:center;
	font-weight:900;
	background-color:black;
	color:white;
}

.productType {
	font-size:8pt;
	font-weight:500;
	color:#666666;
}

* html div#map img { behavior: none; }
div#map img { behavior: none; }
