/* AVBRAND Styles */


/* basic stuff */

html {

	margin: 0px;
	padding: 0px;

}

body { 

	font-family: verdana, arial, sans, sans-serif; 
	font-size: 10pt;
	color: white; 
	background: black; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

img {
	border: 0;
}

td {

	font-family: verdana, arial, sans, sans-serif; 
	font-size: 10pt;

}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #489AE7;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3A7EBD;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: red;
}

.ftext {
	font-weight: bold;
}

h2, h3 {
	font-weight: bold;
	font-size: 16pt;
	font-variant: small-caps;
	color: #7FC1FF;
}

h3 {
	clear: left;
}

.rightpic {
	
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

}

.leftpic {
	
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid black;
	
}

.pic {
	border: 2px solid black;
}

.picgrid {
	border: 0px solid black;
	padding: 1px;
	margin: 0px;
	float: left;
}



/* elements */

#pHeightHack {
	width: 1px;
	height: 600px;
	float: right;
}

#pHeightHack2 {
	clear: both;
    height: 1px;
    overflow: hidden;
}

#maincontain {
	width: 820px;
	
	text-align: left;
	background-color: #363636;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



#pHeader {
	background: url('/images/toplogo_bg.png') repeat-x; 
}

#pHeader img {
	display: none;
}


#pHeader2 {
	background: url('/images/toplogo.png') no-repeat; 
	width: 400px;
	height: 130px;
	text-indent: -1000em;
}


/* NAVIGATION */
#pNav {
	text-align: right;
	padding: 5px 5px 5px 5px;
	position: absolute;
	left: 600px;
	top: 15px;
	width: 200px;
}

#pNav ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#pNav li {
	margin: 0;
	padding: 0;
}	


.key {
	border: 2px solid #7FC1FF;
	margin: 5px;
	padding: 5px;

}

/* Active Navigation button */
#pNav b	{
	color: white;
}


#pNav a	{
	color: #7FC1FF;
	font-weight: bold;
}

#pNav a:visited	{
	color: #669BCC;
}

#pNav a:hover	{
	color: white;
	text-decoration: underline;
}

#pNav a:active	{
	color: red;
}




/* SECONDARY NAVIGATION */

#noSNav {
	border-top: 1px solid #4D4D4D;
	height: 1px;
}

#sNav {
	background-color: #4D4D4D;
	padding: 5px 5px 0px 5px;
}

#sNav a	{
	padding: 2px 5px 0px 5px;
	color: #7FC1FF;
	font-weight: bold; 
	font-size: 8pt;
	background-color: #484848;
}

#sNav a:visited	{
	color: #669BCC;
}

#sNav a:hover	{
	color: white;
	background-color: #4A769F;
	text-decoration: none;
}

#sNav a:active	{
	color: red;
	background-color: #4A769F;
	text-decoration: none;
}




/* Active Navigation button */
#sNav b	{
	background-color: #363636;
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
	color: white;
}



#pContent {
	
	padding: 10px 10px 5px 10px;
	text-align: justify;
}









/* Software list page entry */
.softwareentry {
	clear: left;
}

.softwareentry a b {
	font-size: 20pt;
}

.softwareentry a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



/* Apps page list entry */
.appentry {
	clear: left;
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-top: 10px;
}

.appentry img {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.appentry h2 {
	margin-top: 0px;
	margin-left: 210px;
}

.appentry p {
	margin-left: 210px;
}


/* GUESTBOOK */

.guestbook {
	
}

.guestbook p {
	padding: 5px;
	margin-top: 2px;
}

.guestfrom {
	
	margin-top: 10px;
	padding: 5px;
	
	font-style: italic;
	color: #AAAAAA;
	background-color: #222222;
	
	display: block;
}

			
						
.avguestresponse {
	margin-top: 15px;
	margin-left: 5em;
	
	font-style: italic;
	font-size: 8pt;
	color: #AAAAAA;
}

.avguestresponse p  {
	padding: 0px;
	margin-top: 2px;
	margin-right: 30px;
}


.avfrom {
	display: block;
	position: relative;

	padding: 4px;
	min-height: 16px;
	
	left: -25px;
	
	color: white;
	background-color: #222222;

	font-style: italic;
	font-size: 10pt;
	
}

.avfrom i {
	font-size: 7pt;	
}

.avguestimg {
	vertical-align: middle;
}





INPUT, TEXTAREA {
	background-color: #444444;
	color: white;
	border: 1px solid #777777;
	font-family: verdana, arial, sans, sans-serif; 
	font-size: 10pt;
		
}

.guestprobs {
	color: red;
}



#funcaptcha {
	position: relative;
}

#funcaptcha-frame {
	position: absolute;	
	visibility: hidden;
}

#funcaptcha-radio {
	display: none;	
}

#funcaptchaword {
	width: 300px;
	font-size: 10pt;	
	text-align: center;
	background-color: #222222;
}

#funcaptchaword B {
	font-size: 18pt;	
}




/* Map List */

#mapList UL LI A {
	font-size: 14pt;
}


#mapList UL LI DIV {
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 2em;
}

#mapList UL LI SPAN {
	
	display: block;
	margin-left: 2em;
	
}

#mapList UL LI SPAN IMG {
	
	border: 1px solid white;
	margin: 3px;
	
	

}



/* Front page */

#frontPageButtons {
	
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	width: 650px;
	
}

.frontPageButton {
	
	margin-left: 15px;
	margin-right: 15px;
	
	width: 128px;
	text-align: center;
	float: left;
}

.newsItem {

	width: 800px;
	margin-bottom: 20px;
	background-color: #2F2F2F;

}

.newsTop {
	
	background-color: #222222;
	padding: 4px;	
	height: 1.2em;
}

.newsTop B {
	float: left;
	color: #7FC1FF;
}

.newsTop I {
	
	float: right;
	
}

.newsText {
		
	margin: 3px;
	padding: 7px;
}

.blogItem {
	
	clear: left;
	width: 800px;
	margin-bottom: 20px;
	background-color: #AAAAAA;

}

.blogTop {
	
	color: black;
	background-color: #CCCCCC;
	padding: 4px;	
	height: 1.2em;
}

.blogTop B {
	float: left;
	color: black;
}

.blogTop I {
	
	float: right;
	
}

.blogText {
		
	margin: 3px;
	padding: 7px;
	color: black;
}

.blogText A:link {
		
	color: #1767AE;
}

.blogText A:visited {
		
	color: #1767AE;
}


.arcItem {
	width: 195px;
	margin-bottom: 20px;
	margin-right: 6px;
	background-color: #2F2F2F;
	float:left;
}

.newsAfter {
	clear: both;
	display: block;
}

.chatAv { color: #9295FF; }
.chatStat { color: #92FF92; }
.chatNinj { color: #FFF555; }
.chatAsh { color: #FF559D; }
.chatFla { color: #FF33EE; }
.chatJes { color: #FFB676; }


.listbold {
	font-weight: bold;
	color: #7FC1FF;		
}

.avtable {
	
}

.avtable tr th {
	background-color: #121212;	
	color: #3a7ebd;
}

.avtable tr td u {
	text-decoration: none;
	font-weight: bold;
	color: #7fc1ff;
}

.cells1 {
	background-color: #484848;	
}

.vbcodeblock {
	padding: 10px;
	background-color: white;
	color: black;
	font-family: lucida console, lucida sans, courier, courier new, typewriter;
	border: 2px solid #7FC1FF;	
}

.microlight {
    font-family : monospace;
    white-space : pre;
	padding: 10px;
	background-color: white;
	color: black;
	border: 2px solid #7FC1FF;	
}
