body {
background-color:#FFFFFF;
font-family: "Trebuchet MS",Tahoma,Arial;
font-size:10pt;
color:#000;
height:100%;
margin:0;
padding:0;
}
html, body {height: 100%;}

DIV.container {
	background-color: #FFFFFF;	
	width: 100%;
	border-top: 0px;
	z-index: 4;
	padding-bottom: 200px;
}
.inside_page {
  position: relative;
  min-height: 100%;
}
* html .inside_page {
  height: 100%;
}
div.bottom {
width:100%;
height:200px;
text-align: center;
font-size: 11px;
background-image: url(/images/bgbg.png);
background-position: bottom;
background-repeat: repeat-x;
z-index: 3;
position: relative;
margin-top: -200px;
}
div.bottom Div#btxt {
	padding-top: 120px;
	margin-top: 0px;
}

DIV.clear {font-size:7px; clear: both;}

TD {
vertical-align:top;
text-align:left;
}
A,A:hover,A:visited {
text-decoration:underline;
color:#0099FF;
}
H2,H3 {
font-size:13px;
font-weight:700;
color:#404040;
margin:10px 0;
padding:0;
}

DIV#top, DIV#black_container {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 0px;
}
DIV#black_container {
	background-color: White;
	background-image: url(/images/bg_grey.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	padding: 7px 0 7px 0;
}
DIV#logo {
	float: left;
	width: 400px;
	height: 120px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}
DIV#lr {
	width: auto;
	float: right;	
	text-align: left;
}
DIV#discl {
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 30px;
	font-size: 11px;
	text-align: justify;
}
DIV.login {
	padding: 5px 10px 0 0; 
}
DIV.content {
	width: auto;
	padding: 5px 50px 0 50px;
	text-align: left;
}

P.auth {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	background-color: #FFD9D2;
}
H1 {
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.3px;
}
OL.gray LI {
	list-style: none;
	clear: both;
}
OL.gray LI span {
	padding: 10px 20px 15px 20px;
	background-image: url(/images/grayrnd.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	color: #FFFFFF;
	margin-right: 10px;
	display: block;
	float: left;
	height: 40px;
}
.answer {
	display: none;
	clear: both;
	background-color: White;
	padding: 0px 0 0 0px;
	margin-left: 40px;
	margin-top: -20px;
}
.answer H1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
DIV.blacklist {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
}
DIV#bl_txt {
	width: 300px;
	height: 20px;
	text-align: center;
	margin: auto;
	padding: 0 0 0 50px;
	font-size: 11px;
}
DIV#bl_txt P {
	font-size: 13px;
	margin: 0px;
	padding-bottom: 1px;
}
DIV#bl_form {
	width: auto;
	height: 40px;
	padding-left: 20px;
}
DIV#bl_logo {
	width: 280px;
	height: 40px;
	text-align: right;
	float: right;
	padding: 0px 10px 0 0;
}
DIV.blacklist A, DIV.blacklist A:hover, DIV.blacklist A:visited {
	padding: 3px;
	text-decoration: underline;
	font-size: 11px;
	color: #FFFFFF;	
}
DIV.blacklist A:hover {
	background-color: #333333;
	color: #FFFFFF;	
	text-decoration: none;
}
DIV#bl_form FORM {
	padding: 5px 0 0 0;
}
DIV#bl_form input#imei {
	height: 17px;
	background-color: #F6F6F6;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B2B2B2;
	padding: 5px;
	width: 140px;
	margin: 0 10px 0 0;	
}
DIV#bl_form input#check,DIV#bl_form input#imei_add, .quizSubmit {
	height: 24px;
	background-image: url(/images/button_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	border: 0px;
	color: #fff;
	background-color: transparent;
	margin: 0px;	
	padding-top: -5px;
	margin-top: 5px;
	cursor: pointer;
	width: 112px;
}
.bigtext {
	font-size: 24px;
	color: #1E7D1F;
}
P.ubtext {
	font-size: 18px;
}

SPAN.date {
color:gray;
font-size:11px;
}

