/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: url(img/slogan1.jpg) repeat-x bottom left;
	padding-bottom: 40px;
	color: #444;
	line-height: 140%;
	font: normal 9px Verdana,sans-serif;
	padding-top: 40px;
}
html {
	background: #FFF url(img/bg.gif) repeat-x;
}
#canvas {
	min-width: 1280px; max-width: 1600px; position: relative;
	}
p,code,ul,ol {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {list-style: none;
}
ol li {list-style:none;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url(img/bgcode.gif);
	color: #444;
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #333366;
	border-bottom-color: #F0F0F0;
	border-left-color: #333366;

}
blockquote {
	background: #FBFBFB;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 1em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
blockquote img {
	vertical-align: middle;
}
h1,h2,h3,h4 {
	color: #555;
	font-family: "Helvetica", sans-serif;
	letter-spacing: 0.7px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 25px;
}
.small{
	font-size: 10px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	border-bottom: 1px solid #EEE;
	height: 120px;
	margin-bottom: 24px;
}
.header img, .header table {
border:1px; border-color:#FFF;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}
#language {
	text-align:center;
	width:61px;
	height:auto;
	margin-right:0;
	margin-top:1px;
	padding:2px;
	float:right;
}
#hometxt {
	position: relative;
	width:200px;
	height: auto;
	text-align:right;
	top: 10px;
	clear: right;
	float:right;
	font:Arial, Helvetica, sansserif;
	color:#CCC;
	font-size:8px;
	text-transform:uppercase;
}	
/* left side (main content) */

.left {
	margin: 0 42% 20px 3%;
}
.left table {
	border:1px; border-color:#FFF;
}
.content .descr {
	color: #003366;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.descrimg {
	color: #003366;
	font-size: 1.2em;
	margin-bottom: 2px;
}
.path  {
text-align:left;
font-size: 0.9em;
vertical-align: middle;
margin:auto;
line-height: 1em;
}
.link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
vertical-align: middle;
margin-top:20px;
margin-left: 10px;
}
.link img{
border:1px;
border-color:#FFF;
vertical-align: middle;
}
.link2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
vertical-align: middle;
margin-top:5px;
margin-left: 10px;
}
.link2 img{
border:1px;
border-color:#FFF;
vertical-align: middle;
}
.boxevidence {
	background-color:#FFFFCA;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#C00000;
	font-weight: bold;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
	border:solid;
	border-width:1px;
	border-color:#FFAAAA;
	padding: 10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
}
.boxevidence2 {
	background-color:#F8F8F8;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-weight: normal;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
	border:solid;
	border-width:1px;
	border-color:#FFCC00;
	padding: 10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
}
.comment01 {									
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;	border: 2px dotted; border-color:#CCC; -moz-border-radius: 5px; padding-left:20px; padding-right:20px; padding-top:15px;
}

#answer01 a:hover {
	border-bottom-style:none;
}
#portfolio a:hover {
	border-bottom-style:none;
}
.content li {
	list-style-image: url(img/li.gif);
	margin-left: 18px;
}
.content ol li {
	list-style-type:decimal;
	list-style-image: none;
	color:#666;
	font-weight:bold;
	text-decoration:underline;
	margin-left: 18px;
}
.content h1 {
	font-size: 2.0em;
	margin-top: 15px;
	margin-bottom: 6px;
}
.content a,.footer a {
	color: #663366;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #990066;
}
.topnav, .topnav img {
	margin-top: 12px;
	border:1px; 
	border-color:#FFF;
	text-align:right;
}
.topnav a:hover {
	border-bottom-style:none;
}
/* nav & subnavigation */
.nav,.right-menu {
	margin-bottom: 20px;
	position: absolute;
	top:0;
}	
#apDiv1 {
	position:absolute;
	width:215px;
	height:512px;
	z-index:1;
	right: 23%;
	top: 293px;
}
/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url(img/Untitled-1.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 120px;	
}
.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	padding: 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #FF9900;
}
.nav li a.current {
	background: #F9F9F9;
	color: #FF9900;
}
/* subnav */
.right-menu {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #FFA618;
	font-size: 14px;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 11px;
	padding: 4px 6px 4px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #ccc;
}
.subnav li a.current {
	color: #FFF;
}
/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0 0% 0 3%;
	padding: 8px 6px;
}
.footer img {
border:1px; border-color:#FFF;
}
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #3C3C3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}	
.form {
	color: #C9C9C9;
	font-weight: bold;
	font-size: 1.2em;
}
.trad {
	font-size: 1.2em;
	font-weight: bold;
	color: #7C4D84;
}
.edit {
	color: #5A7FA9;
	font-weight: bold;
	font-size: 1.2em;
}
.test {
	color: #FFCB31;
	font-weight: bold;
	font-size: 1.2em;
}
#panel {
	float: none;
	left: auto;
	width: 500px;
	margin: 0 auto;
	margin-left:35px;
	padding: 24px 10px 10px 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#panel a, #tabs a {
	padding: 2px 0 0 20px; margin-right: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	color: #2D7DCB;
	text-decoration: none;
	float: left;
}

#panel a:hover {
/*color: #1C4A99;*/
}

				#print {
					background-image: url('layout/icons/printer.png'); line-height: 13px;
				}
				#save {
					background-image: url('layout/icons/save.png'); line-height: 13px;
				}
				#share {
					background-image: url('layout/icons/share.png'); line-height: 13px;
				}
				#send {
					background-image: url('layout/icons/email.png'); line-height: 13px;
				}
				#bookmark {
					background-image: url('layout/icons/page_bookmark.gif'); line-height: 13px;
				}
				#panel a#a_facebook {
					background-image: url('layout/icons/share/facebook.gif'); margin-right: 5px;
				}
				#panel a#a_myspace {
					background-image: url('layout/icons/share/myspace.gif'); margin-right: 5px;
				}
				#panel a#a_google {
					background-image: url('layout/icons/share/google.gif'); margin-right: 5px;
				}
				#panel a#a_delicious {
					background-image: url('layout/icons/share/delicious.gif'); margin-right: 5px;
				}
				#panel a#a_linkedin {
					background-image: url('layout/icons/share/linkedin.gif');
				}
				#panel a#a_zoom {
					background-image: url('images/icons/magnifier_zoom_in.png'); margin-right: 5px;
								}
				#panel a#a_zoomout {
					background-image: url('images/icons/magifier_zoom_out.png'); margin-right: 15px;
								}
			#panel a.selected, #tabs a.selected {
				color: #1C4A99;
			}
			#sharelist a { width: 16px; height: 16px; padding: 0; }
			#sharelist span { position: absolute; left: -10000px; }
