{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

body{
	margin:0;
	padding:30px 0;
	background: rgb(153,153,153);
	color: rgb(34,34,34);
	font-size: 14px;}

body#popup{
	background: #FFF;
	color: #000;}

#container{
	width: 760px;
	background: rgb(255,255,255) url(../img/cont_bg.jpg) top no-repeat;
	color: inherit;
	position: absolute;
	margin-left: -375px;
	left: 50%;}
	
/* Tables and Forms */	
#jsform{display: none;}

table{margin: 5px 0 15px 25px;}

th{
	font-weight: bold;
	text-align: right;
	padding-right: 10px;}	
	
td input{width: 247px;}

td#buttons{
	text-align: center;
	padding-top: 5px;}
	
td#buttons input{
	width: 66px;
	height: 30px;
	background: url(../img/button.jpg) no-repeat;
	border: none;
	padding: 0 10px 9px 0;
	color: rgb(255,255,255);
	font-weight: bold;}	
	
td#buttons input:hover{
	background: url(../img/button_hover.jpg);
	color: rgb(255,255,255);}
	
/* Headers */	
h1#logo{
	height: 175px;
	width: 508px;
	background: url(../img/ikodo_logo.jpg) no-repeat;
	margin-top: 35px;}	

h1 span{display: none;}	

h2{
	background: url(../img/header_1.jpg) no-repeat;
	width: 550px;
	height: 45px;
	margin-left: 20px;
	padding: 8px 0 0 10px;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 16px;}
	
/* Navigation */
ul#nav{
	list-style: none;
	float: right;
	margin: 75px 20px 0 0;}
	
ul#nav li{
	background: url(../img/nav_button.jpg) no-repeat;
	height: 37px;
	width: 165px;
	padding: 5px 0px 0px 10px;
	margin-right: -20px;}

ul#nav li:hover{
	background: url(../img/hover_nav.jpg) no-repeat;}
	
ul#nav li a{
	color: rgb(255,255,255);
	background: transparent;
	font-weight: bold;}
	
/* contents */
p{
	width: 500px;
	line-height: 1.5em;
	margin: 15px 0;
	padding-left: 45px;
	font-size: 13px;}

ul.lang{
	width: 165px;
	list-style: disc;
	float: left;
	clear: right;
	padding: 5px 0 10px 85px;}	
	
ul.lang li.noList{
	list-style: none;
	height: 20px;}
	
span.bold{font-weight: bold;}

/* Portfolio */
div.content{
	margin: 0 auto;
	width: 665px;}	
	
div#frame{
	background: url(../img/portfolio_bg.jpg) no-repeat;
	width: 675px;
	height: 365px;
	padding: 15px 12px;
	margin: 75px auto 20px;}
	
div.content h3, div.content h2{background: transparent;}	

/* Footer */
p#footer{
	height: 80px;
	width: 760px;
	background: url(../img/footer_bg.jpg) no-repeat;
	color: rgb(255,255,255);
	margin: 75px 0 0px 0;
	text-align: center;
	padding: 33px 0 0 0;}
	
p#footer a{
	text-decoration: underline;
	color: rgb(255,255,255);
	background: transparent;}
	
/********************************************/
/*					ADMIN SECTION			*/
/********************************************/
body#adminIndex ul{margin-left: 50px;}
body#adminIndex ul li{
	list-style: none;
	padding-bottom: 5px;}
body#adminIndex ul li a{font-weight: bold;}
	
table#clientTable{
	width: 500px;
	margin-left: 50px;}
	
table#clientTable td{
	padding: 4px 10px 1px 10px;
	vertical-align: middle;
	text-align: left;}
		
table#clientTable th{
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 2px solid #555;}		
	
div.infoDiv{
	padding: 10px;
	background: #CCD;
	color: #111;
	border: 2px dotted #FFF;
	width: 95%;
	display: none;
	margin: 4px;}
	
div.infoDiv ul{
	width: 400px;
	margin-left: 25px;}
div.infoDiv ul li{list-style: none;}
div.infoDiv p{width: 400px;}

a img{border: none;}

tr.evenRow td{background: #EEE;}
tr.oddRow td{background: #DDD;}

table#clientTable td#newLink{
	vertical-align: top;
	padding-bottom: 15px;}
	
table#clientTable td#newLink a{font-weight: bold;}
table#clientTable td#refreshLink a{font-weight: bold;}
table#clientTable td#refreshLink{text-align: right;}

.testOrphanStyleID { }
.atestOrphanStyleID { }
.ztestOrphanStyleID { }