/* common forms */
DIV.common_form {
font-size:10pt;
z-index: 10;
}
DIV.common_form INPUT {
border:1px solid #E4E4CB;
padding:4px;
font-size: 14px;
}
DIV.common_form TD INPUT {
width:99%;
background-color:#F6F7F2;
font-size: 14px;
}
DIV.common_form TD TEXTAREA {
width:99%;
border:1px solid #E4E4CB;
height:100px;
background-color:#F6F7F2;
padding:4px;
}
DIV.common_form TD INPUT disabled {
background-color:#CCC;
}
DIV.common_form INPUT.submit,DIV.common_form INPUT#submit {
width:auto;
background-color:#9ACD32;
cursor:pointer;
padding:10px;
}
DIV.common_form INPUT.image {
width:auto;
height:auto;
border:0;
padding:0;
}
DIV.common_form INPUT.search_checkbox {
border:0;
}
DIV.common_form TABLE {
width:90%;
}
DIV.common_form TABLE TD.td1 {
width:40%;
padding-left: 10px;
text-align: right;
}
DIV.common_form TABLE TD.td2 {
width:60%;
padding-left: 20px;
}
DIV.common_form SELECT {
width:auto;
border:1px solid #E4E4CB;
background-color:#F7F6F1;
padding:4px 7px 4px 4px;
font-size: 14px;
}
DIV.common_form SELECT OPTION {
padding-right:10px;
}
/* eof common forms */

/* messages */
DIV.layer_msg {
width:90%;
margin-bottom:20px;
border:1px solid #DCF7DF;
clear:both;
float:none;
padding:5px;
}
DIV.layer_error {
width:90%;
margin-bottom:20px;
border:1px solid #FDD;
padding:5px;
}
DIV.layer_error IMG,DIV.layer_msg IMG {
padding-right:25px;
padding-bottom:25px;
}
/* eof messages */

DIV.nav {
margin-top:0px;
font-size:11px;
text-align:left;
margin-bottom:10px;
}
TABLE.sitemap {
	display: block;
	width: 90%;
	margin-left: 10px;
	text-align: left;
}
TABLE.sitemap A, TABLE.sitemap A:hover, TABLE.sitemap A:visited {
	text-decoration: none;
}
TABLE.sitemap a.map1, TABLE.sitemap a.map1:hover, TABLE.sitemap a.map1:visited  {font-weight: normal; font-size: 18px; margin-bottom: 2px; display: block;}
TABLE.sitemap a.map2, TABLE.sitemap a.map2:hover, TABLE.sitemap a.map2:visited {font-weight: normal; font-size: 1.1em;}
TABLE.sitemap a.map3,TABLE.sitemap a.map3:hover,TABLE.sitemap a.map3:visited {font-weight: normal; font-size: 1.1em;}
ul.map4 {margin-left: 27px; list-style: square;}
dl.map5 {position: relative; left: -30px; margin-top: 4px; margin-bottom: 4px;}
TABLE.sitemap a.map6, TABLE.sitemap a.map6:hover, TABLE.sitemap a.map6:visited {font-weight: normal; font-size: 1.0em; margin-left: 20px; text-decoration: none; margin-top: 10px;}
SPAN.views {
	display: block;
	text-align:right;
	margin-left: auto;
	margin-right: 10px;
	margin-top: -10px;
	font-size: 9px;
	color: #cccccc;
}

DIV.perpage {
	margin-top: 10px;
	font-size: 12px;
	width: 99%;
	text-align: center;
}
DIV.perpage A {
	padding: 7px;
	text-decoration: none;
}
DIV.perpage A, DIV.perpage A:visited {
	background: #F5F5F5;
	color: #cccccc;
}
DIV.perpage A:hover {
	background: #0099FF;
	color: #fff;
}
DIV.perpage SPAN.active {
	padding: 7px;
	background: #0099FF;
	color: #fff;
}


