/**************************************************/
/**   Creighton University
/**   Student Employment
/**   Created by: Mary Jackson
/**   Last updated: 11/1/2007
/**************************************************/

body {
	text-align:center;
	background-color:#EBEBE8;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	line-height: 1.5em; 
	}	


h1	{ color:#000; }
h2	{ color:#08481D; }
h3	{ color:#08481D; }
h4	{ color:#08481D; }
h5	{ color:#000; }
h6	{ color:#000; }

img 	{	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	border:none;
	}
a, a:link, a:visited, a:hover, a:active	
	{ 
	color:#08481D;
	}
#container 
	{ 	
	background-color:#EBEBE8;
	text-align:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 1px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;;
	position:relative;
	}
	
.bodytext { margin:0px;padding:0px;} 


/***************************************************/
/** top row, logo, metamenu 
/***************************************************/
#toprow {	
	background-color:#fff;
	height:129px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#brand	{
	position:relative;
	padding-top:1px;
	width:200px;
	}
#brand h1 {
	background: #ffffff url("/fileadmin/projects/student-employment/images/creighton08481D.gif") no-repeat;			
	background-repeat: no-repeat;
	width: 200px;
	height: 25px;
	overflow:hidden;
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	}
a#header {
	width: 167px;
	height: 25px;
	background-repeat: no-repeat;
	display: block;
	}
#subheader {
  width: 984px;
  height: 100px;
  display: inline;
  float: right;
  position: absolute;
  top:29px;
  margin: 0px 0px 0px 0px;
  background: #004990 url("/fileadmin/projects/student-employment/images/banner2.jpg") no-repeat;

	}
a#subheaderlink{
  width: 850px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  display: block;
}

#subheader h2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
a#header2	{
	height: 114px;
	width: 824px;
	display: block;
	}
/*******************************************/	
/* CU Menu				  */
/*******************************************/	
#metamenu
{ 	
  background-color: #fff;
 /* position: absolute;*/
  z-index:100;
  top:20px;
  float: right;
  display: inline;
  width: 760px;
  height: 20px;
  /*margin-left:223px;*/
}

#metamenu ul
{
  margin: 2px 0px 0px 180px;
  padding: 0px;
}

#metamenu li
{
  padding-top: 0px;
  margin: 0px .6em 0px .5em;
  /*color: #8894BD;*/
  color:#08481d;
  float: left;
  display: inline;
  font-size: 0.85em;
  list-style-type: none; 
}

#metamenu li img
{
  display: inline;
  float: left;
  margin-right: 3px;
  margin-top: 0px;
}

#metamenu a:link, #metamenu a:visited, #metamenu a:hover, #metamenu a:active
{
  text-decoration: none;
  color:#08481d;
  text-transform: uppercase; 
  font-size: 0.9em; 
}


/***************************************************/
/** main row, site menu and primary content
/***************************************************/
#mainrow {	
	background-color:#EBEBE8 !important;
		
	/*background-image: url("/fileadmin/projects/student-employment/images/employment-back.png");
	background-repeat: repeat-y;*/
	padding:0px;
	}

#mainCol { 
	background-color:#EBEBE8;

	/*border-left:3px solid #000;*/
	
	float:left;
	display:inline;
	width:980px;
	margin: 0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.content { 
	clear:left; 
	}

#mainsection { 
	background-color:#fff;
	/*border-left:1px solid #000;*/
	color:#3C3C3C;
	width:780px;
	height:auto;
	float:left;
	display:inline;
	margin:10px 0px 0px 10px;
	padding:0px 10px 10px 10px;
	overflow:visible;
	}

#mainsection strong {
	color:#08481D;
	}

#mainsection h3, .mainsection .csc-header-n1 h4 {
	font-size:1.8em;
	color:#08481D;
	}
#mainsection h4 {
        font-size:1.5em;
        font-weight:normal;
        margin:0.5em auto;
	}
#mainsection h5 {
        font-size:1.4em;
        margin:0em auto;
        font-weight:normal;
	}
#mainsection h6 {
	font-size:1.3em;
	margin:0em auto;
	font-weight:normal;
	}
#mainsection img{
	padding-left:4px;
	padding-right:4px;
	
}
/****************************************************/
/*** table ***/
/****************************************************/

table p { margin:0px;padding:0px;} 
#mainsection table 	{
	border-collapse:collapse;
	text-align:center;
	width:98%;
	}
#mainsection table td {
	text-align:left;
	padding-left:1em;
	padding-right:1em;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding-left:0.25em;
	padding-right:0.25em;
	}
#mainsection table td p, table th p {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
#mainsection table th {
	font-weight:bold;
	color:#333333;
	background-color:#d8e1ec;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding-left:0.25em;
	padding-right:0.25em;
	}	
.contenttable {
	border:1px solid #999999;
	}

/*******************************************/
/*           site navigation               */
/*******************************************/
#Lholder {
	float:left;
	display:inline;
	width:160px;
}
#submenu { 
	background-color:#08481D;
	padding:1px 1px 2px 0px;
	margin:0px 0px 0px 0px;
	border-left: 2px solid #000;
	background-image: url("/fileadmin/projects/student-employment/images/menu-back.jpg");
	}
