/*
 * Generic StyleSheet
 * Copyright: DaxAra
 */

/* General */
BODY {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.frame-header {
	height: 170px;
	text-align: center;
	vertical-align: bottom;
}

.frame-middle {
	vertical-align: top;
}

.frame-footer {
	height: 50px;
	text-align: center;
}


A, A:active, A:visited {
	text-decoration: none;
}

A:hover, A:visited:hover {
	text-decoration: none;
}

td {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	font-size:11px;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

.frame-content {
	background-image: url("/templates/Manticore/images/Background.png");
	height:100%;
}

.frame-header {
	background-repeat: no-repeat;
	background-position: top center;
}

.frame-block-header {
	vertical-align: bottom;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}


/* Module: Menu */
#menu {
	position: relative;
	right: -10px;
}

.menuBoxTop {
	background-repeat: no-repeat;
	height: 15px;
}

.menuBoxMid {
	background-repeat: repeat-y;
}

.menuBoxEnd {
	background-repeat: no-repeat;
	height: 15px;
}


/* Form Items */
button, submit {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	text-decoration: underline;
	border: thin solid;
}

input, textarea {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
}

select {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
}

optgroup {
	/*font-family: verdana;*/
	font-family: bitstream vera sans,sans-serif;
	text-decoration: none;
	font-size: 10px;
	border: 0px solid;
}