/* */
#login_form_ex, #signup_form_ex {
	margin:0px;
	*padding-top: 20px;
}
#login_form_ex label, #signup_form_ex label {
	display:block;
	width:140px;
	padding: 0 0px 2px;
	font-size: 12px;
}
#login_form_ex input, #signup_form_ex input {
	margin-bottom: 4px;
}
#login_form_ex form br {
	clear:both;
}
#submit_ex, #signup_submit {
	width:155px;
	background-color:#9ACD32;
	cursor:pointer;
	padding:10px;
}
#close_btn {
	position: relative;
	text-align:center;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 15px;
	height: 15px;
}


#login_result_ex, #signup_result_ex, #check_result_ex {
	display:none;
	margin:10px;
	text-align: left;
	text-indent: 5px;
	height:auto;
	line-height:22px;
	font-size: 11px;
}
.error {
	border: 0px solid #f00;
	font-weight: bold;
	color: #f00;
	padding: 0px;
}
.success {
	border: 0px solid #0f0;
	font-weight: bold;
	padding: 0px;
}
.process {
	background-color:#D7B4DE;
	border: 0px solid #FDF5E6;
	padding: 20px;
}
.none {
	border: 1px solid #8E7A00;
	background-color: #FFBD93;
	padding: 20px;
}
#check_box {
	position:absolute;
	height:200px;
	width:400px;
	margin: -30px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
	display:none;
}
#login_box {
 	position: relative;
	padding: 0px;
	margin-top: -250px;
	margin-left: 0;
	display: none;
	text-align: left;
 }
#overlay{
	position:absolute;
	display:none;
	background:#000;
	opacity:.8;
	filter:alpha(opacity=80);
	left:0;
	top:0;
	z-index: 10;
}
DIV.close {
position:relative;
margin-left:0px;
margin-top:0px;
width: 18px;
}

DIV.close A,DIV.close A:hover,DIV.close A:visited {
color:#000;
font-weight:700;
text-decoration:none;
border:1px outset #CCC;
display:block;
background-color:#E0DFE3;
padding:2px;
}

DIV.close A:hover {
background-color:#FFF;
}

/* alerts */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #D0D0D0;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	/*background: #CCC url(/images/title.gif) top repeat-x;*/
	background-color: #D0D0D0;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/error.gif);
	background-color: #FFF2EA;
}
#popup_content.msg {
	background-image: url(/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/error.gif);
}

#popup_content.prompt {
	background-image: url(/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

INPUT.checkbox {
	width: auto;
	height: 20px;
	border: 0px;
}
.idTabs {
  background:White;
  color:#111;
  padding: 10px 20px;
  width:210px;
  border:1px solid #CCCCCC;
  margin:8px auto;
  z-index: 100;
 }
.idTabs li { list-style:none; float:left; }
.idTabs LI a {
  display:block;
  padding: 6px 10px 6px;
  text-decoration:none!important;
  margin: 5px 0 0 0;
  font:10px Verdana;
  color:#333;
  background:#fff;
  border: 1px solid #FF6600;
}
.idTabs LI  a:hover {
  color:#FFF;
  background:#9ACD32;
  border: 1px solid #9ACD32;
}
.idTabs LI  a.selected {
  margin-bottom:0;
  color:#FFF;
  background:#FFFAFA;
  border-bottom:1px solid #FFFAFA;
  cursor:default;
  background-color: #FF6600;
  border: 1px solid #FF6600;
}
.idTabs div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  font:10pt Georgia;
}
.idTabs div a { color:#000; font-weight:bold; }
#tab_login {
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

A.button,A.button:visited {
background-image:url(/images/button_bg.gif);
width:112px;
height:24px;
display:block;
text-align:center;
padding-top:4px;
color:#FFF;
text-decoration:none;
background-repeat:no-repeat;
margin-bottom:20px;
margin-left:10px;
float: left;
}

A.button:hover {
background-image:url(/images/button_bg_a.gif);
color:#000;
}

DIV.funeral {
	width: auto;
	background-image: url(/images/bg_fun.png);
	background-repeat: repeat-x;
	height: 136px;
	padding: 10px 0 0 0;
	overflow: auto;
}
DIV.funeral DIV.item_phone {
	width: 120px;
	height: 130px;
	display: block;
	float: left;
	margin-left: 30px;
}
#funeral_button {
	position: absolute;
	right: 10px;
	margin-top:-27px;
}
.item_phone_info {
	font-size: 11px;
	padding: 0 0 0 20px;	
}
span.small {
	color: #cccccc;
}
span.small A, span.small A:hover, span.small A:visited {
	color: #cccccc;
}