#subpage #submenu { 
	margin-top:-10px
	}
#submenu ul { 
	margin-left:0px;
	padding-left:6px;
	list-style-type:none;
	/*list-style-image: url("/fileadmin/user/student-employement/images/dedot.gif");*/
	}
#submenu li { 
	padding: 3px 0px 3px 0px;
	/*line-height:1.6em;*/
	}
#submenu li a:hover {
	border-bottom: 1px dotted #fff;
	color:#fff;
}

#submenu a	{ 
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}

#submenu a:link, #submenu a:visited, #submenu a:hover, #submenu a:active { 
	color:#fff;
	text-decoration:none;  
	}
/*************
.li1 {
	margin-bottom:-1px !important;
}
********/

/*******************************************/
#leftCOL { 
	border-left:1px solid #08481D;
	border-bottom:1px solid #08481D;
	background-color:#ffffff;
	width:142px;
	overflow:hidden;
	margin:15px 0px 10px 0px;
	padding:4px;
	}
#leftCOL h4 {
	color:#FFFFFF;
  	background-color:#08481D;
  	font-size:1.4em;
  	margin:0px 0px 0px 0px;
  	padding:0.15em 0.5em;
  	text-align:center;
	}
#leftCOL ul li {
	border-bottom:none !important;
	}	
#permflash {
	margin-top: 15px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	border:1px solid #CCC;
	background-color:#497837;
}
/*******************************************/
#rightCOL { 
  	background-color:#f2f3d3;
  	width:150px;
  	padding:6px;
 	float:right;
 	margin-left:20px;
 	 margin-right:0px;
  	border:1px solid #000;
	}
#rightCOL h4, #rightCOL p.bodytext {
	margin-top:0px; 
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	}
#rightCOL h4 {
	  color:#08481D!important;
  	font-size:1.4em;
  	font-weight:bold;
  	margin:0px 0px 0px 0px;
  	padding:0.15em 0.5em;
  	text-align:center;
	}
#rightCOL ul {
         margin-top:0px;
         margin-bottom:0px;
         }
#rightCOL, #rightCOL a:link, #rightCOL a:visited, #rightCOL a:active  {
	color:#3C3C3C;
	text-decoration:none;
	}
#rightCOL a:hover {
	color:#000000;
	text-decoration:none;
	}

/*******************************************/
/*****MODIFIED FOR LOGON FORM***************/
#borderCOL { 
	border-top:1px solid #E5F3E4;
	border-right:1px solid #E5F3E4;
	border-left:2px solid #1C6019;
	border-bottom:1px solid #1C6019;
	background-color:#BFD1BE;
	color:#000;
	overflow:hidden;
	padding:4px;
	margin:0px;
	text-align:center;
	}
#borderCol h3, #borderCol h5 {
	color:#473120;
}
#borderCol h4 {
  	background-color:#473120;
  	border-bottom:2px solid #000000;
  	font-size:1.4em;
  	margin:0px 0px 0px 0px;
  	padding:0.15em 0.5em;
  	text-align:center;
	}
#borderCOL h1, #borderCOL h2,#borderCOL h3,#borderCOL h5,#borderCOL h6,
#borderCOL p.bodytext, #borderCOL ul {
	text-align:left;
	}
#borderCOL fieldset {
	text-align:right;
	border:none;
}
#borderCOL span
{
	display:inline;
	margin-right:3px;
}
#borderCOL #login {
	font-size:.8em;
	border:1px solid #CCCCCC;
	color:#000000;
	background-color:#EEEEEE;
}


/********************************************************/
/** Breadcrumbs and links
/********************************************************/
#bread { 
	color: #000;
        font-size:0.9em; 
        margin:-18px 6px 0px 10px; 
        padding:0px 0px 15px 0px;
        }	
#bread a:link, #bread a:visited, #bread a:hover, #bread a:active  { 
	color:#3C3C3C; 
        } 	

	
/***************************************************/
/** footer row, copyright and contact
/***************************************************/
#footerrow {	
	background-color:#08481D;
	color:#fff;
	border-top:3px solid #000;
	text-align: center;
	margin-top:.5em;
	padding:2px 2px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	width: 984px;
	}
.footercontainer {
	color:#FFFFFF;
	}
#footerrow a:link, #footerrow a:visited, #footerrow a:active {
	color:#FFFFFF;
	}	
#footerrow a:hover {
	color:#FFFFFF;
	}
/***************************************************/
/** general classes
/***************************************************/

.float_left {
	float:left;
	display:inline;
	margin-right:6px;
	}
.hiddenIR { position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	} 
.spacer	{ 
	position:relative;
	clear:both;
	}
#sitemenufellowships ul, #sitemenufellowships dl {
	list-style-type:none;
	font-size: 1.2em;
	line-height: 1.5em;
}
/***********************************************/
/* print link and text only link*/
/**********************************************/
#print_link
{
  position:relative;
  color:#fff;
  z-index:100;
  top:0px;
  margin-left:700px;

}
#text-only
{
  position:relative;
  z-index:100;
  top:48px;
  margin-left:870px;
}
#text-only a {
  color:#fff;
  /*font-weight:bold;*/
}