/*  
This stylesheet is for the items that all pages see as specified through the top.php and bottom_main.php scripts
*/
#main_container
{
	width:100%;
}
#sub_container
{
	width:990px;
	padding:5px;
	margin:0px 3px;
	background:white;
}
.top_strip, .top_strip_info, .top_strip_menu, #body_strip, #body_strip_container, .bottom_strip_1
{
	text-align:left;
	background:white;
}



#top_strip_date
{
color: #BFBFBF;
}
.top_strip
{
	padding:1px;
	margin:0px 0px 4px 0px;
	border: solid #91DBFF;
	border-width:1px;
	
}
.top_strip_table
{
	width:100%;	
/*	background: #F0FAFF;*/
}
/* Contains the TAMUS LSAMP logo */
.top_strip_table th
{
	padding:0px;
	width:400px;
	vertical-align:middle;
	border:0px solid #0099CC;
	text-align:center;
}
.top_strip_table th img
{
	width:420px;
}
.top_strip_table td
{
	padding:10px 0px;
	vertical-align:top;
	text-align:left;
}
.top_strip_table a
{
	color:#000033;
	color:#000066;
}
.top_strip_table a:hover
{
	text-decoration:underline;	
}
.top_strip_table li
{	
	background:url("/pics/misc/orange_bullet.jpg") no-repeat 0px 10px;
	padding-left:10px;
	list-style-type:none;
	color:#0033CC;
	color:#0000FF;
}

.top_strip_2
{
	
}

.top_strip_info
{
	padding:1px;
	border:1px solid #0079B2;
	margin:8px 10px 10px 10px;
	background:white;
}
.top_strip_info table
{
	width:100%;
}
.top_strip_info th
{	
	padding:3px 10px;
	border:1px solid #DCEAFF;
	width:130px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	color:#003333;	
	cursor:default;
}
.top_strip_info th a
{
	color:#006633;
}
.top_strip_info td
{
	padding:3px 10px;
	background:white;
	vertical-align:top;
	text-align:left;
	border:1px solid #DCEAFF;
}
.top_strip_info td a
{

}
.top_strip_info td a:hover
{
	color:#CC0000;
	text-decoration:none;
}

.top_strip_menu
{
	background:white;
}

#body_strip_container
{
	padding:0px 3px 3px 3px;
	background:url("/pics/background/body_strip_container_back.jpg") repeat-x #C2D6F9;
}

#body_strip
{
	padding:20px;
	margin-bottom:1px;
}

.bottom_strip_1
{
	padding:3px 10px;
	background: #F0FAFF;
	vertical-align:middle;
}

.bottom_strip_emb{
	background-color:#FFFFFF;
	padding: 2px;
	border:solid 1px #A8D3FF;	
}