/* quiz */
p.quizTitle {
	padding:0px;
	margin-bottom: 5px;
	font-weight: bold;
}
.quizRes1, .quizResDepend {
	border-top: 1px solid #333333;
	width: 97%;
}
.quizAnswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 10px;
}
.quizLine {
	background-color: #ffffff;
}
.quizLineBg {
	background-image:url(/images/quizline.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #00FF1B;
}
.quizCount {
	text-align: center;
	font-size: 11px;
}
.quizHead {
	font-weight: bold;
	font-size: 11px;
}
.odd {
	background-color: #eeeeee;
}
.even {
	background-color: #FAFAD2;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.graves h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 120px;
	text-align: center;
	color: #fff;
}
#tooltip.graves div { width: 124px; text-align: left; }
#tooltip.graves {
	color: #fff;
	font-family: Arial;
	border: none;
	width: 110px;
	padding: 20px 30px 10px 10px;
	opacity: 0.8;
	background: url('/images/shadow.png');
	padding-top: 3em;
	height: 124px;
	background-repeat: no-repeat;
	font-size: 11px;
}
.funeral_note {
	display: none;
}
#fun_brand {
	width: 100px;
	position: relative;
	top: -20px;
	padding-left: 52px;
	font-weight: bold;
}
#fun_model
{
	width: 100px;
	position: relative;
	top: -20px;
	padding-left: 52px;
}
#fun_info {
	margin-top: 10px;
}
.fun_comment {
	font-style: italic;
	padding: 20px;
	font-size: 12px;
}
.item_phone_acts {
	margin-top: 5px;
}
.item_phone_float {
	width: 45%;
	display: block;
	float: left;
}

/* misc */
div.info {
	display: block;
	background-image: url(/images/bottom_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}
div.info p.head {
	font-size:24px;
	padding: 0px;
	margin: 0px;
}
DIV.cloud {
	text-align: left;
	margin-top: 0px;
	width: auto;
	font-size: 10px;
}
DIV.cloud A {
	margin-right: 5px;	
}
DIV.cloud A.active, DIV.cloud A.active:visited, DIV.cloud A.active:hover {
	text-decoration: none;
	color: #FF6600;
}
DIV.cloud A#c10 {
	font-size: 35px;
}
DIV.cloud A#c9 {
	font-size: 32px;
}
DIV.cloud A#c8 {
	font-size: 30px;
}
DIV.cloud A#c7 {
	font-size: 27px;
}
DIV.cloud A#c6 {
	font-size: 24px;
}
DIV.cloud A#c5 {
	font-size: 20px;
}
DIV.cloud A#c4 {
	font-size: 18px;
}
DIV.cloud A#c3 {
	font-size: 16px;
}
DIV.cloud A#c2 {
	font-size: 14px;
}
DIV.cloud A#c1 {
	font-size: 12px;
}
DIV.cloud A#c0 {
	font-size: 10px;
}
DIV#cloudIndex DIV H1 {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: -10px;
}

/* opsos */
div.opsos {
	width: 200px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 20px;
}
.opsos_info {
	font-size: 11px;
}
A.what2do {
	display: block;
	float: left;
	font-weight: bold;
	width: 300px;
	padding: 10px 0 0 0;
}
/* */
.menu {
	margin-top: 20px;
}
.menu a,.menu a:hover,.menu a:visited {
	color: #333333;
	text-decoration: underline;
}
.counters {
	position: absolute;
	right: 15px;
	margin-top: -70px;
	width: 100px;
}
.resur {
	margin-top: -10px; padding: 3px; background-color: #ffeeee; font-weight: bold;
	width: 190px;
	color: #333333;
text-align: center;
}
.social ul, .social li {
	list-style: none;
}
.social li {
	display: block;
	float: left;
	margin-right: 15px;
}