
html, body, div, span, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;			
	background: transparent;
	border-collapse: collapse;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #111;
	background-image: url(http://www.Alware.com/Images/overall_back.png);		
	background-attachment: fixed;
}

p {
	text-indent: 2em;	
}

#overall {	
	width: 1200px;	
	min-width: 800px;
	background-color: #000;
	height: 100%;	
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;	
}

#header {		
	height: 75px;
	text-align: center;
	background-image: url(http://www.Alware.com/Images/top_fade.png);
	background-repeat: repeat-x;
	border-top: 2px solid #045;	
}

#menu {
	border-top: 2px solid #045;
	border-bottom: 2px solid #045;
	text-align: center;
	height: 10px;
	background-color: #034;
	
}

#menu a {
	font-weight: bold;
	color: #EEE;
	padding: 0px 10px;
	text-shadow: #000 0.2em 0.2em 0.2em;
	text-decoration: none;		
}

ul.navigation {
	list-style-type: none;	
}

ul.navigation li {
	display: inline;	
}

#menu a:hover {
	text-decoration: underline;	
}

#content {
	background-color: #FFF;		
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	vertical-align: top;	
}

.info {
	padding: 25px;	
}

#footer {
	height: 20px;
	text-align: center;
	font-size: 0.75em;
	color: #FFF;
	background-image: url(http://www.Alware.com/Images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	border-left: 1px solid #111;
	border-right: 1px solid #111;	
	
}

.create_input, .login_input, .account_input {
	margin-left: 10px;	
}

.main_hidden {
	display: none;
}

.hidden {
	display: none;
}

.full {
	height: 100%;
	width: 100%;	
}

input.bad {
	border: 2px solid #900;	
}

.error {
	color: #622;
	font-weight:  bold;
	font-size: 1.1em;	
	text-indent: 1.1em;
}

#tabs {
	padding-top: 10px;
	height: 10px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

div.tab {
	color: #045;
	text-shadow: #999 0.1em 0.1em 0.1em;
	margin: 0 10px 0 10px;
	background-color: #FFF;
	width: 8em;
	height: 2.4em;
	line-height:2em;
	text-align: center;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-top: 2px solid #CCC;
	cursor: pointer;

}

#top_tabs {
	width: 100%;
	background-color: #000;
	background-image: url(http://www.Alware.com/Images/tab_cap.png);
	background-repeat: repeat-x;
	background-position: bottom left;	
}


div.tab_inactive {
	background-color: #828282;
	color: #045;
	text-shadow: #BBB 0.1em 0.1em 0.1em;
	background-image: url(http://www.Alware.com/Images/tab_gray.png);
	background-repeat: repeat-x;
	background-position: bottom left;	
	border: none;	
}