/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, table, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

html {
  height: 100%; 
  margin: 1px;
}

h1, h2, h3, h4, h5, h6 {color:#333333;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
  margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0; border-width:0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 0.8em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#333333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	padding: 0 377px;	
	text-align: center;
	background-color: #FFFFFF;
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	font-size:80%;
	background-image:url(Images/blue_white_bg_main.jpg);
	background-repeat:repeat-x;	
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#sizer {
	margin: 0 auto;
	padding: 0px 0;
	width: 60%;
	text-align:left;
	max-width: 210px;
}
#expander {
	background: white;
	margin: 0 -375px;
	min-width: 750px; /* Critical Safari fix! */
	position: relative;
}

textarea {
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	font-size:80%;
}

/* Holly hack for IE \*/
* html #expander { height: 0;}
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar {
	width: 243px;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */	
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#DEDEBC;
	background-image:url(Images/sidebar_bg.png);
	background-repeat:repeat-y;	
 }

html>body #sidebar {margin-left:0;}

#content 
{
  min-height:420px;
 	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
html>body #content {
	height:auto;
}
#header {
  padding:2px 0 0 2px;
	background-color:#FFFFFF;
	background-image:none;
}
#headertop {
	position:relative;
	height:100%;
	background-color:#FFFFFF;
}
#prepress_logo {
	background-image:url(Images/prepress_logo.png);
	background-repeat:no-repeat;
	background-position:0px 0;
	height:130px;
	border-bottom-width:10px;
	border-bottom-color:#FFFFFF;
}

#userinfo {
	top:0;
	right:0;
	height:20px;
	width: 600px;
	float: right;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	font-style:normal;
	text-align:right;		
}

#contentwrapper {
	background-color: #FFFFFF;
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 

#quote {
	height:127px;
	padding:10px 10px 10px 20px; /* -- to make up for the -2px left margin */
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:140%;
	color:#333333;
}
#sidebarcontent {	
	margin:0 10px 1em;
	background-color:#FFFFFF;
	line-height:1em;
}
#sidebarcontent h3 {
	margin:0;
	padding:0.3em 2em;
	border-top:2px solid #DEDEBC;
	border-bottom:2px solid #DEDEBC;
	background-color:#94CB01;	
	color:#224B2B;
	font-size:110%;
	letter-spacing:0.15em;
	font-variant:small-caps;
}
#sidebarcontent .sbcontentcontainer {
	padding:0.5em 2em;
	color:#224B2B;
	font-size:95%;
}

#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}

#sidebarcontent .sbcontentcontainer ul {list-style-type:none;}

#headerimgwrapper {
	margin-right:-8px;
	padding-right:10px;
	background-image:url(Images/header_img_border.gif);
	background-repeat:no-repeat;
	background-position:100% 2px;
}
#headerimg {
	height:9px;
	background-image: url(Images/header_img.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:10px 2px;
}
#copy {		
	margin-left:0px;
	color:#333333;
	background-color:#FFFFFF;
  padding-left:10px;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#copy .txtBox {
	margin-left: 0em;
	border-left: 1px solid #888684;
	border-bottom: 1px solid #888684;
	border-top: 1px solid #c2c6c1;
	border-right: 1px solid #c2c6c1;
	background-color:#fcf4e8;
	font-size: 100%;
}

#copy .txtBox:focus {background-color:#FFFFFF;}

#DetailTable .txtBox
{
  width:210px;
	background-color:#fcf4e8;
}

#DetailTable .txtBox:focus {background-color:#FFFFFF;}

#DetailTable2 .txtBox
{
  width:210px;
  background-color:#fcf4e8;
}

#DetailTable3 .txtBox:focus {background-color:#FFFFFF;}

#DetailTable3 .txtBox
{
  width:210px;
  background-color:#fcf4e8;
}

#DetailTable2 .txtBox:focus {background-color:#FFFFFF;}

#copy .button {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #5f625f;
	border-right: 1px solid #5f625f;
	background-color:#ececec;
	margin-top:5px;
	color:#333333;
}

#copy legend {background-color:#FFFFFF;padding:0.5em;}

#copy caption {text-align:left; font-weight:bold;}

* html #copy table tr {font-size:0.9em;}

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	clear:both;	
	margin:0 0 0 0px;
	margin-top: 5px;
	padding:10px 0 0 10px;
	background-color:#d8d8d8;
	color:black;	
	font-size:smaller;
	letter-spacing:0.25em;
	vertical-align:middle;
}
#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:243px;
	height:28px;
	background-color:#224B2B;
}


/* Additional styles defined by ta */
.textMessage
{
	color: #ff0000;
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	font-weight: bold;
}

.inteno_link {
	text-decoration: underline;
	font-weight: normal;
	color:black;
}

.Form
{
    float:left;
    padding-top:50px;
}


/* Styles concerning the GridViews */
.gvOverviewHeader {
	color:#000000;
  position:relative;
  top: expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop);
}

.gvOverviewHeader td {
	border:none;
	border-left:1px solid #C9E0C5;
	vertical-align:middle;
}


.gvOverview 
{
    padding-top: 5px;
}

.gvOverview table tbody th
{
    border-left:1px solid #c2c6c1;
    border-bottom:1px solid #c2c6c1;
    border-top:0px;
    border-right:0px;
    padding-left: 3px;
}

