/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
a {
	color: #711;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

.itemshort {
clear:both;
margin: .5em 1em;
}

.itemshort_icon {
float:left;
margin-right: 1em;
text-align:center;
}

.itemshort_detail {
	color:#aaa;
	font-size:.8em;
}

.itemshort_icon img {
margin-bottom:-.5em;
}

.floatright {
float:right;
}

div#navcontainer
{
background-color: #000000;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-size:1.1em;
font-family: Arial, Helvetica, sans-serif;
//font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 15px 5px 15px;
color: white;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background-color: #711;
color: white;
}

#active a { border-left: 1px solid #fff; }

div.links_block {
    width:49%;
    float:left;
}

form .sublabeltext {
    font-size: .8em;
    color: #999;
}

form .requiredfield:after {
        content: " *";
        color:red;
}

.sidebar_linkblock a{
    display:block;
    padding:1px 0;
    padding-left: 22px !important;
    background:transparent url('../images/icons/bullet_black.png') no-repeat scroll left center;
}
a.standalonelink {
    display:inline;
    padding-left: 22px !important;
    background:transparent no-repeat scroll left center;
}
a.icononlylink {
    display:inline-block;
    padding-left: 18px !important;
    width:0;
    overflow:hidden;
    background:transparent url('../images/icons/bullet_black.png') no-repeat scroll left center;
}
a.link_login, a.link_changepass {
    background-image: url('../images/icons/key.png');
}
a.link_logout {
    background-image: url('../images/icons/door_out.png');
}
a.link_register {
    background-image: url('../images/icons/user_add.png');
}
a.link_myaccount {
    background-image: url('../images/icons/user_edit.png');
}
a.link_news {
    background-image: url('../images/icons/newspaper.png');
}
a.link_event {
    background-image: url('../images/icons/date.png');
}
a.link_region {
    background-image: url('../images/icons/world.png');
}
a.link_group {
    background-image: url('../images/icons/group.png');
}
a.link_user {
    background-image: url('../images/icons/user.png');
}
a.link_show {
    background-image: url('../images/icons/magnifier.png');
}
a.link_add {
    background-image: url('../images/icons/add.png');
}
a.link_edit {
    background-image: url('../images/icons/pencil.png');
}
a.link_delete {
    background-image: url('../images/icons/delete.png');
}
a.link_su {
    background-image: url('../images/icons/user_go.png');
}

.msg_info, .msg_success, .msg_warning, .msg_error {
  border: 1px solid;
  margin: 10px 0px;
  padding:10px 10px 10px 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.msg_info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../images/icons/information.png');
}
.msg_success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('../images/icons/tick.png');
}
.msg_warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/icons/error.png');
}
.msg_error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../images/icons/exclamation.png');
}