/* CSS Reset

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Reset end */

body {
	background-image: url(../images/bg.png);
	margin-top: 1px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

body a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:160%;
	text-transform:none;
	border: none;
	display: inline-block;
  	vertical-align: middle;
}

body a:LINK, .link {
	color: #D01D23;
	text-decoration:underline;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

body a:VISITED {
	border-width: 0px;
	color: #D01D23;
	text-decoration: none;
	border: none;
}

body a:hover {
	color:#D01D23;
	text-decoration:underline;
	border: none;
}

#header {
	position: relative;
	top: -20px;
	left: 80px;
	width: 875px;
	height: 275px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-left: auto;
  	margin-right: auto;
  	z-index: 4;
}

#logo {
	position: relative;
	top: 65px;
	left: 210px;
	width:177px;
	height:40px;
}

#logo img
{
	border: 0px none;
}

#pagename {
	position: relative;
	top: 53px;
	left:-240px;
	height:37px;
	width:216px;
	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	padding-top: 10px;
}

#leftround {
	position: relative;
	top:94px;
	left: 55px;
	width:14px;
	height:32px;
	background-image: url(../images/menu_bg_left_side.png);
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	top: 62px;
	left:-145px;
	width:464px;
	height:30px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	font-size: 80%;
	text-align: center;
	padding-top: 7px;
	color: white;
	margin-left: auto;
  	margin-right: auto;
  	z-index: 1;
}

#menu a {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
	text-decoration: none;
}

#menu a:LINK {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
}

#menu a:VISITED {
	color: #FFFF99;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#rightround {
	position: relative;
	top:-84px;
	left:643px;
	width:14px;
	height:32px;

}

#language_switch {
	position: relative;
	color: white;
	font-size: 14px;
	font-weight: bold;
	top: -106px;
	width: 43px;
	left: -24px;
}

#language_switch a:LINK {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
	border: none;
}

#language_switch a:VISITED {
	color: #FFFF99;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
	border: none;
}

#language_switch img {
	border: none;
}

#side_menu {
	position:relative; 
	left: -10px;
	top: 5px;

	width: 200px;

}

#selected_side_menu_item {
	color: white;
	background-color: darkorange;
}

div.side_menu_left {
	background-image: url(../images/side_menu_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
}

div.side_menu_center {
	width: 188px;
	float: left;
	text-align: right;	
}

div.side_menu_right {
	background-image: url(../images/side_menu_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 21px;
}

div.side_menu_left_wide {
	background-image: url(../images/side_menu_left_wide.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
}

div.side_menu_right_wide {
	background-image: url(../images/side_menu_right_wide.png);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
}
#side_menu ul {
	padding-left: 0px;
	margin-left: 0px;
}

#side_menu li {
	list-style: none;
	background-image: url(../images/side_menu_center.png);
	background-repeat: repeat-x;
	height: 21px;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

#side_menu li.double {
	height: 35px;
	background-image: url(../images/side_menu_center_wide.png);
}

#side_menu li.pdf_bg {
	height: 47px;
	background-image: url(../images/icons/pdf_bg.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 12px;
	margin-bottom: -15px;
}

#side_menu li.reader_bg {
	height: 47px;
	background-image: url(../images/icons/reader_bg.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 14px;
}

#side_menu li.empty {
	height: 15px;
	background-image: none;
}

#side_menu li a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:160%;
	text-transform:none;
	border: none;
	display: inline-block;
  	vertical-align: middle;
}

#side_menu li a:LINK {
	color:#ffffff;
	text-decoration:none;
	border: none;
}

#side_menu li a:VISITED {
	font-size: 11px;
	border-width: 0px;
	color: #dddddd;
	text-decoration: none;
	border: none;
}

#side_menu li a:hover {
	color:#ddffff;
	text-decoration:underline;
	border: none;
}

#side_menu li.reader_bg a {
	font-size:10px;
	color: #2F211E;
	line-height:100%;
}

#side_menu li.pdf_bg a {
	color: #2F211E;
	line-height:100%;
}

#side_menu li img {
	position: relative;
	left: 0px;
	top: 0px;
	border: 0px none;
}

#side_menu li img.side_menu_corner {
	position: relative;
	right: 0px;
	top: 0px;
	border: 0px none;
}



.header { /* it is not our CI header, it is class named header in process()*/
	position:relative;
	top: -340px;

	left: 225px;
	width: 714px;
	padding-right: 5px;
	font-size: 12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#515151;
}

.header p
{
	color:#515151;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	text-transform:none;
}
	

.chapter_header {
	margin-top:50px;
	margin-bottom:10px;
	font-weight: bold;
}

.chapter_first_header {
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
	color:#515151;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#view {
	margin-bottom: -290px;
	position: relative;
	top: -173px;
}

#content {
	position: relative;
	width:974px;
	left: -10px;
	top: -30px;
	/*background-color: #ffffff;*/
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
  	min-height: 400px;
  	z-index: 0;  	
  	margin-left: auto;
  	margin-right: auto;
}

