* {
	margin: 0;
	padding: 0;
}
html, body, #main { height: 100% }
body, div {
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	position: inherit;
	vertical-align: middle;
}
body {
	margin: 0;
	padding: 0;
	color: #333
}
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }

#footertext a{
color:#66CCFF;
text-decoration:none;
}
#footertext a:hover {
color:#999999;
text-decoration:none;
}
a {
	color:#FF3300;
	text-decoration:none;
}
a:hover {
color:#999999;
text-decoration:none;
}
.TextField {
font-family: Arial; font-size: 14px; font-weight: normal; color: #000000; background-color: #FFFFFF; border: 1px solid #C2CEE2; vertical-align: middle; padding-left: 4px;

}
.textarea {font-family: Arial; font-size: 14px; font-weight: normal; color: #000000; background-color: #FFFFFF; border: 1px solid #C2CEE2; vertical-align: middle; padding-left: 4px;
}


#main { padding: 1em; }
#banner {
	padding: 15px;
	background-color: #52739C;
	color: white;
	font-size: large;
	border-bottom: 1px solid #ccc;
	background: url(bg.gif) repeat-x;
	text-align: center
}
fieldset {
	font-size: 18px;
}
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   {
	color: #52739C;
}
.com      { color: green; }
.regexp   {
	color: #77B5E4;
}
.string   {
	color: #426997;
}
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   {
	color: #52739C;
}
.plugin   { color: red; }
li {list-style-type:none;}
#bodytextplace10 ul li { 
list-style-type:square;
list-style-position:inside; }

#bodytextplace10 ul li ul li {
list-style-type:circle;
list-style-position:inside; 
padding-left:25px;}
/*
li.oli
{
list-style-type:circle;
list-style-position:outside;
}
li.ili
{
list-style-type:circle;
list-style-position:inside;
padding-left:50px;
}*/
#list1, #list2, #list3, #navigation { width:20em; }

#log { position:absolute; bottom: 0; right:1em; text-align:right; }
#switch { position:absolute; bottom: 0; right: 15em; }


#list1  {
	width: 260px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #52739C;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #80cfe2;
	overflow: hidden;
	height: 10em;
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #00a0c6;
	border: none;
}
#list1 h3:hover {
	color: #00a0c6;
	background-color: white;
}
#list1 h3.selected {
	color: white;
	background-color: #80cfe2;
	border-bottom: 1px solid black;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 {
}
#list3 div.selected { font-weight: bold; }
#list3 div div {
	border-left:25px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	background-color: #52739C;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	padding:0px;
	text-indent:0px;
	background-color:#C2CEE2;
	width:200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a.head_alt {
	cursor:pointer;
	background:#52739C url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
}

#navigation a.head {
	
}
#wrapper #menu #navigation .head img {
	margin-bottom: 3px;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
	background-position: left;
	background-repeat: no-repeat;
}
#navigation li li a {
	color:#333333;
	display:block;
	text-indent:22px;
	text-decoration: none;
	background-image: url(images/menu/bg_li.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
#navigation li li a:hover {
	background-color:#65ACDE;
	color:#52739C;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}
#imagecenter {
	margin-right: auto;
	margin-left: auto;
	width: 544px;
}
#wrapper #bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 661px;
	background-color: #FFFFFF;
	padding-left: 223px;
	padding-top: 7px;
}
#wrapper #bodytext #heading-top {
}
#wrapper #bodytext #bodytextplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 4px;
	width: auto;
	height: 725px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
}

#wrapper #bodytext #bodytextplace_estimate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 4px;
	width: auto;
	height: 870px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
}

#wrapper #bodytext #bodytextplace_estimatepromotion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 4px;
	width: auto;
	height: 980px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
}

#wrapper #bodytext #bodytextplace6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 3px;
	width: auto;
	height: 880px;
	padding: 5px;
	position: relative;
}
#wrapper #bodytext #bodytextplace4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 3px;
	width: auto;
	height: 740px;
	padding: 5px;
}
#wrapper #bodytext #bodytextplace10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 3px;
	width: auto;
	height: 3920px;
	padding: 5px;
}
#wrapper #bodytext #bodytextplace10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 5500px;
	width:auto;
	margin-left: 0px;
	text-align: left;
	margin-top: 4px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
}
#wrapper #bodytext #bodytextplace10 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
}
#wrapper #bodytext #bodytextplace10 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	text-align:justify;
}
#wrapper #bodytext #bodytextplace2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 4px;
	width: auto;
	height: auto;
	padding: 5px;
}
#wrapper #bodytext #bodytextplace2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 710px;
	width: 405px;
	margin-left: 0px;
	text-align: left;
	margin-top: 4px;
	position: relative;
	padding-left: 18px;
	padding-right: 17px;
	padding-top: 8px;
}
#wrapper #bodytext #bodytextplace3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 3px;
	width: auto;
	height: auto;
	padding: 5px;
}
#wrapper #bodytext #bodytextplace3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 634px;
	width: 430px;
	margin-left: 0px;
	text-align: left;
	margin-top: 4px;
	position: absolute;
}

#wrapper #bodytext #bodytextplace5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c2cee2;
	margin-left: 0px;
	margin-top: 3px;
	width: auto;
	height: 710px;
	padding: 5px;
}

#wrapper #bodytext #bodytextplace5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 710px;
	width: 430px;
	margin-left: 0px;
	text-align: left;
	margin-top: 4px;
	position: relative;
	padding-left: 18px;
	padding-top: 8px;
	padding-right: 0px;
}
#wrapper #bodytext #bodytextplace #autopay {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper #bodytext #rightside {
	position: absolute;
	margin-left: 440px;
	width: 221px;
	height:750px;
	margin-top: 0px;
	background-color:#c2cee2;
	text-align: right;
	left: 0px;
	top: 0px;
}
#wrapper #apDiv3 #footer #footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#footer08 #footertext #footertextplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	height: 60px;
}
#univers #body #wrapper #inner-body {
	text-align: center;
	top: 7px;
	}
