body {
	margin: 0px; 
	padding: 0px; 
	background-color: #F2F2F2;
	/*background-image: url('/axZm/icons/bg_wood.jpg');*/
	background-image: url('/pic/layout/gradient.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial; 
	font-size: 10pt;
}

html {
	margin: 0px; 
	padding: 0px; 
	border: 0; 
}

a:link, a:visited, a:focus, a:active  { color: #3C78A7; text-decoration: underline; } /*127E00*/
a:hover { color:#5AA73C; text-decoration:underline; } /*7E0000*/

.demoImage{

}

.buttonDemo{
	float: left; 
	width: 100px; 
	height: 22px; 
	padding: 5px 0px 0px 5px; 
	background-color:#666666; 
	color: #FFFFFF; 
	font-size: 14px; 
	margin-left: 10px; 
	cursor: pointer;
	letter-spacing: normal;
	word-spacing: normal;
}

.rbox{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}

.newsBox{
	border: 1px solid #CCCCCC; 
	padding: 3px;  
	margin-bottom: 5px;
	overflow-x: hidden; 
	height: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}
.newsBox p{
	text-align: left; 
}

.code{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
}

h1 {
	font-family: Tahoma, Arial; 
	font-size: 24pt;
	margin: 0px; 
	padding: 0px; 
}

h2{
	font-family: Tahoma, Arial; 
	font-weight: normal;
	font-size: 16pt;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	min-height: 32px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	background-image: url(/pic/layout/h2.png);
	background-repeat: no-repeat;
}

h3{
	font-size: 12pt;
	margin: 5px 0px 5px 0px;
}

h4{
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
}


p{
	text-align: justify; 
	text-justify: newspaper;
	margin-top: 5px;
	margin-bottom: 12px;
}

form{
	margin: 0px; 
	padding: 0px;
}

.txt{
	font-size: 11pt;
	font-family: Tahoma, Arial; 
	background-color: #FCFCEF;
	border: #CCCCCC 1px solid;
	padding: 3px;
}

textarea{
	font-size: 11pt;
	font-family: Tahoma, Arial; 
	background-color: #FCFCEF;
	border: #CCCCCC 1px solid;
	padding: 3px;
}

select{
	margin: 0px;
	padding: 0px;
}

.error_box{
	border: red 1px solid;
	padding: 5px;
	background-color: #FFE9E9;
}

.ok_box{
	border: green 1px solid;
	padding: 5px;
}

.ul1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ul1 li{
	background-repeat: no-repeat;
	background-image: url('/pic/layout/ulcheck.jpg');
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

.ul1 li#custom{
	font-size: 11pt;
	background-image: none;
	padding: 7px 0px 7px 40px;
}

.ul2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ul2 li{
	background-repeat: no-repeat;
	background-image: url('/pic/layout/ul.jpg');
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

.ul3 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ul3 li{
	background-repeat: no-repeat;
	background-image: url('/pic/layout/ul_err.png');
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

#outerContainer{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-image: url('/pic/layout/shadow_m.png');
	background-position: center;
	background-repeat:repeat-y;
	
}

#topMargin{
	width: 800px;
	height: 15px;
}

#bottomMargin{
	width: 800px;
	height: 30px;
	background-color: #F2F2F2;
	background-image: url('/pic/layout/shadow_b.png');
	background-position: top center;
	background-repeat:no-repeat;
}

#innerConteiner{
	width: 780px; 
	margin: 0px auto;
	background-color: #FFFFFF;
}

#content{
	padding: 5px 12px 12px 12px;
	background-image: url('/pic/layout/devider.gif');
}

#headerContainer{
	padding: 12px 12px 0px 12px;
}



#header{
	background-color: #CCCCCC;
	height: 220px;
}
/*
#navigationContainer{
	padding: 5px 12px 0px 12px;
}
*/

#topContainer{
	height: 181px;
}

#verContainer{
	text-align: right; 
	color: #ffffff; 
	padding: 2px 4px 0px 0px;
	font-size: 8pt;
}

#navigationContainer{
	padding: 0px 0px 0px 0px;
}

#navigation{
	height: 30px;
	width: 566px;
	/*background-color: #000000;*/
	/*background-image: url('/pic/layout/back_black.jpg');*/
}

#righNaviTable{

}

#rightNavi{
	margin-left: 26px;
}

