/*

Base Style Sheet For Maxthon Websites v1.2.2
Last Modified: 2007-01-25 13:27:57
min-width: 750px;
body {background:url(../images/bodybg.png) repeat-x;}
*/

/****** General Styles ******/
body {
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	
}



.question { 
    color:#333333; 
    border-top:1px dashed #DDD; 
    padding:5px 5px 5px 17px; 
    background:#efefef url(../images/inc/pic-01.gif) no-repeat 5px 12px; 
    font-weight: bold; 
    cursor:pointer
}

.imgCss
{
     padding:8px;
     background-color:#ffffff;
     margin:2px;
}

.imgGrayCss
{
     padding:8px;
     border:1px solid #e1e1e1;
     background-color:#efefef;
     margin:2px;
}

.imgSmallGrayCss
{
     padding:2px;
     border:1px solid #e1e1e1;
     background-color:#fefefe;
     margin:2px;
}

/********************************/
.pics {  
    width:   202px;  
    height:  402px;  
    padding: 0;  
    margin:  0;  
} 
             
.pics img {  
    padding: 3px;  
    border:  1px solid #ddd;  
    background-color: #f1f1f1;  
    width:  188px; 
    height: 380px; 
    top:  0; 
    left: 0 
} 

/********************************/
.div_bless_1
{
    width:185px; 
    height:35px;
    MARGIN: 0px;
    PADDING:0px;
    background-image:url(../images/index/bless_bg_1.gif)
}

.div_bless_2
{
    width:185px; 
    height:35px;
    MARGIN: 0px;
    PADDING:0px;
    background-image:url(../images/index/bless_bg_2.gif)
}


.div_bless_1 li,
.div_bless_2 li
{
   margin:2px; 
   line-height:16px;
   list-style: url(../images/inc/bless_icon.gif) inside circle
}

/********************************/

.answer
{
   padding:5px 5px 5px 17px;  
}

/* text */


p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	font-size: 100%;
	line-height: 150%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style: outside;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: none;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

input,
select
{
	vertical-align: middle;
}

.radio{border:none;} 


textarea,select {
	    BORDER-RIGHT: #999999 1px solid; 
       BORDER-TOP: #999999 1px solid; 
       FONT-SIZE: 12px; 
       /* BACKGROUND: url(images/inputbg1.gif); */
       BORDER-LEFT: #999999 1px solid; 
       LINE-HEIGHT: 15px; 
       BORDER-BOTTOM: #999999 1px solid; 
       FONT-FAMILY: Verdana,Tahoma,ËÎÌå
}


input{
	font-size: 12px; 
	height:16px;
}

textarea {
	font-size: 12px; 
	height:18px;
}

select {
	font-size: 12px;
	height:20px;
}

label {
	cursor: pointer;
}


/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

.wrapper {}

/****** header ******/
.header{
	background: white url('base/bg_header.png') top left;
	height: 80px;
}
.innerheader{
	min-width: 610px;
	width: 750px;
	margin: 0 auto;
}

.title{
	float: left;
	width: 400px;
	margin-top: 16px;
}
.title img{
	float: left;
	margin-right: 12px;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: black;
	text-decoration: none;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/* top nav menu */
.title-menu{
	padding-top: 26px;
	float: right;
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
}
.title-menu a:hover{
	color: white;
	background: #666666;
}

/****** Nav Panel ******/
.navPanel{
	border-top: 1px solid #DAD7CF;
	border-bottom: 1px solid #DAD7CF;
	line-height: 200%;
	background: #F2F0EE url('../images/bg_btn.gif') top left;
}
.innerNavPanel {
	margin: 0 auto;
	width: 850px;
}


/* buttons */
.buttonWrapper{
	border: 1px solid #E4E1DA;
	border-left: none;
	background: #F2F0EE url('../images/bg_btn.gif') top left;
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #E4E1DA;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 15px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #E4E1DA;
	background: #F4FBE1 url('../images/bg_btn.gif');
}
.buttons a:hover
{
	color: #395500;
	background: #F4FADF url('../images/bg_btn_hover.gif') top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url('../images/bg_btn_active.gif') !important;
}
.buttons-unique {
	color: #993300 !important;
	background: #FFF1BB url('../images/bg_btn_unique.gif') !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 15px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('base/bg_shadow.png');
}


/****** Content Block ******/
.contentWrapper{
	min-width: 610px;
	width: 760px;
	margin: 10px auto;
}

.content{
	float: left;
	width: 100%;
	margin: 0px -210px 0px 0px;
}
.innerContent{
	margin-right: 210px;
	overflow: visible;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #E0E0E0;
}
h4 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
}
.contentText{
	line-height: 150%;
}


/****** Sidebar Block ******/
.sidebar{
	float: right;
	width: 180px;
}
.innerSidebar{}

.sidebarBlock{
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
.sidebarBlock h5{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #EEEDEA;
	border-bottom: 1px solid #E4E2DA;
}
.sidebarContent{
}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #E4E2DA;
}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
	padding: 5px 0px 5px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}
.sidebarContent li a:hover{
	text-decoration: none;
	color: #395500;
	background: #EFF9D0;
}


/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #666666;
	margin: 20px auto;
}
.innerFooter{
	width: 750px;
	margin: 0px auto;
}

.footerLinks{
	color: #666666;
	background: #F2F1EE;
	border: 1px solid #E4E1DC;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.footerLinks h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #666666;
}
.footerLinks a:hover {
	color: #000000;
}

/* footer */
#footer{
	background:url(/account/images/bg-footer.gif); height:34px; width:100%; line-height:34px;
}
#footer .padder{
	width:750px; margin:0 auto;
}
#footer .padder span{
	float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#414447;
}
#footer .padder a:link,#footer .padder a:visited,#footer .padder a:active{
	float:right; color:#414447; text-decoration:none;
}
#footer .padder a:hover{
	color:#0E69C7; text-decoration:underline;
}

/*******************************************/
.copyright{
	margin: 20px auto;
}

.STYLE1 {color: #ff0000;}

.textbox
{
       BORDER-RIGHT: #999999 1px solid; 
       BORDER-TOP: #999999 1px solid; 
       FONT-SIZE: 12px; 
       /* BACKGROUND: url(../images/inputbg1.gif); */
       BORDER-LEFT: #999999 1px solid; 
       LINE-HEIGHT: 15px; 
       BORDER-BOTTOM: #999999 1px solid; 
       FONT-FAMILY: Verdana,Tahoma,ËÎÌå
}



#testWrap {
	width: 500px;
	float: left;
	margin: 20px 0 0 50px; /* Just while testing, to make sure we return the correct positions for the image & not the window */
}

#previewArea {
	margin: 20px; 0 0 20px;
	float: left;
}

#results {
	clear: both;
}
	
