@import url("ag/ag.css");

* {
	margin: 0;
	padding: 0;
}
body,html {
	background: #E0E0E0 url('images/bg.png') repeat-x fixed;
	color: #000;
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 10pt;
	text-align: center;
}

a {
	color: #FF7800;
}

a:visited {
	color: #CC5F00;
}
a:hover {
	color: #A54D00;
}

a img {
	border: 2px solid #FF7800;
}

a:visited img {
	border: 2px solid #CC5F00;
}
a:hover img {
	border: 2px solid #A54D00;
}

h1,h2,h3 {
	text-align: left;
	margin-bottom: 0.2em;
}

h2 a,h3 a {
	text-decoration: none;
}

hr {
	margin: 0.5em;
	border: 1px solid #888;
}

td {
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

textarea, input, select {
	font-family: sans-serif;
	border: 1px solid #888;
	padding: 1px;
	font-size: 10pt;
	background: #FFF url('images/contentbg.png') repeat-x;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted black;
}

ul {
	margin-left: 1em;
}

p {
	text-indent: 1em;
	margin-bottom: 0.5em;
}

#wrapper {
	text-align: justify;
	margin: 0px auto;
	width: 80%;
	height:100%;
	min-width: 860px;
}

#header {
	background: #111 url('images/headbg.png') repeat-x;
	margin: 2px 0px 4px;
	border: 2px solid #000;
}

#searchform {
	float: right;
	text-align: right;
	padding-top: 13px;
	padding-right: 4px;
}
#searchform input {
	background: #111 url('images/headbg.png');
	border: 2px solid #666;
	color: #FFF;
	margin: 2px;
}

#searchform input:focus {
	border-color: #A54D00;
}
#searchform input:hover {
	border-color: #FF7800;
}
#twitter {
	color: #FFF;
	font-weight: bold;
	
	text-decoration: none;
}
#twitter>img {
	vertical-align: middle;
	border: 0;
}
#twitter:hover {
	color: #FF7800;
}

#logo {
	height: 96px;
	background: url('images/logoside.png') no-repeat scroll top right;
}
#logoimg {
	border: 0 none;
	float: left;
}
#menuwrap,#menu {
	height: 37px;
	background: #272727 url('images/menubg.png') repeat-x;
}
h1,h2,h3,#menu,#homelinks {
	font-family: AkzidenzGroteskBQ,Verdana,Arial,Helvetica,sans-serif;
}
#menu {
	position: relative;
	float: left;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	color: #FFF;
	
	display: block;
	float: left;
	overflow: hidden;
	width: 130px;
	height: 37px;
	padding-right: 2px;
	
	background: transparent url('images/menu-r.png') no-repeat scroll top right;
}
#menu a:hover {
	background: transparent url('images/menu-hover-r.png') no-repeat scroll top right;
}
#menu a span {
	display: block;
	
	width: 120px;
	height: 30px;
	text-align: center;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 7px;
	background: transparent url('images/menu-l.png') no-repeat;
	cursor: pointer;
}
#menu a:hover span {
	background: transparent url('images/menu-hover-l.png') no-repeat;
	cursor: pointer;
}

#content,.sidebar {
	border: 2px solid #888;
	padding: 4px;
	background: #FFF url('images/contentbg.png') repeat-x;
}

#content {
	padding-bottom: 24px;
}

#sidebars {
	float:right;
	text-align: left;
	width:25%;
	min-width: 220px;
	margin: 8px;
	font-size: 0.95em;
}
#sidebars h1 {
	font-size: 1.5em;
}

.sidebar {
	margin-bottom: 4px;
	background: #FFF url('images/contentbg.png') repeat-x;
}
.sidebar.orange {
	background: #994700 url('images/orangebg.png') repeat-x;
	border: 2px solid #B35300;
	color: #FFF;
	font-weight: bold;
}
.sidebar.orange a,
.sidebar.black a {
	color: #FFF;
}
.sidebar.orange a:hover,
.sidebar.black a:hover {
	color: #DDD;
}
.sidebar.black {
	background: #181818 url('images/blackbg.png') repeat-x;
	border: 2px solid #111;
	color: #FFF;
	font-weight: bold;
}

table.cal {
	min-width: 70%;
}
td.cal {
	width: 14%;
	height: 100px;
	border: 2px solid #AAA;
	padding: 5px;
}

.callabel {
	color: #444;
	font-weight: bold;
}

.build {
	background-color: #FDB;
}

.calevent {
	font-size: 0.8em;
	margin-bottom: 0.4em;
}

td.blankcal {
	border: 0;
}

.tagbox {
	border: 2px solid #FF7800;
	cursor: pointer;
}
.tagbox2 {
	background: #FFF url('images/contentbg.png') repeat-x;
	border: 2px solid #888;
	padding: 2px;
	margin: -2px;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
}

.warn {
	background: #FFB617 url('images/warnbg.png') repeat-x;
	color: #332405;
	font-weight: bold;
	border: 2px solid #996D0E;
	padding: 4px;
	margin-bottom: 4px;
}
.warn h1 {
	color: #FFF;
	padding-left: 36px;
	background: transparent url('images/warn.png') no-repeat;
}

#homelinks {
	float: right;
	height: 150px;
	padding-left: 2px;
	margin-left: 4px;
	border-left: 1px dotted #CCC;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
}
#homelinks a {
	text-decoration: none;
}

#copyright a img {
	border: 0px none;
}
#shover div {
	float: left;
}
#shover div a {
	float: none;
}
#shover div div {
	display: none;
	border: 1px solid black;
	
	background: transparent;
}
#shover div:hover div,#shover div div:hover {
	display: block;
}
#shover div div a {
	font-size: 10pt;
	background: transparent;
	display: block;
	height: auto;
	width: 104px;
	padding: 0;
	border-bottom: 1px dotted #808080;
	color: #FFF;
}
#shover div div a:last-child {
	border-bottom: 0px none;
}
#shover div div a:hover {
	background: transparent;
}
#shoverwrap,#shover {
	height: 37px;
}
#shover {
	position: relative;
	float: left;
}
#shover a {
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: #FFF;
	
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 37px;
	padding-right: 4px;
	padding-top: 4px;
}
#shover a:hover {
	background: transparent;
	border: 1px solid black;
	border-bottom: 0px;
}
#shover a span {
	display: block;
	
	width: 85px;
	height: 30px;
	text-align: center;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 7px;
	cursor: pointer;
}
#shover a:hover span {
	cursor: pointer;
}