@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border-style: none;
	/* list-style-type: none; */
}
body { 
	background-color: #ffffff; 
	position: relative; 
	font: normal 1em/1.6em "Lucida Sans Unicode", Verdana, Sans-serif;
	/* color: #A7A7A7; */
	color: #737373;
}

h2 {
	font-size:20px;
	color:#00AEEF;
}

a,a:link,a:visited {color:#00AEEF; text-decoration:none;}
a:hover,a:focus {color:#0089BD;}

.inactive {
	color: #A7A7A7;
}

#header, #content, #slogan-content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	clear: both;
	display: table;
}

#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 20px;
}

#logo {
	margin: 25px 0 0 0;
	position: relative;
	width: 235px;
	height: 58px;
	float: left;
	overflow: hidden;
}

#logo h1 a {
	color:#FFFFFF;
}

#logo h1 a img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/* CORRECTIONS ON THIS STYLE */
#main-menu {
	margin: 25px 0 0 0;
	width: 650px;
	font-size: 16px;
	float: right;
}
#logout{
	position: absolute;
	/* padding: 40px 0 0 0; */
	margin: 0 0 0 250px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	height: 60px;
	float: left;
	/* background: url(../images/welcome-background.gif) no-repeat; */
	}
	
#welcome-background {
	padding: 40px 0 0 20px;
	height: 60px;
	float: left;
	background: url(../images/welcome-background.gif) 0 8px no-repeat;
	}
	
#logout span{
	color: #00AEEF;
	font-weight: normal;
	
	}
	/* END CORRECTIONS ON THIS STYLE */
	
#main-menu ul {
	/* float: left; */
	list-style-type: none;
	display:block;
	padding:11px 0;
	margin:0px;	
	list-style-type: none;
}

#main-menu li {
	float: right;
	cursor: pointer;
}

#main-menu a b {
	display: block;
	cursor: pointer;
}

/* CORRECTIONS ON THIS STYLE */
#main-menu a {
	position: relative; /* <-- add */
	margin: 0 3px;
    font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif; /* <-- add (Tahoma font first) */
    display: block;
    color: #8DC63F;
    text-decoration: none;
    font-weight: bold; /* <-- add */
    z-index: 1; /* <-- add */
	height: 34px;
	cursor: pointer;
	float: left;
}
	/* END CORRECTIONS ON THIS STYLE */

/* NEW STYLE ADDED HERE */
#main-menu a span {
    position: absolute;
    color: #eee;
    z-index: -1;
	margin-top: 1px;
	margin-left: 1px;
	font-weight: bold;
	cursor: pointer;
}
	/* END NEW STYLE ADDED HERE */

/* CORRECTIONS ON THIS STYLE */
#main-menu a:hover {
    color: #333;
    /*background: transparent; */
}
	/* END CORRECTIONS ON THIS STYLE */

#main-menu a.selected { 
    background: #7EAD3F url(../images/button_grad.gif) 100% 0 repeat-x; 
    color: white;
	cursor: pointer;
}

#main-menu a.selected:hover  {
    border: 0;
}

/* NEW STYLE ADDED HERE */
#main-menu a.selected b.inner{
	padding-left: 15px;
	padding-right: 15px;
}
	/* END NEW STYLE ADDED HERE */
/*************************************************************/

/* CORRECTIONS ON THIS STYLE */
#sub-menu {
	/*width: 800px;*/
	width: 100%;
	display:block;
	text-align:left;
	float:left;
	padding:0;
	margin:0;
	font: normal 15px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
	/* END CORRECTIONS ON THIS STYLE */

#sub-menu li, li#seb-menu-selected li {
	float:left;
}

#sub-menu li {
	margin:10px 20px 10px 0px;
}

/* CORRECTIONS ON THIS STYLE */
#sub-menu li a {
	position: relative; /* Add position */
	z-index: 1; /* Add z-index */
	font-weight:bold;
	/*color:#025574;*/
	color:#4B4B4B;
}
	/* END CORRECTIONS ON THIS STYLE */

#sub-menu li a:hover {
	color:#013142;
}

li#seb-menu-selected {
	margin:0 20px 0 0;
}

/* CORRECTIONS ON THIS STYLE */
li#seb-menu-selected li{
	/*margin: 5px 10px 5px 5px;*/
	margin: 5px;
	padding:0px;
}
	/* END CORRECTIONS ON THIS STYLE */

