/**************************************************/
/**   Creighton University
/**   SOAR - NSAFE
/**   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; 
	}	
/******* remove that annoying outline *********/
a
{
  outline: none;
}

h1	{ color:#11297b; }
h2	{ color:#11297b; }
h3	{ color:#11297b; }
h4	{ color:#11297b; }
h5	{ color:#11297b; }
h6	{ color:#11297b; }

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:#11297b;
	}
#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;} 

/**********************************************
 Form page iframe display                              
**********************************************/
.theform #content_norm {
	width:776px;
	padding:0px;
	margin:0px;
}
div.tabIframeWrapper {
  	width:99%;
  	margin:0px 0px 0px 0px;
  	padding: 0px 0.5em 0.5em 0.5em;
  	position: relative;
  	z-index: 248;
}
iframe.tabContent, .tellusabout object {
  	border: none;
  	width: 100%;
  	height: 141ex;
  	position:relative;
  	top:-1px;
  	z-index:249;
}

/****************************************************/
/*** table ***/
/****************************************************/

table p { margin:0px;padding:0px;} 
table { 
	margin: 0; 
	padding: 0;
	width: 96%;
  	border-width: thin;
	border-style: solid;
	border-color: #3C3C3C;
	border-collapse: collapse;
}

th { 
	font-size: 1.00em; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bolder; 
	color: #11297b; 
 	padding: 2px; 	
  	border-width: thin;
	border-style: solid;
	border-color: #3C3C3C;
	border-collapse: collapse;
	background-color:#DCDCDC;
	}
tr {
	padding: 0px;
}

td { 
	font-size: 1em; 
	vertical-align: top;
	margin: 0; 
	text-align:center;
  	padding: 4px;
 	border-width: thin;
	border-style: solid;
	border-color: #3C3C3C;
	border-collapse: collapse;
}

/***************************************************/
/*      specific table classes
/***************************************************/

.tdshort {
	width:13%;
}
.tdlong {
	width:74%;
}


/***************************************************/
/** top row, logo, metamenu 
/***************************************************/
#toprow {	
	background-color:#004990;
	height:110px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#brand	{
	position:relative;
	padding-top:15px;
	padding-left:10px;
	}
#brand h1 {
	background: #004990 url("/fileadmin/images/logos/CreightonLogo-FFF_004990.gif") no-repeat;; 			
	background-repeat: no-repeat;
	width: 160px;
	height: 70px;
	overflow:hidden;
	display: block;
	margin:8px 0px 0px 0px;
	padding:10px 0px 0px 0px;

	}
a#header {
	width: 160px;
	height: 60px;
	background-repeat: no-repeat;
	display: block;
	}
#subheader {
  width: 808px;
  height: 80px;
  display: inline;
  float: right;
  position: absolute;
  top:29px;
  margin: 0px 0px 0px 165px;
  background: #004990 url("/fileadmin/projects/soar/images/banner3.gif") no-repeat;

	}
a#subheaderlink{
  width: 800px;
  height: 75px;
  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;
	}
/*******************************************/	
#metamenu
{ 	
  background-color: #004990;
  z-index:100;
  top:6px;
  float: right;
  display: inline;
margin-right:10px;
  margin-top: 3px;
  height: 20px;
}

#metamenu ul
{
  margin: 2px 0px 0px 0px;
  padding: 0px;
}

#metamenu li
{
  padding-top: 0px;
  margin: 0px .6em 0px .5em;
  color: #8894BD;
  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: #FFFFFF;
  text-transform: uppercase;  
}


/***************************************************/
/** main row, site menu and primary content
/***************************************************/
#mainrow {	
	background-color:#EBEBE8 !important;
	padding:0px 5px;
	}
/*******************************************/
#mainCol { 
	background-color:#EBEBE8;
	float:left;
	display:inline;
	width:980px;
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.content { 
	clear:left; 
	}
#mainsection { 
	/*background-color:#E1D3BC;*/
	/*background-color:#EDE1CE;*/
	background-color:#e8e2d7;
	color:#3C3C3C;
	width:740px;		
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
	padding:0px 10px 10px 15px;
	overflow:hidden;
	}
#mainsection strong {
	color:#11297b;
	}

#mainsection h3, .mainsection .csc-header-n1 h4 {
	font-size:1.8em;
	color:#11297b;
	}
#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;
	}
/*******************************************/
#Lholder {
	float:left;
	display:inline;
	width:200px;

}
#submenu { 
	/*background-color:#c1d1e3;*/
	background-color:#D0DEDF;
	padding:1px 1px 2px 2px;
	margin:0px 0px 0px 0px;
	}
#subpage #submenu { 
	margin-top:-10px
	}
#submenu ul { 
	margin-left:0px;
	padding-left:1.5em;
	list-style-image: url("/fileadmin/user/CCAS/american-studies/images/dedot.gif");
	}
#submenu li { 
	/*border-bottom:1px solid #004990;*/
	padding: 0px 0px 0px 0px;
	line-height:1.5em;
	}
#submenu li a:hover {
	border-bottom: 1px dotted;
}
#submenu li ul li { 
	margin-bottom: -0.08em;
	}
#submenu li ul li ul li { 
	margin-bottom: -0.08em;
	}
#submenu a	{ 
	color:#11297b;
	text-decoration:none;
	/*text-transform:uppercase;  */
	}

#submenu a:link, #submenu a:visited, #submenu a:hover, #submenu a:active { 
	/*color:#858585;*/
	color:#11297b;
	text-decoration:none;  
	}
/*************
.li1 {
	margin-bottom:-1px !important;
}
********/

/*******************************************/
#leftCOL { 
	border:1px solid #CCC;
	background-color:#BEDBCB;
	width:190px;
	overflow:hidden;
	margin:15px 0px 10px 0px;
	padding:4px;
	}
#leftCOL ul li {
	border-bottom:none !important;
	}
/*******************************************/
#rightCOL { 
  	background-color:#dcdfeb;
  	width:200px;
  	padding:6px;
 	 float:right;
 	 margin-left:20px;
 	 margin-right:0px;
  	border:1px solid #004990;
	}
#rightCOL h4, #rightCOL p.bodytext {
	margin-top:0px; 
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	}
#rightCOL h4 {
	  color:#FFFFFF !important;
  	background-color:#11297B;
  	font-size:1.4em;
  	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:1px solid #CCC;
	border-top:1px solid #FFFFFF;
	background-color:#BEDBCB;
	overflow:hidden;
	margin:0px;
	text-align:center;
	}
#borderCOL h1, #borderCOL h2,#borderCOL h3,#borderCOL h4,#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: #11297b;
        font-size:0.9em; 
        margin:0px 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: #004990;*/
	background-color:#637da6;
	color:#fff;
	position: relative;
	text-align: center;
	margin: 10px auto;

	padding:2px 2px;
	text-transform: uppercase;
	font-size: 9px;
	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;
}


.contentleft {
	float:Left;
	width:365px;
	height:auto;
}
.contentright {
	float:right;
	width:365px;
	height:auto;
}
.internallinks {
  	list-style-type: none; 
}