@charset "utf-8";
body {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #333333;
}
hr {
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #666;
    border-bottom: transparent;
}
.aurora2 {
    font-size: 10px;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.aurora2 > #wrapper-header, #wrapper-footer, #wrapper-content, #wrapper-top-menu, #main-menu, #wrapper-title {
    width: 1000px;
    margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #000000;
    background-image: url(/images/aurora/body.jpg);
    background-repeat: repeat-y;
    clear: both;
}
.aurora2 #wrapper-header {
    padding: 0;
}
.aurora2 #wrapper-header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.aurora2 #header-picture {
    background-image: url(/images/aurora/header/header-picture.jpg);
    background-repeat: no-repeat;
    height: 87px;
}
.aurora2 #wrapper-top-menu {
    background-image: url(/images/aurora/header/header-top-menu.jpg);
    background-repeat: no-repeat;
    height: 38px;
}
.aurora2 #wrapper-main-menu {
    background-image: url(/images/aurora/header/header-bar.jpg);
    background-repeat: repeat-x;
}
.aurora2 #main-menu {
    background-image: url(/images/aurora/header/header-main-menu.jpg);
    background-repeat: repeat-x;
    height: 35px;
}
.aurora2 #main-menu a {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}
.aurora2 #main-menu a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #main-menu a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #main-menu a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #top-menu ul {
    list-style-type: none;
    margin: 0;
    padding-top: 0;
    padding-right: 70px;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}
.aurora2 #top-menu ul li {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 38px;
    font-weight: bold;
}
.aurora2 #top-menu ul li:first-child:before {
    content: "";
    padding-right: 0;
}
.aurora2 #top-menu ul li:before {
    content: "|";
    padding-right: 4px;
}
.aurora2 #top-menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}
.aurora2 #top-menu ul li a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #top-menu ul li a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #top-menu ul li a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #top-menu ul li span {
    margin: 0 1px;
}

.aurora2 #title {
    padding: 1px 70px;
}
.aurora2 #headline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0099FF;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
}
.aurora2 #user {
    float: right;
    font-size: 1.2em;
}
.aurora2 #user a {
    color: #0099FF;
    text-decoration: none;
    outline: none;
}
.aurora2 #user a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #user a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #user a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #breadcrumb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888888;
    margin-bottom: 5px;
}
.aurora2 #breadcrumb a {
    color: #0099FF;
    font-weight: normal;
    text-decoration: none;
    outline: none;
}
.aurora2 #breadcrumb a:first-child {
    font-weight: bold;
}
.aurora2 #breadcrumb a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #breadcrumb a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #breadcrumb a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #content {
    padding: 1px 70px;
}
.aurora2 #content a {
    color: #0099FF;
    text-decoration: none;
    outline: none;
}
.aurora2 #content a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #content a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #content a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #content h1, .aurora2 #content h2, .aurora2 #content h3, .aurora2 #content h4, .aurora2 #content h5, .aurora2 #content h6 {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #0099FF;
}
.aurora2 #content h1 {		
    font-size: 1.7em;
}
.aurora2 #content h2 {
    font-weight: bold;
    font-size: 1.6em;
}
.aurora2 #content h3 {
    font-weight: bold;
    font-size: 1.5em;
}
.aurora2 #content h4 {
    font-size: 1.4em;
}
.aurora2 #content h5 {
    font-size: 1.2em;
}
.aurora2 #content h6 {
    font-size: 1.2em;
}
.aurora2 #content p {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: justify;
}
.aurora2 #content ol, .aurora2 #content ul, .aurora2 #content dl {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
}
.aurora2 #content li ol, 
.aurora2 #content li ul, 
.aurora2 #content li dl, 
.aurora2 #content dt dl, 
.aurora2 #content dd dl, 
.aurora2 #content dt ol, 
.aurora2 #content dd ol, 
.aurora2 #content dt ul, 
.aurora2 #content dd ul {
    font-size: inherit;
}
.aurora2 #content li {
    text-align: justify;
}
.aurora2 #content td, .aurora2 #content th {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}
.aurora2 #content th {
    font-weight: bold;
    text-align: left;
    font-size: 1.3em;
}
.aurora2 #wrapper-footer {
    background-image: url(/images/aurora/footer.jpg);
    background-repeat: no-repeat;
    height: 85px;
}
.aurora2 #footer {
    padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 10px;
    padding-left: 140px;
}
.aurora2 #footer p {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.aurora2 #footer a {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}
.aurora2 #footer a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}
.aurora2 #footer a:link {
    text-decoration: none;
    outline: none;
}
.aurora2 #footer a:visited {
    text-decoration: none;
    outline: none;
}
.aurora2 #counter {
    float: right;
}

.aurora2 #content table.ui-widget-table {
    border: 1px solid #222222;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    clear: both;
    margin: 0;
}
.aurora2 #content table.ui-widget-table td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}
.aurora2 #content table.ui-widget-table th {
    padding: 5px;
}
.aurora2 #content table.ui-widget-table tr .row-actions {
    visibility: hidden;
    font-weight: normal;
}
.aurora2 #content table.ui-widget-table tr:hover .row-actions {
    visibility: visible;
}
/**
 *
 * Boxes...
 *
*/

