*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
align:center;
text-align:center;
color:#fff;
font-size: 76%;
background-color: #000;
}

/* General Style Info */
a{
color:#fff;
text-decoration:none;
background-color : #ef931a;
font-weight:bold;
}

a:hover{
color:#000;
text-decoration:none;
font-weight:bold;
}

a.amenu {
color:#000;
text-decoration:none;
background-color : #fff;
font-weight:bold;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #376f89;
margin:0;
font-size: 16px;
font-weight:bold;
text-align:right;
}

h2{
color:#c6c65b;
padding-top: 1em;
margin:0.3em 0;
font-size: 11px;
}

h3{
color:#376f89;
padding: 0;
padding-bottom: 8px;
font-weight:bold;
margin: 0;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

#bg {
background-color : #ef931a;
}

#buttons{
float:right

}

#pic {
	border: 3px solid #ef931a;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	margin: 4px;
}

#p150x150_left {
	width: 164px;
	height: 164px;
	float: left;
}

#p150x150_right {
	width: 164px;
	height: 164px;
	float: right;
}

#pic_left {
float: left;
border: 3px solid #ef931a;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
margin: 4px;
}

#pic_news{
float:right;
align: right;
border: 3px solid #ef931a;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
margin: 4px;
}

/* Layout */

#container{
width: 728px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding: 0;
background:/img/head.jpg;
}

#header{
padding: 10px 10px 10px 10px;
border: 2px solid #ef931a;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
margin: 4px;
background-color: #fff;

}

#submenu{
padding: 0;
margin: 0;
color: #333;
text-align: right;
}

#content_wide{
width:728px;
padding: 10px 10px 10px 10px;
border: 10px solid #ef931a;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
background-color: #000;
color: #8dbacf;
text-align:left;
}


#content{
width:728px;
padding: 10px 10px 10px 10px;
border: 10px solid #ef931a;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
margin: 0;
background-color: #000;
color: #999;
}


#footer{
clear:both;
padding: 0;
margin: 0;
text-align: right;
}

/* tables */

#akarmi table {
width: 735px;
height: 90px;
border: 0;
clear:both;
padding: 0;
margin: 0;
background: url(/img/head.jpg) no-repeat top left #000000;
}

table {
clear:both;
padding: 0;
margin: 0;
}
th {
background-color: #ef931a;
color: #000000;
border: 0;
text-align: center;
padding:1px 4px;
}
table tr td {
padding: 0;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;


/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
