
/* box style 
------------------------------------------------*/
#tl {
	background: #eee url(../images/tl.gif) no-repeat 0 0;
	width:12px;
	height:11px;
	padding:0;
}

#tm {
	background: #eee url(../images/tm.gif) repeat-x 0 0;
	height:11px;
	padding:0;
}

#tr {
	background: #eee url(../images/tr.gif) no-repeat top right;
	width:12px;
	height:11px;
	padding:0;
}

#lheader {
	background: #eee url(../images/lheader.gif) repeat-y 0 0;
	width:12px;
	padding:0;
}

#leftside {
	background: #fff url(../images/l.gif) repeat-y 0 0;
	width:12px;
	padding:0;
}

#rightside {
	background: #fff url(../images/r.gif) repeat-y top right;
	width:12px;
	padding:0;
}

#rheader {
	background: #eee url(../images/rheader.gif) repeat-y top right;
	width:12px;
	padding:0;
}

#content {
	margin:0;
	padding:10px;
	width:450px;
	
}

#bl {
	background: #fff url(../images/bl.gif) no-repeat 0 0;
	width:12px;
	height:15px;
	padding:0;
}

#bm {
	background: #fff url(../images/bm.gif) repeat-x 0 0;
	height:15px;
	padding:0;
}

#br {
	background: #fff url(../images/br.gif) no-repeat top right;
	width:12px;
	height:15px;
	padding:0;
}

/* end box style 
-----------------------------------------*/




/* global
----------------------------------------------- */
b {
	color:#f58f11;
}


a {
	color:#f58f11;
	text-decoration:underline;
}

a:link {
	color:#f58f11;
	text-decoration:underline;
}

a:hover {
	color:#ffcc00;
	text-decoration:none;
}

html, body {
	margin:0;
  	padding:0;
  	background-color: #fff;
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:left;
}

/* IE font hack */
table, td {
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.errors
{
	color:#ff0000;
	font-weight:bold;
}


ol,ul {
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	list-style-position: inside;
	list-style-type: round;
}

li {	
	text-align:left;
	margin-left:5px;
	padding:0 0 5px 0;
	color:#000;
}

.noborder {
	border:none;
	background-color:transparent;
	vertical-align:middle;
}


h1 {
	margin:0;
	padding:0;
	color:#666;
	font-size:16px;
}

h2 {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	
}

h4 {
	margin:0;
	padding:0;
	font-size:12px;
}

h3 {
	margin:0;
	padding:0;
	font-size:10px;
	display:inline;
}

h5 {
	margin:0;
	padding:0;
	font-size:22px;
}

br {
	clear:both;
}

/*
------------------
   min width IE hack - 100% scale template    
------------------
*/

* html .minwidth {
	padding-left:780px; 
}
* html .container {
	margin-left:-780px;
	position:relative;
}

/*
------------------
   IE holy hack    
------------------
*/
/*\*/
* html .minwidth, * html .container, * html .layout  {
	height:1px;
}
/**/


/*       wrappers      */

#wrapper-fixed {
	width:780px;
	margin:10px 0 0 30px;
}


#wrapper-wide {
	min-width:780px; /* not for IE  */
	margin:0;
}

#wrapper-popup {
	width:540px;
	margin:10px auto 0 auto;
}


/*-------------------------
layout 
--------------------------*/
#top {
	height:75px;
	margin:0;
	/margin:-3px;
	padding:0;
	background: url(../images/bg-common2.jpg) repeat-x top left; 
}
	
table#fixed {
	width:780px;
}

table#scale {
	width:95%;
}


#container {
	margin:10px 20px;
}


#col1 {
	width:165px;
	padding-right:20px;
	vertical-align: top;
}

#col2 {
	min-width:150px; /* not for IE  */
	padding-right:20px;
	vertical-align: top;
}

#col3 {
	width:200px;
	vertical-align: top;
}



/* curved corner box
----------------------------------------------- */
#tl {
	background: #fff url(../images/tl.gif) no-repeat 0 0;
	width:12px;
	height:11px;
	padding:0;
}

#tm {
	background: #fff url(../images/tm.gif) repeat-x 0 0;
	height:11px;
	padding:0;
}

#tr {
	background: #fff url(../images/tr.gif) no-repeat top right;
	width:12px;
	height:11px;
	padding:0;
}

#leftside {
	background: #fff url(../images/l.gif) repeat-y 0 0;
	width:12px;
	padding:0;
}

#rightside {
	background: #fff url(../images/r.gif) repeat-y top right;
	width:12px;
	padding:0;
}

#boxedcontent {
	margin:0;
	padding:0 10px;
	text-align:left;
}


#bl {
	background: #fff url(../images/bl.gif) no-repeat 0 0;
	width:12px;
	height:15px;
	padding:0;
}

#bm {
	background: #fff url(../images/bm.gif) repeat-x 0 0;
	height:15px;
	padding:0;
}

#br {
	background: #fff url(../images/br.gif) no-repeat top right;
	width:12px;
	height:15px;
	padding:0;
}

/* end curved corner box
----------------------------------------------- */