/* CORRECTIONS ON THIS STYLE */
li.sm-current {
	font-weight:bold;
	padding: 0 10px 0 0 !important;
	border:1px solid #056992; /* <- border color changed */
	border-width: 0 1px 0 0;
}
	/* END CORRECTIONS ON THIS STYLE */

/* CORRECTIONS ON THIS STYLE */
li#seb-menu-selected ul {
    /*background: #03678D; */
	list-style-type: none;
	color: white;
	display:block;
	float: left;
	height: 40px;
	line-height: 30px;
	vertical-align: middle; /* <- */
	overflow: hidden; /* <- */
}
	/* END CORRECTIONS ON THIS STYLE */

li#seb-menu-selected li.separator {
	margin: 5px 0;
}
	
li#seb-menu-selected {
	background: url(../images/sm-button-u_bg.gif) bottom right no-repeat;
}

/* CORRECTIONS ON THIS STYLE */
#seb-menu-selected li a {
	position: relative; /* <- Add position */
	z-index: 1; /* <- Add z-index */
	color: #ffffff;
	/*font: normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px; /* <- Add font-size */
	font-weight: normal; /* <- Add font-weight */
}
	/* END CORRECTIONS ON THIS STYLE */

#seb-menu-selected li a:hover, #seb-menu-selected li a.sm-selected {
	color:#6DCFF6;
}

/*
b.rtop, b.rbottom{
	display:block;
	background: #2EC7F0;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #03678D;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
*/

/* NEW STYLE ADDED HERE */
#seb-menu-selected div {
	float: left;
	display: block;
}

#sub-menu span {
    position: absolute;
    color: #1EA7CC;
    z-index: -1;
	margin-top: 1px;
	margin-left: 1px;
}

#seb-menu-selected span {
    color: #0B6E92;
}

	/* NEW STYLE ADDED HERE */

li#seb-menu-selected ul {
    list-style-type: none;
	padding: 0 10px;
    vertical-align: middle;
	font-weight:normal;
}

#sub-menu a {
	color:#ffffff;
	text-decoration:none;
}

/* NEW STYLE ADDED HERE */
#seb-menu-selected div.tl { background: url(../images/sm-tl.gif) top left no-repeat; }
#seb-menu-selected div.tr { background: url(../images/sm-tr.gif) top right no-repeat; }
#seb-menu-selected div.bl { background: url(../images/sm-bl.gif) bottom left no-repeat; }
#seb-menu-selected div.br { background: url(../images/sm-br.gif) bottom right no-repeat; }
	/* END NEW STYLE ADDED HERE */

#main-menu a.selected b.tl { background: url(../images/tl.gif) top left no-repeat; }
#main-menu a.selected b.tr { background: url(../images/tr.gif) top right no-repeat; }
#main-menu a.selected b.bl { background: url(../images/bl.gif) bottom left no-repeat; }
#main-menu a.selected b.br { background: url(../images/br.gif) bottom right no-repeat; }
#main-menu a.selected b.bs { background: url(../images/button_bg.gif) bottom right no-repeat; }

/* CORRECTIONS ON THIS STYLE */
#main-menu a b.inner {
    padding: 0.5em 0.5em;
    vertical-align: middle;
	cursor: pointer;
	/*font-weight:normal;*/
}
	/* END CORRECTIONS ON THIS STYLE */

/* NEW STYLE ADDED HERE */
#main-menu a.selected span{
    color: #81B140;
}
	/* END NEW STYLE ADDED HERE */

#client-menu, #slogan, #footer {
	width: 100%;
	position: relative;
	text-align: left;
	clear: both;
	float: left;
}

/* CORRECTIONS ON THIS STYLE */
#slogan {
	background: #10A9D3 url('../images/settings_grad.gif') 100% 0 repeat-x;
}
	/* END CORRECTIONS ON THIS STYLE */

.shadow {
	height: 21px;
	background: url('../images/settings_top_shadow.gif') repeat-x;
	width: 100%;
	display:block;
}

.shadow_bottom {
	height: 21px;
	background: url('../images/settings_bottom_shadow.gif') repeat-x;
	background-position:bottom;
}

#slogan-content {
	font:normal 20px/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#slogan-content a.sign-up {
	position: absolute;
	left: 50%;
	margin-left: 230px;
	margin-top: -38px;
}

#slogan-content b {
	font-weight: normal;
	background-color: #3eb9da;
}