.subNavi{
	width: 168px;
	cursor: pointer;
	padding: 4px;
	background-color: #606060;
	color: #FFFFFF;
	margin-bottom: 4px;
	font-size: 11pt;
	letter-spacing: -0.01em;
	
	border: 1px solid #424242;
	
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	
	background-image: -moz-linear-gradient(0% 100% 90deg,#606060, #787878);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#787878), to(#606060));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#606060');
	
	-moz-box-shadow: 0px 1px 1px #C2C2C2;
	box-shadow: 0px 1px 1px #C2C2C2;
	-webkit-box-shadow: 0px 1px 1px #C2C2C2;
	
	text-shadow: 1px 1px 2px #424242;
}
.subNaviHover{
	/*background: url('/js/lavalamp/back_green.jpg');*/
	background-color: #178A15;
	border: 1px solid #116910; 
	background-image: -moz-linear-gradient(0% 100% 90deg,#178A15, #21C71E);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21C71E), to(#178A15));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21C71E', endColorstr='#178A15');
}

.point{
	color: red;
}

.ttdl{
	padding: 3px 3px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.ttdr{
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #CCCCCC;
}

.optdl{
	padding: 5px 3px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top; 
}

.optdm{
	padding: 5px 3px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top; 
}

.optdr{
	padding: 5px 3px 3px 3px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top; 
}

.opt{
	padding: 3px 0px 3px 0px;
	vertical-align: top; 
}

.optcr{
	padding: 4px 0px 0px 0px;
	vertical-align: top; 
}

.opth2{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	padding: 10px 3px 5px 3px;
	border-bottom: 1px solid #EBEBEB;
	font-size: 16pt;
	background-color: #EBEBEB;
}

.opth3{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	padding: 3px 3px 5px 3px;
	border-bottom: 1px solid #F2F3F3;
	font-size: 14pt;
	background-color: #F2F3F3;
}

.opth4{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	padding: 3px 3px 5px 3px;
	border-bottom: 1px solid #F2F3F3;
	font-size: 12pt;
	background-color: #F2F3F3;
}

.fieldHead {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 14pt;
	margin-bottom: 3px;
}

.formMsg{
	font-size: 12pt;
	color: red;
}


.optUl{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.optUl li{
	background-repeat: no-repeat;
	background-image: url('/pic/layout/ulsq.jpg');
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

.css{
	color: #FF3AFF;
}

.int{
	color: #FF0000;
}

.css{
	color: #FF3AFF;
}

.bool{
	color: #006600;
}

.php{
	color: #AA7700;
}

.optIdea{
	padding: 5px;
	border: #CCCCCC 1px solid;
	margin: 3px 0px 3px 0px;
}

.bWindow{
	position: relative;
	width: 313px; /*326*/
	height: 181px; /*219*/
	background-repeat: no-repeat;
	background-image: url('/pic/layout/browser-window.jpg');
	margin: 0px;
	padding: 38px 0px 0px 13px;
}

.newExample{
	position: absolute; 
	left: 270px; 
	top: 15px; 
	width: 50px; 
	height: 52px;
	z-index: 333;
	background-image: url(/pic/layout/new.png);
}

.tdpp{
	padding: 5px 0px 5px 0px; 
	vertical-align: top; 
	border-bottom: 1px dotted #CCCCCC;
}

/*comments*/
.row { 
	clear: both; 
	overflow: hidden; 
	padding: 0px 5px 0px 5px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	background-color: #FCFEF0;
}

.rowName {
	float: left;
}

.rowTime {
	float: right;
}

.comment { 
	clear: both; 
	color: #000000; 
	padding-top: 10px;
}

/* Rounded Corners */
.rowBox{
	clear: both; 
	float: left;
	font-size: 2px;
	line-height: 5px;
}

.rowBox-top-left {
	margin-right: 5px;
	background-image: url('/pic/layout/comments.jpg'); 
	height: 5px;
	line-height: 5px;
	font-size: 2px;
}

.rowBox-top-right {
	margin-top: -5px;
	margin-left: 5px;
	background-image: url('/pic/layout/comments.jpg'); 
	background-position: 100% 0;
	height: 5px; 
	line-height: 5px;
	font-size: 2px;
}

.rowBox-bottom-left {
	margin-right: 5px;
	background-image: url('/pic/layout/comments.jpg'); 
	background-position: 0 -5px;
	height: 5px;
	line-height: 5px;
	font-size: 2px;
}

.rowBox-bottom-right {
	margin-top: -5px;
	margin-left: 5px;
	background-image: url('/pic/layout/comments.jpg'); 
	background-position: 100% -5px;
	height: 5px; 
	line-height: 5px;
	font-size: 2px; 
}

.oldPrice{
	text-decoration: line-through;
}

.nicePrice{
	color: red;
}

.gravatar{
	float: left; margin: 3px 10px 1px 0px; width: 64px; height: 64px; border: #000000 1px solid;
}

.openExample{
	text-align: right; 
	padding-right: 12px; 
	position: relative; 
	top: -6px;
	font-size: 8pt;
}

.explDescr{
	font-size: 9pt;
	font-family: Tahoma, Arial; 
	margin-top: 3px;
	display: block;
}

.enum{
	font-weight: bold;
	font-size: 110%;
}

.supportMsgBox{
	height: auto;
	position: fixed;
	zIndex: 999;
	background-color: #AEEAFD;
	/*backgroundImage: 'url(/pic/layout/tr_blue_90.png)',*/
	color: #000000;
	border: #24ACD7 1px solid;
	padding: 10px;
	font-size: 9pt;
	line-height: 1.1;
}