.aurora2 #content > .box800pxTitle, .box600pxTitle, .box500pxTitle, .box200pxTitle {
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    height: 50px;
    background-position: top;
    background-repeat: no-repeat;
}
.aurora2 #content .box800px {
    background-image: url(/images/box/box_800px_body.jpg);
    background-repeat: repeat-y;
    width: 800px;
}
.aurora2 #content .box800pxTitle {
    background-image: url(/images/box/box_800px-generic_header.jpg);
    width: 800px;
}
.aurora2 #content .box800pxTitle span {
    position: relative;
    top: 30px;
    left: 10px;
    height: 20px;
    line-height: 18px;
}
.aurora2 #content .box800pxContent {
    background-image: url(/images/box/box_800px_footer.jpg);
    background-repeat: no-repeat;
    width: 780px;
    background-position: bottom;
    padding: 5px 10px 20px;
}
.aurora2 #content .box600px {
    background-image: url(/images/box/box_600px_body.jpg);
    background-repeat: repeat-y;
    width: 600px;
}
.aurora2 #content .box600pxTitle {
    background-image: url(/images/box/box_600px-generic_header.jpg);
    width: 600px;
}
.aurora2 #content .box600pxTitle h3 {
    position: relative;
    top: 30px;
    left: 10px;
    height: 20px;
    line-height: 18px;
    color: #FFFFFF;
}
.aurora2 #content .box600pxContent {
    background-image: url(/images/box/box_600px_footer.jpg);
    background-repeat: no-repeat;
    width: 580px;
    background-position: bottom;
    padding: 5px 10px 20px;
}
.aurora2 #content .box500px {
    background-image: url(/images/box/box_500px_body.jpg);
    background-repeat: repeat-y;
    width: 500px;
}
.aurora2 #content .box500pxTitle {
    background-image: url(/images/box/box_500px-frisco2_header.jpg);
    width: 500px;
}
.aurora2 #content .box500pxTitle span {
    position: relative;
    top: 30px;
    left: 10px;
    height: 20px;
    line-height: 18px;
}
.aurora2 #content .box500pxContent {
    background-image: url(/images/box/box_500px_footer.jpg);
    background-repeat: no-repeat;
    width: 480px;
    background-position: bottom;
    padding: 5px 10px 20px;
}
.aurora2 #content .box200px {
    background-image: url(/images/box/box_200px_body.jpg);
    background-repeat: repeat-y;
    width: 200px;
}
.aurora2 #content .box200pxTitle {
    background-image: url(/images/box/box_200px-settings_header.jpg);
    width: 200px;
}
.aurora2 #content .box200pxTitle span {
    position: relative;
    top: 30px;
    left: 10px;
    height: 20px;
    line-height: 18px;
}
.aurora2 #content .box200pxContent {
    background-image: url(/images/box/box_200px_footer.jpg);
    background-repeat: no-repeat;
    width: 180px;
    background-position: bottom;
    padding: 5px 10px 20px;
}
.aurora2 #content .box200pxContent ul {
    margin: 0px;
    padding: 2px 2px 2px 15px;
}
.aurora2 #content .box200pxContent ul a {
    text-decoration: none;
    color: #FFFFFF;
}
.aurora2 #content .box200pxContent ul a:link {
    text-decoration: none;
    color: #FFFFFF;
}
.aurora2 #content .box200pxContent ul a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.aurora2 #content .box200pxContent ul a:hover {
    text-decoration: underline;
    color: #FF7900;
}
/**
 *
 * Guide
 *
*/
#guideX {
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 200;
	display: none;
}
#guideX #guideTop {
	margin: 0px;
	background-image: url(/images/guide/guide_top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
}
#guideX #guideHeader {
	margin: 0px;
	background-image: url(/images/guide/guide_header.png);
	height: 20px;
	width: 500px;
	overflow: visible;
}
#guideX #guideHeader h2 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#guideX #guideContent {
	margin: 0px;
	padding: 0px;
	width: 500px;
	background-image: url(/images/guide/guide_body.png);
	background-repeat: repeat-y;
	clear: both;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
#guideX #guideContent ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#guideX #guideContent h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
#guideX #guideContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#guideX #guideContent a:hover {
	color: #FF9900;
	text-decoration: none;
}
#guideX #guideContent a:link {
	text-decoration: none;
}
#guideX #guideContent a:visited {
	text-decoration: none;
}
#guideX .guideBlock {
	width: 50%;
}
#guideX .guideBlockLeft {
	float: left;
	clear: left;
}
#guideX .guideBlockRight {
	float: right;
	clear: right;
}
#guideX #guideBottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 500px;
	background-image: url(/images/guide/guide_bottom.png);
	clear: both;
}
#guideX .guideSeparator {
	border-top: solid 1px #CCC;
	width: 490px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
}
#guideX #guideContent #guideEnd {
	clear: both;
	height: 1px;
}
