/* CSS Document */

/**************************/
/********* TAG STYLES *****/
/**************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
	font-weight: normal;
	vertical-align: text-top;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #C40000;
	text-decoration: underline;
}

a:active {

}
/**************************/
/****** HEADER STYLES *****/
/**************************/

.header_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C40000;
	vertical-align: text-top;
	/*padding-top: 20px; */
}

.homepage_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	color: #C40000;
	margin-right: 10px;
	font-weight: bold;
}

/******************************/
/********* CONTENT STYLES *****/
/******************************/

.small{
	font-size:9px;
}

.bold {
	font-weight:bold;
}


/**************************/
/********* BUTTON STYLES *****/
/**************************/

.picbutton {
	background: none;
	border: none;
	vertical-align: baseline;
	width: auto;
}



/***************************/
/********* LINK STYLES *****/
/***************************/

a.headline:link {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.headline:focus {
	font-size:medium;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	border-color:#FFFFFF

}

a.headline:hover {
	text-decoration: underline;
}


/***SUBNMENU LINK STYLES***/

a.subnavi_bold:link {
	text-decoration: none;
	color: #c20009;
	font-size: 14px;
}

a.subnavi:link {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

a.subnavi_bold:hover {
	text-decoration: none;
	color: #c20009;
	font-size: 14px;
}

a.subnavi:hover {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

a.subnavi_bold:visited {
	text-decoration: none;
	color: #c20009;
	font-size: 14px;
}

a.subnavi:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}


/** USER_MAIN STYLES**/

a.user_main:link {
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

a.user_main:hover {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

a.user_main:visited {
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

/************************************/
/********* WRITE MESSAGE STYLES *****/
/************************************/

.failure {
	font-weight: bold;
	color: #C40000;
	line-height: 1.5em;
}


/************************************/
/********** FORMULAR STYLES *********/
/************************************/

.headline {
	text-align:center;
	color:#000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.table_border_bottom {
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.table_border_top {
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
}

.table_border_dotted {
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.table_border_top_dashed {
	border-top-color:#000000;
	border-top-style:dashed;
	border-top-width:1px;
}

.photo {
	height:200px;
	width:200px;
	border-style:solid;
	border-color:black;
	border-width:1px;
}

.center {
	text-align:center;
}


/*********************************
***********EVENT-STYLES***********
*********************************/

.events_table_grey {
	background-color:#CCCCCC;
}

.events_table_time {
	font-size: 10px;
	padding-left: 5px;
}


/*****************************/
/****** CALENDAR STYLES ******/ 
/*****************************/

td.calendarHeaderMonth{
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

td.calendarHeader{
	font-size: small;
	font-weight: bold;
	color: #001144;
	background-color: #FFFFFF;
}

td.calendarFooter{
	font-size: small;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}

td.calendarToday { 
	background-color: #BED7FF; 
	text-align: center;
	color: #000000;
}

td.calendarSelectedDay { 
	background-color: #DDDDDD; 
	text-align: center;
	color: #000000;
}

.calendar {
	font-size: small;
	background-color: #FFFFFF;
	text-align: center;
}

/*********************************
***********TABLE DESIGNS**********
*********************************/
.table_border {
	padding-left: 10px;
}