﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-image: url(images/ui-bg_dots-small_35_35414f_2x2.png);
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	/*padding: 0 0 10px 0;*/
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns 
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}
*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: dotted 1px #626262;
}

#header
{
	position: relative;
	background-color: #86B5D9;
	color: #000;
	padding: 0;
	min-height: 83px;
	min-width: 900px;
	background-image: url(images/Title.jpg);
	background-repeat: no-repeat;
}



.line
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1px;
	background-color: #58564A;
}

#main
{
	padding: 10px;
	background-color: #fff;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}


.marked
{
	background-color: #F9C075;
	text-decoration: underline;
	font-weight: bold;
}


/*Menu
----------------------------------------------------------*/
#topMenu
{
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background: #3C5D6C url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
}
#topMenu ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

#topMenu li
{
	list-style-type: none;
	display: inline;
}
#topMenu li a
{
	text-decoration: none;
	padding: 7px 10px;
	color: #000;
}
#topMenu li a:link
{
	color: #000;
}
#topMenu li a:visited
{
	color: #000;
}
#topMenu li a:hover
{
	color: #808;
	background-color: #ddd;
}
#topMenu img
{
	border: 0px;
}

#child-content
{
	margin: 10px;
}



/*Legned
--------------------------------------------------------------*/
#legend
{
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #E1BB8A;
}

#legend .lenged-header
{
	display: inline;
	padding-right: 30px;
	font-size: 11px;
}


/*List
---------------------------------------------------------------*/

#list table a, table, tbody, tfoot, tr, th, td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 11px;
}
#list tbody td
{
	line-height: 2.5em;
}
#list table caption
{
	padding: .4em 0;
	font-size: 240%;
	font-style: normal;
}
#list table a
{
	display: block;
	text-decoration: none;
	padding-right: 1.5em;
}
#list table a:hover, table a:focus
{
	text-decoration: underline;
}
#list table th a
{
	color: #FF8E53;
	text-align: left;
}
#list table .odd th a, table .odd td, table .odd td
{
	color: #666;
	padding-right: 1.0em;
}
#list table .odd th, table .odd td
{
	background-color: #DDDDDD;
}


#list thead th
{
	background-image: url(../Content/images/verlauf_schwarz.gif);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
}
#list tfoot
{
	background-image: url(../Content/images/verlauf_schwarz.gif);
	border-top: 1px solid #fff;
}
#list tfoot th, tfoot td
{
	color: #fff;
}

#list tbody th
{
	padding-right: 1.0em;
	color: #25c1e2;
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

#list td
{
	color: #000;
	border-bottom: 1px dotted #aeb3b6;
	padding-right: 0.5em;
}

#list tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

#list tbody tr:hover td
{
	background-color: #FBECCB;
}

/* PAGER
--------------------------------------------------------------*/


#grid
{
	width: 100%; /* use this field to set width of the whole grid */
	display: table;
}

#grid #tblPager
{
	width: 100%;
}


#grid #pager
{
	white-space: nowrap;
	font-size: 12pt;
	margin-bottom: 5px;
}


#grid #pager .section
{
	width: 33.3%;
	vertical-align: middle;
}


#grid #pager #navButtons #tblPager
{
	width: 165px;
	margin-left: auto; /* center */
	margin-right: auto;
}

#grid #pager #navButtons #tblPager td
{
	text-align: center;
}

#grid #pager #navButtons .disabled
{
	color: #C0C0C0;
	text-align: center;
}

#grid #pager #navButtons a
{
	text-decoration: none;
}

#grid #pager #navButtons a
{
	text-decoration: none;
}

#grid #pager #rowsPerPage
{
	text-align: right;
}





/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}


/*
---------------------------------------------------------*/

.noData
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #DC7F78;
	font-size: 1.1em;
	font-weight: bold;
}


#loader
{
	width:100%;
	text-align:center;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

/* Table */

#tblList
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#tblList th
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #35414f url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
}
#tblList td
{
	border: 0;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.image-link
{
	border: 0px;
}

/* Week View */
.week-main
{
	width: 98.8%;
	padding: 0;
	margin: 0;
}
.week-view
{
	width: 100%;
	border-collapse: collapse;
	border: dotted 0px #000;
}
.horizontal-header
{
	background-color: #3C5D6C;
	min-height: 30px;
	height: 30px;
	width: 14%;
}

.horizontal-week-day
{
	min-height: 100px;
	height: 100px;
	min-width: 14%;
	width: 14%;
	border: solid 1px #000;
}

.vertical-header
{
	background: #35414f url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
	min-height: 30px;
	height: 30px;
	min-width: 100px;
	width: 100px;
	border-bottom: dotted 1px #fff;
	font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 5px;
}


.vertical-week-day
{
	min-height: 100px;
	height: 100px;
	min-width: 100%;
	width: 100%;
	border: solid 1px #3C5D6C;
	border-left: 0px;
}
.week-day div
{
	font-size: 20pt;
	text-align: center;
	color: #D7DBEB;
}
.week-title
{
	text-align: center;
	width: 100%;
	background: #35414f url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
	padding: 5px;
	font: bold 12pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.week-today, .week-today div
{
	background-color: #3C5D6C;
	color: red;
}

.week-pre, .week-pre a
{
	float: left;
	font-size: 8pt;
	color: #fff;
}
.week-next, .week-next a
{
	float: right;
	font-size: 8pt;
	color: #fff;
}

/*Month view */

.cal-main
    {
    	width:100%;
    }
    .cal-view
    {
    	width:95%;
    	margin:10px;
        border-collapse:collapse;
        border:dotted 0px #000;
    }
    .cal-view th
    {

        font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
		color: #fff;	
		letter-spacing: 2px;
		text-transform: uppercase;
        background: #35414f url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
        min-height:30px;
        height:30px;
        width:14%;
    }
    .cal-day 
    {
    	min-height:100px;
        height:100px;
        min-width:14%;
        width:14%;
        border:solid 1px #3C5D6C;
        font: normal 35pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    	text-align:center;
    	color:#CEF6CE;

    }
     .cal-day-list
    {
    	 border:solid 1px #3C5D6C;
		 vertical-align:top;
    	
    }
    .cal-day div
    {
    	
    }
    .list-day
    {
    	font-size:10pt;
    	color: #000;
    	width:100%;
    }
     .small-date
    {
    	color:#F78181;
    	font: normal 20pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    	float:right;
    	margin-top:-10px;
    }
    
    .cal-title
    {
    	font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
		color: #fff;	
		letter-spacing: 2px;
		text-transform: uppercase;
        background: #35414f url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
    	text-align:center;
    	width:94%;
    	margin-left:10px;
        background-color:#3C5D6C;
        padding:5px;
    }

   
    .cal-pre, .cal-pre a
    {
    	float:left;
    	font: bold 8pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
		color: #fff;	
		letter-spacing: 2px;
		text-transform: uppercase;
    }
    .cal-next, .cal-next a
    {
    	float:right;
    	font: bold 8pt "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
		color: #fff;	
		letter-spacing: 2px;
		text-transform: uppercase;
    }



.lnk
{
	cursor:hand;
}