#intro_illustration {
	position: absolute;
	top: -105px;
	left: 303px;
	z-index: -1;
}

div.intro_image {
	position: relative;
	top: -100px;
	margin-bottom: -600px;
}

div.intro_image img, div.bc_intro_image img
{
	border: none;
}

div.bc_intro_image {
	position: relative;
	top: -40px;
	left: -100px;
	margin-bottom: -30px;
}



#content hr {
	border: none;
	border-top: 1px solid lightgray;
	margin-top: -10px;
	margin-bottom: 10px; 
}

#text {
	color: #lightgray;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
}

#content h5 {
	color: #003366;
	font-size: 14px;
}
	
#footer {
	position: relative;
	font-size: 0.9em;
	font-style: italic;
	top: -120px;
	margin-top: 20px;
	margin-bottom: -50px;
	left: 500px;
  	font-family: Arial;
  	color: #666666;
  	z-index: 0;
  	width: 580px;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:link
{
	color: #195FA5;	
	text-decoration: none;
	position: relative;
	font-size: 10px;
	font-family: Arial;
	vertical-align: baseline;
}

#footer_bg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	position: relative;
	top: -2px;
	left: 1px;
	z-index: -1;
	display: none;
}
div.footer_chester_text {
	padding-top: 78px;
	left: 5px;
	position: relative;
}

.paragraph {
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
	float: none;
	overflow: hidden;
}

.paragraph_left {
	margin-bottom: 7px;
	margin-top: 0px;
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:160%;
	text-transform:none;
}

.paragraph_right{
	color:#515151;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	text-transform:none;
}

.support {
	 width: 35%;
}

.chapter {
	font-size:200%;
}

.illustration {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 200px;
	height: 200px;
}

.illustration.right {
	float: right;
	margin-top: -55px;
	margin-left: 25px;
}

.illustration.left {
	float: left;
	margin-top: -55px;
	margin-right: 5px;
}

.illustration_chapter {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	line-height:130%;
	text-transform:none;
}

.boldT10 {
	font-weight: bold;
}

.boldH12 {
	font-weight: 900;
}

.italicT10 {
	font-style: italic;
}

.error {
	color: #FF5555;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message {
	color: #999955;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page_chapter_line {
	background-image: url("../images/grey_line_pixel.png"); 
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	top: 0px;
	left: 200px;
	width: 781px;
	height: 20px;
}

.page_chapter_text {
	color: #C00C0D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
	background-color: white;
	position: relative;
	left: 187px;
	padding-left: 20px;
	padding-right: 20px;
}

.view_orders_chapter_text {
	color:#EC693C;
	font-family: Verdana,"Times New Roman",Times,serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	text-transform:none;
	position: relative;
	left: 220px;
	top: -100px;
	padding-left: 20px;
	padding-right: 20px;
	width: 530px;
	padding-bottom: 15px;
}

.view_orders_bottom {
	position: absolute; 
	bottom: 10px; 
	text-align: center; 
	width: 744px;
}

.view_orders_bottom_text, .view_orders_bottom_text a, .view_orders_bottom_text a:hover, .view_orders_bottom_text a:link, .view_orders_bottom_text a:visited {
	color: black;
	font-family: Verdana,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-decoration: none;
	position: relative;
	left: 110px;
}

.view_orders_bottom_text img
{
	border: 0px none;
}

.user_info {
	color:#003366;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	position: relative;
	top: -200px;
	width: 100px;
	left: 10px;
	text-align: center;
}

.user_info span {
	color:#003366;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.wheelContainer_popup {
	position: relative;
	top:-570px;
	left:-25%;
	width:608px;
	height: 608px;
	padding:3px;
	background-color: white;
	border: 0px;
	border: 1px solid lightgray;
	display:none;
	z-index: 10;
	margin-bottom: -616px;
}

.wheelContainer_hint {
	position: relative;
	top:2px;
	left:370px;
	display:none;
	z-index: 7;
	height: 30px;
	width: 150px;
	margin-bottom: -30px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: right;
	color:lightgray;
	font-size:12px;
}

#wheelContainer_close {
	position: relative;
	top: -605px;
	left: -5px;
	margin-bottom: -20px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: right;
	color:lightgray;
	font-size:12px;
}

img.wheelImage {
	position: relative;
	left: -6px;
}

FIELDSET {
	border: 1px dashed lightgray; 
	margin-bottom: 50px;
}


.form label {
	position:relative;
	width: 120px;
	display: inline-block;
}


/*
label.form {
	font-weight: bold;
}
*/
legend {
	font-size: 15px;
	font-weight: bold;
}

.submit {
	margin-left: 123px;
}

.pwd_change {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 2px;
}

#service_btn_1 {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: -30px;
	z-index: 1;
	height: 220px;
}

#service_btn_2 {
	position: relative;
	top: -25px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	height: 220px;
}

#service_btn_1 img {
	border: none; 
}

#service_btn_2 img {
	border: none; 
}

