@charset "utf-8";
/* CSS Screen Document */
* {
	padding: 0;
	margin: 0;
	list-style: none;	
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body  {
	font: 100% "trebuchet ms",helvetica,sans-serif;
	margin: 0; 
	padding: 0;
	background: #E8EDE4;
	text-align: center; 
	color: #000;
}

#container { 
	width: 974px; 
	background:  #fff;
	border-left: 3px solid #AAB7AB;
	border-right: 3px solid #AAB7AB;
	margin: 0 auto; 
	text-align: left;
	position: relative;
} 
#header { 
	background:url(../images/icon-logo.png) no-repeat 30px 15px;
	padding: 10px 15px 0px 120px; 
	margin: 0px 0px 0px 0px; 
} 
#header p{
	margin: 0px 0px 0px 15px; 
	font-size: .8em;
	color: #666;
}
#header ul{
	margin: 10px 0px 0px 0px; 
}
#header ul li, #footer ul li{
display: inline;
background: url(../images/border.gif)  right  no-repeat;
}
#header ul li.last, #footer ul li.last{
background: none;
}
#header ul li a, #footer ul li a{
font-size: .7em;
text-transform: uppercase;
padding: 5px ; 
margin: 0 10px 0 12px; 
color: #989898;
}
#header ul li a:hover, #footer ul li a:hover{
color: #111;
}
#header ul li a.active, #footer ul li a.active{
color: #888;
cursor: default;
}
#header ul li a.active:hover{
text-decoration:none;
}
#header img {
	border: none;
	float: right;
margin: 5px 15px 0px 0px; 
}
#header a img{
	float: none;
	padding: 10px 250px 25px 10px; 
	margin: 5px 0px 0px 0px; 
}
#panel {
	float: right;
	width: 210px;
	margin: 10px 30px 0px 0px; 
	padding: 0px; 

}
#panel p{
	margin: 20px 0px 20px 0px; 
line-height: 1.2em;
font-size: 1em;
text-align: right;
color: #888;
font-weight: bold;
}

#content { 
	margin: 0px 257px 10px 30px;
	padding: 0px 15px 0px 0px; 
	border-right: 3px solid #AAB7AB;
	position: relative;
} 
#content p{ 
margin-bottom: 1.2em;
line-height: 1.6em;
font-size: .8em;
color: #888;
clear: left;
} 
#content p strong{
	color: #555;
}
#content ul{ 
	margin: 10px 5px 20px 0px; 
} 
#content hr{
margin: 35px 15px 25px 0px; 
color:  #aab7ab;
border: 0;
background: #aab7ab;
height: 3px;
}
#panel ul{
margin: 10px 0px 20px 0px; 
}
#content ul li,  #panel ul li{ 
background:  url(../images/bullet.gif) 0px 0px no-repeat ;
padding: 0px 0px 10px 16px; 
color: #666;
font-size: .8em;
} 
#content ul li strong{
	font-size: 1.3em;
}
#content ul.block{
	background: #d6c5e4;
	border: 3px solid  #aa86c8;
	padding: 15px; 
	clear: both;
}
#content ul.block li{
color: #543172;
background-image: url(../images/bullet-block.gif);
}
#content ul.block li a{
color: #000;
}
#content ul.block li.title{
color: #543172;
background: none;
font-size: 1.4em;
padding: 0px 0px 15px 0px;
}
#content h1, #content h2, #content h3, #content h4 {
margin:20px 0 15px 0;color: #888;clear: left;
}
#content h1 {
font-size:1.2em;
clear: left;
color: #666;clear: left;
}
#content h2 {
font-size:1.1em;
color: #888;
}
#content h3 {
font-size:.9em;
}
#panel h2{font-size:1em;
	padding: 5px 0 0 0;