.gvOverview table tbody td span
{
    border-left:1px solid #c2c6c1;
    padding-left: 3px;
}

.gvOverview td {
	vertical-align:middle;
}

.gvOverviewHeader a {
	color:#000000;
}





/* Styles concerning the GridViews of the form StatusConcept_Config.aspx (needs special
   handling because of the disabled checkboxes */
.gvOverviewStatusConcept 
{
    padding-top: 5px;
}

.gvOverviewStatusConcept table tbody th
{
    border-left:1px solid #c2c6c1;
    border-bottom:1px solid #c2c6c1;
    border-top:0px;
    border-right:0px;
    padding-left: 3px;
    padding-right: 3px;
}

.gvOverviewStatusConcept table tbody td span
{
    border-left:1px solid #c2c6c1;
    padding-left: 0px;
}

.gvOverviewStatusConcept td {
	vertical-align:middle;
	text-align: center;
}

.gvOverviewStatusConcept td[align=left] {
	text-align: left;
}


.formSeparator
{
    background-color:#0483BA;
    border:solid 1px Gray;
    color:#DEDEBC;
    height:5px;
}

.dragDropHandler
{
    cursor: move;
    background-color:#0483BA;
    border:solid 1px Gray;
    color:#DEE3E5;
    text-align:center;
	  font-weight: bold;
}

.ErroneousField
{
    width:210px;
	margin-left: 0em;
	border:1px solid #397D47;
	background-color:#F77A80;
	font-size: 100%;
}

.ErroneousFieldGV
{
	background-color:#F77A80;
}

.MacroText {
  margin-bottom:0px;
  margin-top:0px;
  background-color:#89C9E5;
}






/* Styles für die Ajax Toolkit Komponenten
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}



/* Styles for the login page */
.login 
{
    position:relative;
    height:370px;
    left:10px;
    width:300px;
    font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
    font-weight:normal;
    font-size:small;
    margin:0px 0 0px 0px;
    background-color:#FFFFFF;
    padding:25px;
}

.loginButton
{
    position:absolute;
    top:180px;
    /top:200px;
    left:25px;
	  border:1px solid #494FA7;
	  background-color:#EEEEDB;
	  color:#333333;
}

/* Styles for the fast access menu */
.fastaccess_top {
  position:absolute;
  top:25px;
  left:721px;
	width: 240px;
	height: 23px;
	display: inline; /* IEwin doubled margin bug fix */	
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#eaeae9;
  background: url(Images/fastaccess_top_bg.gif) top left no-repeat;
	text-align:left;	
 }
 
.fastaccess_top .fastaccess_top_text {
  padding-left:10px;
 }
 
.fastaccess {
  position:absolute;
  top:45px;
  left:724px;
	width: 237px;
	display: inline; /* IEwin doubled margin bug fix */	
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#D3D3D2;
	text-align:left;	
  z-index:990;
}

 
.fastaccess1 {
  left:721px;
	width: 230px;
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#D3D3D2;
	text-align:left;	
  padding-left:5px;
 }
 
.fastaccess2 {
	width: 190px;
	background-color:#dee8f3;
	text-align:left;	
  padding-left:3px;
 }
 
.fastaccess3 {
	width: 190px;
	background-color:#dee8f3;
	text-align:left;	
  padding-left:3px;
 }
 
.fastaccess4 {
	width: 190px;
	background-color:#dee8f3;
	text-align:left;	
  padding-left:3px;
 }
 
.fastaccess_dynamic {
  height:20px;
 }
 
.fastaccess_static {
  height:20px;
 }


/* Stlyes for the menu */
.menuwrapper
{
    position:absolute;
    top:134px;
    width:100%;
    height:50px;
    left:0;
    margin:0px 0 0px 0px;
	  margin-top:0px; /*IE Win 3px gap fix*/
    border:0;
    float:left;
    z-index:900;
}

.menu 
{
    position:absolute;
    top:0px;
    width:100%;
    left:0;
    font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
    font-weight:normal;
    font-size:1.0em;
    padding-right:1px;
    margin:0px 0 0px 0px;
	  margin-top:-1px; /*IE Win 3px gap fix*/
    border:0;
	  background-color: #FFFFFF;
    float:left;
    background: url(Images/blue_white_bg_menu.jpg) top right repeat-x;
    z-index:950;
}

.level1_inactive
{
  padding: 3px 9px 2px 5px;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: normal;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  background: url(Images/mainmenu_l1_inactive_bg.gif) top right no-repeat;
}


.level1_active
{
  padding: 3px 9px 2px 5px;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: bold;
  color: White;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  background: url(Images/mainmenu_l1_active_bg.gif) top right no-repeat;
}

.level2_inactive
{
  padding: 3px 5px 2px 5px;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: normal;
  color: White;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.level2_active
{
  padding: 3px 5px 2px 5px;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: bolder;
  color: White;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.level3_inactive
{
  padding: 3px 9px 2px 5px;
  background-color: #dee8f3;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: normal;
  color: black;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.level3_active
{
  padding: 3px 9px 2px 5px;
  background-color: #dee8f3;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: regular 11px Verdana;
	font-weight: bold;
  color: black;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menu .hoverstyle a
{
    text-decoration:underline;
}