.service_desc {
	position:relative;
	background-image: url("../images/service_desc.png"); 
	background-repeat: no-repeat;
	background-position: center;
	left: 65px;
	top: -76px;
	padding-top: 78px;
	padding-left: 18px;
	padding-right: 15px;
	width: 261px;
	height: 146px;
	color: gray;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-style: italic;
	z-index: -1;
}

#menu form {
	position:relative;
	top:-2px;
	left:0px;
}

#username_label {
	display: inline;
	float:left;
	margin-top: 4px;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#password_label {
	display: inline;
	float:left;
	margin-top: 4px;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#menu form input {
	display: inline;
	float: left;
	font-size: 10px;
}

#menu form #submit {
	display: inline;
	float: left;
	font-size: 10px;
	margin-left: 6px;
	width: 55px;
}

h2.bc_title {
	color:#EC693C;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:none;	
	margin-top: 5px;
	position: relative;
	left: 200px;
}

.bc_chapter_text
{
	color:#003366;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:white;
	left:0;
	line-height:normal;
	padding-left:0;
	padding-right:20px;
	position:relative;
	text-transform:none;
}

.bc_content
{
	color:#515151;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:130%;
	text-transform:none;
	padding-left: 20px;
	left:200px;
	position:relative;
	width:710px;
}

div.bc_header {
	position: relative;
	left: -200px;
	padding-bottom: 10px;
}

#orders_list {
	margin-bottom: 10px;
}

input#usercode {

}

label.usercode
{
	width: 90px;
}

div.moneyParagraph
{
	margin-bottom:5px;
	margin-top: 5px;
}

div.moneyMonth
{
	font-weight: bold;
}

div.aspectsContainer
{
	height: 360px;
	clear: both;
	float: none;
	color: #515151;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

div.imagePlanets
{
	float:left;
	height:220px;
	width: 25%;
	text-align: left;
}

div.imageSigns
{
	float:right;
	height:220px;
	width: 25%;
	text-align: left;
}

.aspectsText 
{
	float:left;
	height:290px;
	width: 50%;
	text-align: left;
}

div.bcAspectsContainer
{
	height: 290px;
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
}

div.bcImagePlanets
{
	float:left;
	height:220px;
	width: 35%;
	text-align: left;
}

div.bcImageSigns
{
	float:right;
	height:220px;
	width: 15%;
	text-align: left;
}

.bcAspectsText 
{
	float:left;
	height:290px;
	width: 50%;
	text-align: left;
}

div.wheelContainer
{
	text-align: center;
	width: 100%;
}

a.icon
{
	background: none;
	height: 20px;
	line-height: 20px;
	vertical-align:top;
	padding-left: 3px;
}

.icon img
{
	border: 0px none;
}

div.icon_link
{
	float: left;
	line-height: 20px;
	vertical-align: middle;
	padding-right: 10px;
}

a.icon_link {
	color: #EF773F;
	text-decoration: none;
	background-image: url("../images/mobile_bullet.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

div.chester_footer
{
	position: relative; 
	top: 134px;
	width: 734px; 
	text-align: center;
	display: none;
}

#umes_label
{
	position: relative;
	top: -65px;
}

#uname, #umes
{
	width: 300px;
}

#support_form
{
	display: none;
	margin-top: 10px;
}

#description {
	margin-top: 20px;
}

#message
{
	margin-bottom: 30px;
}

.calendar_anchors_top a
{
	color: #3f4294;
	font-family: Arial;
	font-size: 1.0em;
}

#anchors a, #anchors a:visited, #anchors a:hover, #anchors a:link, #anchors
{
	color: #3f4294;
	font-family: Arial;
	font-size: 12px;
}

div.calendar_anchors
{
	width: 320px;
	float: right;
}

#anchors ul
{
	float: none;
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 0px;
}

#anchors li 
{
	float: left;
	margin-left: 15px;
}

#helpdesc
{
	margin-left: 120px;
	width: 300px;
}

div.help
{
	position: relative;
	left: 220px;
	width: 754px;
	top: -50px;
}

div.profile
{
	position: relative;
	top: -50px;
	left:220px;
	width:500px;
}

div.month_header {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	line-height:130%;
	text-transform:none;
}

#payment_cost, #sms_auth_container {
	margin-left: 123px;
	margin-bottom: 15px;
}

#code_status, #msisdn_status {
	color: #ee0000;
	font-weight: bold;
}

#order_done_username {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.forgot_password
{
	padding-top: 2px;
}

span.bc_pdf_icon_no
{
	position: relative; 
	padding-left: 10px; 
	padding-right: 10px;
	left: 180px; 
	background-color: white; 
	z-index: 20;
	top: -5px;
}

span.bc_pdf_icon_en
{
	position: relative; 
	padding-left: 10px; 
	padding-right: 10px;
	left: 120px; 
	background-color: white; 
	z-index: 20;
	top: -5px;
}

.bc_pdf_icon_en img, .bc_pdf_icon_no img
{
	border: none 0px;
	position: relative;
	top: 3px;
	p
}
