/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		AeroBlueX
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;	
}

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

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #CDE3F3;
	background-image: url(/forum/styles/AeroBlue/theme/images/bg.gif);
	background-repeat: repeat-x;
	font-size: 62.5%;
	margin: 4px auto;
	margin-bottom: 10px;
	min-width: 850px;
	text-decoration: none;
	margin-top: 10px;
}

.style1 {color: #FFFFFF;

}

.style2 {
	color: #FF0000;
	font-size: 10px;
}

.style3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.style4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.style5 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}


/* Links
 ------------ */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.specialLink:link {
	color: #000000;
	border-width: 0;
}
a.specialLink:visited {
    color: #666666;
	border-width: 0;
 }
a.specialLink:hover {
    color: red;
	border-width: 0;
 }

a.forumlink {
	color: #00324C;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	color: #00324C;	
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

th a,
th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

