/*Designed By Bahnam Zakizadeh @ 14-Feb-2010  www.avr64.com */
body {
	background-image: url(Pic/Bg.png);
	background-repeat: repeat-x;
}

a {
	color:#b484da;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

#tbl {
	background-image: url(Pic/tbl.png);
	background-repeat: repeat-x;
}

table {
	font-family: tahoma, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height:20px;
	}

#clos{
	margin-top:2px;
}

#pic{

	margin-left:5px;
	margin-right:5px;	
}

#Mob {
	/*
	font-family: verdana, Arial, sans-serif;
	font-size: 30px ;
	font-weight: bold; 
	color: rgb(200,210,210);
	left: 1px;
	*/
	position: absolute;
	top: 1px;
	
	margin-top:1px;
	margin-right:10px;
}

h1 {
	font-family: verdana, Arial, sans-serif;
	font-size: 30px ;
	font-weight: bold; 
	color: rgb(200,210,210);
	position: absolute;
	top: 1px;
	left: 1px;
	margin-top:1px;
	margin-left:10px;
}

h3 {
	font-family: tahoma, Arial, sans-serif;
	font-size: 10px ;
	font-weight: bold; 
	color: #000000;
	position: asbolute;
	/*top: 15px;*/
	right: 130px;
	/*margin-top: 1px;*/
	margin-right:130px;
	padding-top: 1px;
}

h4 {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px ;
	font-weight: bold; 
	color: rgb(200,210,210);
	position: absolute;
	top: 1px;
	left: 1px;
	margin-top:20px;
	margin-left:210px;
}

/* Project Description In Table */
p.data{
	font-family: tahoma, Arial, sans-serif;
	font-size: 13px ;
	color: #000000;
	line-height:20px;
	padding:0px 5px 0px 5px;
	text-indent: 20px;
	text-align: justify;
}

/* Copyright End Of Page */
p.end {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px ;
	color: #000000;
	
}

textarea {
	margin-right:5px;
	position: realative;
}

select.lang {
	top: 3px;
	right: 20px;
	margin-top:3px;
	margin-right:20px;
	position: absolute;
}

input.go {
	top: 3px;
	right: 5px;
	margin-top:3px;
	margin-right:5px;
	position: absolute;
}

	
#top_buttons {
	position: relative;
	font-family: tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-right: 0px;
	margin-top: 25px;
	background-color: rgb(50,160,200);
	padding: 5px 0px 5px 5px;
	top: 1px;
	right: 0px;
	}
	

	
.top a {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
	
.top a:hover{
	background-color: rgb(20,150,150);
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color:#FFFFFF;
}	

td {
padding: 0px 2px 0px 3px;
}
	
	
#stat {
	position: absolute;
	left: 220px;
	top: 8px;
}

#mpic{

	margin-top:1px;
	margin-right:1px;	
}

.cpp1-assembler { color: #0000FF; }
.cpp1-character { color: #000000; }
.cpp1-comment { color: #335EA8; font-style: italic; }
.cpp1-float { color: #800080; }
.cpp1-hexadecimal { color: #800080; }
.cpp1-identifier { color: #000000; }
.cpp1-illegalchar { color: #000000; }
.cpp1-number { color: #800080; }
.cpp1-octal { color: #800080; }
.cpp1-preprocessor { color: #008000; }
.cpp1-reservedword { color: #000000; font-weight: bold; }
.cpp1-space { color: #000000; }
.cpp1-string { color: #FF0000; }
.cpp1-symbol { color: #000000; }