/*----------------------common styles start---------------------------*/

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/furniture/bgstrip.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	color: #000000;
	font-weight: normal;
}

.font { font-family:verdana }

.boldwhite11px { font-size: 11px; font-weight: bold; color: #FFFFFF; }
.boldwhite9px { font-size: 9px; font-weight: bold; color: #FFFFFF; }

.text11px { font-size: 11px; }
.text12px { font-size: 12px; }
.text13px { font-size: 13px; }
.text14px { font-size: 14px; }

.blue11px { font-size: 11px; color: #0000FF; }
.blue12px { font-size: 12px; color: #0000FF; }
.blue13px { font-size: 13px; color: #0000FF; }
.blue14px { font-size: 14px; color: #0000FF; }

.blue11pxbold { font-size: 11px; font-weight: bold; color: #0000FF; }
.blue12pxbold { font-size: 12px; font-weight: bold; color: #0000FF; }
.blue13pxbold { font-size: 13px; font-weight: bold; color: #0000FF; }
.bold14pxblue { font-size: 14px; font-weight: bold; color: #0000FF; }

.red11px { font-size: 11px; color: #FF0000; }
.red12px { font-size: 12px; color: #FF0000; }
.red13px { font-size: 13px; color: #FF0000; }
.red14px { font-size: 14px; color: #FF0000; }

.red11pxbold { font-size: 11px; font-weight: bold; color: #FF0000; }
.red12pxbold { font-size: 12px; font-weight: bold; color: #FF0000; }
.red13pxbold { font-size: 13px; font-weight: bold; color: #FF0000; }
.red14pxbold { font-size: 14px; font-weight: bold; color: #FF0000; }

a:active { color: #0000FF; text-decoration: none; }
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }

.blackborder {border:1px solid #000000;}
.orangeborder {border:1px solid #f1b512; border-width:0px 1px 1px 1px;}

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/*----------------------common styles end---------------------------*/

/*---------------------image popups start-------------------------*/

#showpopup{
position:absolute;
visibility:hidden;
/*border: 1px solid gray;*/
z-index:25;
clip:  rect(   )
}

#popupdragbar{
cursor: hand;
cursor: pointer;
font-size:11px;
font-family:verdana;
color:#ffffff;
background-color: #000066;
min-width: 100px; /*NS6 style to overcome bug*/
}

#popupdragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/*---------------------image popups end-------------------------*/