#slogan-text {
	display:block;
	width: 590px;
	float:left;
	padding: 3px 0px;
	font:normal 20px/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* NEW STYLE ADDED HERE */
#slogan-text.full {
	display:block;
	width: 880px;
	float:left;
	padding: 3px 0px;
	font:normal 20px/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
	/* END NEW STYLE ADDED HERE */

#slogan-signup {
	width: 290px;
	height: 74px;
	overflow:hidden;
	float:right;
	position: relative;
}

#slogan-signup a {
	display: block;
	line-height:74px;
	padding-left:50px;
}

#slogan-signup a:hover {
	color: #00AEEF;
}

#slogan-signup a img {
	position:absolute;
	top:0;
	left:50px;
	z-index:1;
}
	
/* ADD CLIENTS AND INVOICES PART */
#client-menu {
	background: #10A9D3 url('../images/settings_grad.gif') 100% 0 repeat-x;
}

#client-menu .shadow {
	width: 100%;
	height: 21px;
	float: left;
	background: url('../images/settings_top_shadow.gif') repeat-x;
	width: 100%;
	display:block;
}

#client-menu .shadow_bottom {
	width: 100%;
	height: 21px;
	float: left;
	background: url('../images/settings_bottom_shadow.gif') repeat-x;
	background-position: bottom;
}
	/* END ADD CLIENTS AND INVOICES PART */
	


#content {
	clear:both;
	padding: 20px 0px;
}

#content p {
	font-size:13px;
	padding-bottom: 10px;
}

#content ul, #content ol {
	list-style-type: disc;
	padding: 10px 25px;
	font-size: 13px;
}
#content ul span, #content ol span {
	color: #666666; 
}

#content-left, #content-right {
	position: relative;
	text-align: left;
}

#content-left {
	width:590px;
	float:left;
}

#content-left li {
	float: left;
	display: block;
	margin: 0 25px 16px 0;
	width: 277px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #737373;
	}
#content-left li.last {
	margin: 0 0 16px 0;
}
#content-left li img {
	margin: 0 0 4px;
	}

#content-right {
	float:right;
	width: 295px;
}

.option {
	display:block;
	clear:both;
	margin: 0 0 20px 0;
}

.option h2 {
	font:normal 15px/49px "Lucida Sans Unicode", Verdana, Sans-serif;
	background: url(../images/home_options.gif) no-repeat;
	height: 49px;
	color:#FFFFFF;
	overflow:hidden;
	padding: 0 0 0 18px;
}

.option h2 em {
	font-style:normal;
	margin: 0 30px 0 0;
}

.option p {
	font: 11px/1.2em "Lucida Sans Unicode", Verdana, Sans-serif !important;
	color:#737373;
	padding-left: 57px;
}

#footer {
	width:100%;
	height:120px;
	padding:20px 0px 0px 0px;
	background:url(../images/footer_bg.jpg) repeat-x;
	color:#fff;
}

#bottom-menu {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#footer ul, #bottom-menu ul{
	list-style-type: none;
}
#bottom-menu li {
	font: 11px/1.2em Tahoma, sans-serif;
	float:left;
	margin: 0 20px 0 0;
}

#bottom-menu li.right{
	color:#737373;
	float:right;
	margin: 0;
}

#bottom-menu li.right a {
	color:#00BFF3;
}

#bottom-menu li.right a:hover {
	color:#00AEEF;
}

#bottom-menu a {
	color:#737373;
	text-decoration:none;
}

#bottom-menu a:hover {
	color:#333;
}


/* BUTTONS */
div.action {
	position:relative;
	width: 750px;
	float:right;
}

div.action1 {
	position:relative;
	width: 100%;
	float:right;
	border-top:1px solid #F1F1F1;
}

.action1-left {width:50%; float:left; position:relative;}
.action1-right {width:49%; float:right; position:relative;border-left:1px solid #F1F1F1;}

.action p {
	display:block;
	width: 600px;
	float:left;
	line-height: 47px;
}

.previous {
	width: 148px;
	height: 47px;
	overflow:hidden;
	float:left;
	position: relative;
}

span.previous {
	display:block;
	float:left;
}

.continue {
	width: 130px;
	height: 47px;
	overflow:hidden;
	float:right;
	position: relative;
}

.cont-inside{
	margin: 10px 0 0 0;
}

span.continue {
	display:block;
	float:right;
}
.padding-lr { padding: 0 20px; }