color: #888;
margin: 0px 0px 20px 0px; 
}
#panel h2.hidden{
	display: none;
}
#panel h3{
margin: 10px 0px 0px 0px; 
padding: 0px 0px 40px 0px; 
	font-size:1.1em;
	color: #32642f;
}
#content a, #panel a.main{
color: #543172;
font-weight: bold;
}
#content a.action{
background:url(../images/buttons-small.png) no-repeat transparent;
color: white;
text-decoration: none;
margin: 10px 0px 15px 0px; 
float: left;
display: block;
font-weight: bold;
}
#content a.action span{
background:  url(../images/buttons-small-end.png) no-repeat right -39px transparent;
display: block;
padding: 8px 45px 10px 20px
}
#content div.col a.action{
margin: 5px 0px 0px 10px; 
}
#content a:hover.action{
color: #32642f;
}
#content a:hover.action span{
	background:  url(../images/buttons-small-end.png) no-repeat right 0 ;
}
#content div.col{
	width: 213px;
	float: left;
	height: 285px;
	display: block;
	background: url(../images/bg-panel.gif)  left bottom no-repeat ;
	margin: 10px 0px 10px 0px; 
}
#content div.col p{
	padding: 0px 14px 0px 14px; 
	margin: 0px 0px 12px 0px; 
}
#content div.col p.small{
	font-size: .6em;
}
#content div.col p strong{
	font-size: 2.2em;
	color: black;
	line-height: 1.4em;	
}
#content div.col img  {
float:right;
padding: 0px 0px 0px 0px; 
}
#content div.gap{
	width: 14px;
	height: 50px;
	float: left;
}
#content div.col a.main, #panel a{
	background: url(../images/buttons.png) no-repeat ;
	display: block;
	height: 59px;
	width: 189px;
	color: #fff;
	font-weight: bold;
	padding: 5px 12px 0px 12px; 
	font-size: 1em;
	margin: 0px 0px 5px 0px; 
}
#panel a{
	background: url(../images/buttons-side.png) no-repeat ;
}
#panel a.hidden {
	display: none;
}
#panel a.link {
	padding: 0 !important;
	margin: 0 !important;
	background:none;
	color: #543172;
	text-align:left;
	height:auto;
}
#panel a.link:hover {
	background:none;
	text-decoration:underline;
}
#content div.col a.main em{
font-style: normal;
padding: 5px 25px 0px 0px; 
font-size: .7em;
text-align: right;
}
#panel a em{
font-style: normal;
padding: 5px 25px 0px 0px; 
font-size: .7em;
text-align: right;
}
#content div.col a.main:hover, #panel a:hover{
	text-decoration: none;
	color: #32642f;
	background: url(../images/buttons.png) 0 -65px no-repeat;
	display: block;
}
#panel a:hover{
color: #543172;
	background: url(../images/buttons-side.png) 0 -65px no-repeat;
}
#content div.col a.main em, #panel a em{
clear: right;
display: block;
}
#footer { 	
	color: #555555;
	clear: both;
	height: 48px;
	position: relative;
	padding: 35px 30px 0px 20px; 
	width: 925px;
}
#footer p {
	float: right;
	position: relative;
	padding: 3px 120px 0px 0px; 
	color: #666;
	font-weight: bold;
	font-size: .9em;
}
#footer a{
	color: #543172;
}
#foot {
background:url(../images/bg-footer.gif) no-repeat top ;
	margin: 0; 
	padding: 2px; 
	font-size: .7em;
	width: 978px;
	margin: 0px auto 10px auto; 
}
#foot p{
color: #839685;
	margin: 50px 20px 0px 20px; 
}

#nav {
		margin: 5px 2px 10px 2px;
		padding: 0 ;
		height: 67px;
		clear: both;
		background: url(../images/link-bg.gif) 0 47px repeat-x;
		font-size:.9em;
	}
	
#tel{
		float: right;
		background: url(../images/icon-tel.gif) 5px 2px no-repeat ;
		font-size: 1.9em;
		line-height: .7em;
		color: #666;
		width: 170px;
		margin: 5px 30px 0px 0px; 
		padding: 3px 0px 5px 35px; 
	}
#tel p {
	font-size: .43em;
	font-style: normal;
	letter-spacing: 1px;
	color: #989898;
}
#nav ul{
	margin: 0px 0px 0px 15px; 
}
#nav ul li {
		padding:0;
		margin:0;
		float: left;		
		background: url(../images/border.gif)  right 12px no-repeat;
	}
#nav ul li.last{
	background: none;
}
#nav ul li a {
		display: block;
		padding: 10px 23px 30px 21px; 
		margin: 0px 0px 0px 0px; 
		background:url(../images/link.gif) center bottom no-repeat;
		color: #333;
	}
#nav a:hover {
		background:url(../images/link-hover.gif) center bottom no-repeat;
		color: #000;
	}
#nav a.active {
		background:url(../images/link-selected.gif) center bottom no-repeat;
		color: #888;
		cursor: default;
}
#nav a.active:hover{
	
		text-decoration:none;
}
/* Code Samples */

#code {
 display: block;
 padding: 10px;
 margin: 0px auto 0px auto;  
 width: 960px;
}
#code pre {
font-size: 12px;
	padding: 20px;
 text-align: left;
	margin: 10px;
	border: 3px solid #d0d0d0;
	background: url(../images/bg-pre.gif);
	line-height: 20px;
	overflow: auto;
	overflow-Y: hidden;
}
table {
	width: 650px;
	padding: 0;
	margin: 0 0  10px 0;
	font-size: .8em;
	border-collapse: collapse;
}

th  {
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;font-size: .9em;
	width: 45%;
	padding: 3px 10px 3px 10px;
	background: #f2f2f2 ;
	border: 3px solid #d7d7d7;
}
td.value{
	text-align: left  ;
	font-weight: bold;
}

td {
	background: #fff;width: 45%;
	padding: 3px 10px 3px 10px;
	border: 3px solid #d7d7d7;
}


td.head{
background: #d7d7d7;
	color: #343434;
	font-weight: bold;font-size: 1.3em;
}
td a.show{
	background:  url(../images/admin/magnifying_glass.gif) no-repeat;
	padding: 0px 0px 0px 25px; 
}
td a:hover.show{
	background:  url(../images/admin/magnifying_glass_over.gif) no-repeat;
	padding: 0px 0px 0px 25px; 
}
img.right{
	float: right;
	padding: 0px 30px 30px 30px; 
}
