/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
NK:
	overall page width is 860px
	in some cases 850px is used, when padding either right or left of 10px is set
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE TWO COLUMN (used in masterpage only)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-table
{
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 864px;
  vertical-align: top;
}
#content-table-td-left
{
  vertical-align: top;
}
#content-table-td-right
{
  width: 20%;
  border: solid 1px #818181;
  vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE - TWO COLUMN (pages inside content placeholder)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-table-two-column
{
  width: 100%;
  height: auto;
  border: 1px solid #818181;
}
#content-td-two-column-left
{
  width: 20%;
  padding: 5px;
  vertical-align: top;
}
#content-td-two-column-right
{
  padding: 5px;
  border-left: 1px dashed #818181;
  vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE - SINGLE COLUMN (pages inside content placeholder)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-single-column
{
  width: auto;
  height: auto;
  border: 1px solid #818181;
  padding: 5px;
  vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
  margin: 0px;
  background-color: #F3F3F3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.4em;
  color: #454545; /*font-family: Verdana;*/
}

p
{
  margin: 10px 0;
}

p.no-padding-no-margin
{
  padding: 0;
  margin: 0;
}

hr
{
  background-color: #608fc8;
  height: 2px;
  margin: 10px 5px 10px 5px;
}

blockquote
{
  padding: 0 0 0 12px;
  margin: 12px 0 0 0;
  background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
  margin: 2px 0;
}

cite
{
  font-size: .85em;
  margin: 0;
  padding: 0 0 0 6px;
}

fieldset
{
  padding: 15px;
}

legend
{
  color: #333333;
  padding: 5px 3px 10px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
  font-size: 1.8em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}


h2
{
  font-size: 1.5em;
}

h3
{
  font-size: 1.3em;
}

h3.small
{
  font-size: 1.2em;
}

h4
{
  font-size: 1.1em;
}

h5
{
  font-size: 1.1em;
}

h6
{
  font-size: 1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
  color: #980000;
  text-decoration: none;
}

a:visited
{
  color: #980000;
  text-decoration: none;
}

a:hover
{
  color: #980000;
  text-decoration: none;
}

a:active
{
  color: #980000;
  text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
  color: #999999;
  font-size: .85em;
  width: 860px;
}

#logo
{
  position: absolute;
  top: .5em;
  left: 15px;
  font-size: 2.6em;
  font-family: Georgia, "Times New Roman" , Times, serif;
  height: 2.8em;
  padding: .1em 0 .2em 0;
  font-variant: small-caps;
}

#logo a
{
  color: #4A6BB3;
  text-decoration: none;
}

#top-information-link
{
  text-align: center;
  border-left: 1px dashed #CACACA;
  position: absolute;
  top: 0;
  right: 0;
  height: 2em;
  width: 8.5%;
  padding: 0 0 0 1.5%;
}

#heading
{
  margin: 5px;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
}

#subheading
{
  font-size: 1.1em;
  font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-outer
{
  width: 862px;
  margin-left: auto;
  margin-right: auto;
}
#nav-main
{
  background-position: #608fc8;
  background: #608fc8;
  padding: .8em 0 1em 10px;
  font-weight: bold;
  background-image: url(   '../../images/bg-nav.png' ); /*TODO:Check for correct function of z-index pos*/
  z-index: 100;
}

#nav-side
{
  background: #4b6cb5;
  width: 20%;
  padding: .8em 0 1em 0;
  background-image: url(   '../../images/bg-nav.png' );
}

#nav-main a:link, #nav-main a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

#nav-main a:hover
{
  color: #D4E7F8;
  text-decoration: underline;
}
.nav-main-dyn
{
  background-color: #4b6cb5;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container
{
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  background: #D5E8FF;
  text-align: center;
}

.poster-photo-image
{
  border-right: 3px solid #FFF;
  display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
  width: auto;
  background: #608fc8;
  color: #d5e8ff;
  font-size: medium;
  height: auto; /*height: 25px;*/
  font-weight: bold;
  padding-left: 5px; /*line-height: 25px;*/
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Pager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pager
{
  font-size: larger;
  font-weight: bold;
  color: #980000;
}
.pager span
{
  color: #C0C0C0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
  margin: 0;
  padding: 0;
}

li
{
  list-style: none;
  background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
  padding: .2em 0 .2em 1em;
  margin-left: 0.4em;
}

ul.list-of-links
{
  border-bottom: 1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links, #content-side2-three-column ul.list-of-links
{
  margin: 0 0 30px 0px;
}

ul.list-of-links li
{
  border-top: 1px dotted #B2B2B2;
  background-image: url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current
{
  background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
  border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border
{
  border: 1px solid #cecece;
  padding: 4px;
  background: #d9d9d9 url(../../images/bg-photo.png) top repeat-x;
  margin-bottom: 5px;
  display: block;
}

.photo-float-left
{
  float: left;
  margin-right: 10px;
}

.image-border-none
{
  border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
  background: #608fc8 no-repeat left bottom;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  padding: .8em 0 1em 10px;
  color: #a9c0db;
  font-size: .8em;
  background-image: url(      '../../images/bg-nav.png' );
  z-index: 0;
}

#footer div
{
  background: #4b6cb5;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  padding: .8em 0 1em 0;
  background-image: url(      '../../images/bg-nav.png' );
}

#footer a:link, #footer a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover
{
  color: #D4E7F8;
  text-decoration: none;
}

#footer a:active
{
  color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	header-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-sub
{
  padding: 7px;
  font-size: 1.0em;
  color: #6C6C6C;
  height: auto;
  font-weight: bold;
}

.header-sub ul
{
  margin: 0;
  padding: 0;
}

.header-sub li
{
  display: inline;
  list-style: none;
  padding: 0 1em 0 0;
  background: none;
}

.header-sub a:visited
{
  color: #666666;
}

.header-sub a:hover
{
  color: #808000;
  text-decoration: none;
}

.pagetitle-small
{
  width: auto;
  background: #608fc8;
  color: #d5e8ff;
  font-size: 1.0em;
  height: auto;
  font-weight: bold;
  padding-left: 2px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  text-align: center;
  padding: .1em 0 2em 0;
  font-size: .8em;
  color: #999999;
}

#footer-sub ul
{
  margin: 0;
  padding: 0;
}

#footer-sub li
{
  display: inline;
  list-style: none;
  padding: 0 1em 0 0;
  background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
  text-decoration: underline;
  color: #999999;
}

#footer-sub a:hover
{
  color: #666666;
  text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date
{
  font-size: 0.9em;
  font-style: italic;
  color: #A4A4A4;
}

.arrow
{
  vertical-align: middle;
}

input.button-big
{
  font-weight: bold;
  padding: .7em 1.5em;
  font-size: 1.1em;
  vertical-align: bottom;
}

input.button-small
{
  font-weight: normal;
  padding: .4em 1em;
  font-size: .8em;
  vertical-align: bottom;
}

.clear
{
  clear: both;
}

.none
{
  display: none;
}
.border-blue
{
  height: auto;
  border: 1px solid #608fc8;
  padding: 5px;
  margin: 2px;
}
.border-standard
{
  width: auto;
  height: auto;
  border: 1px solid #818181;
  padding: 5px;
  margin: 2px;
}
.border-standard label
{
  margin: 5px 5px 5px 5px;
  color: #608fc8;
}
.border-courses
{
  width: auto;
  line-height: 2em;
  height: auto;
  border: 1px solid #818181;
  padding: 5px;
  margin: 2px;
}
.border-courses label
{
  margin: 5px 5px 5px 5px;
  color: #608fc8;
}

/*the header of a form or listview element like label or textbox*/
.header-e
{
  font-size: larger;
  margin: 5px;
  width: auto;
}
/* text as response for succeded or failed operation */

.responsetext
{
  color: red;
  font-size: larger;
}
.pager-like
{
  font-weight: bold;
  color: #980000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Course Page Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.coursenav
{
  width: 150px;
  height: auto;
}
.coursenav > li
{
  position: relative;
  background: #608fc8;
  padding: 3px 3px 3px 3px;
  margin: 3px 3px 3px 3px;
}
.coursenav > li > a
{
  color: White;
  font-weight: bold;
}
.coursenav > li > a.current
{
  /* set in code behind page "#ffd27a" */
}

.coursenav > li > a:hover
{
}

.coursenav .hover
{
  color: #980000;
}

/* submenu */
.coursenav .submenu
{
  padding: 3px 3px 3px 0px;
  border: 3px solid #608fc8;
  display: none;
  background-color: White;
  position: absolute; /*left: 145px; set in js code*/
  top: -3px;
  z-index: 20;
  width: auto;
  white-space: nowrap;
  font-weight: normal;
}
.coursenav .submenu a:hover
{
  font-weight: bold;
}

