/***********************************************/
/* HTML tag styles                             */
/***********************************************/

@import url("reset.css");

body{
	font-size: 90%;
	font-family: Arial,sans-serif;
	color: #333333;
	background: #eaeaeb;	
	margin: 0;
	padding: 0;
}

a{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	border: none;
	text-decoration: underline;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}
/*
ul ul{
 list-style-type: none;
}
*/
ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Headers styles                              */
/***********************************************/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;

}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #334d55;

}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;

}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;

}

/***********************************************/
/* Header                                      */
/***********************************************/

#preheader{
	background: url('/~lmlk/sips2/images/preheader.png') center;
	width: 1054px;
	height: 88px;
	margin: 0 auto;

}

#preheader a{
	font-size: 75%;
	margin: 70px 32px 0px -20px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	background: url('/images/header.png') center;
	width: 1054px;
	height: 115px;
	margin: 0 auto;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/

#navBar{
	background: url('/images/menu.png') center;
	width: 1054px;
	height: 32px;
	margin: 0 auto;
}

#navBar a, #navBar strong, #navBar span{
	display: block;
	margin: 2px 0 0 0px;
	color: #fff;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}

#navBar li {
	float:left;
	color: #FFF;
	margin-left: 60px;
	margin-right: -40px;
	padding:0 0 0 0px;
}

#navBar a:hover{
	color:#FFF;
	text-decoration:underline;
}

#content{
	width: 1054px;
	min-height:650px;
	margin: 0 auto;
	background: url('/images/bg.png') repeat-y center;
	padding-bottom: 100px;

}

#footer{
	clear: both;
	width: 1054px;
	margin: 0 auto;
}

#colLeft{
	float: left;
	width: 800px;
}

#colLeft .colLeft_text{
	padding: 30px 0px 0px 55px;
	text-align: justify;
	font: 90% Tahoma,arial,sans-serif;
	
}

#colRight{
	float: right;
	width: 180px;
	margin: 0 40px 0 0px;
	border-left: 1px solid #cccccc;
}

#colRight .column_text{
	padding: 0 0 0 5px;
	text-align: left;
	font: 90% Tahoma,arial,sans-serif;
}

/***********************************************/
/* Projects Navigation                         */
/***********************************************/

#projmenu li{
	display: inline;
	padding: 0px 10px 5px 20px;
}

#projmenu a{
	text-decoration: none;
	color: #006699;
	font-size: 110%;
}

#projmenu a:hover{
	text-decoration: underline;
	color: #006699;
	font-size: 110%;
}

#projsubmenu li{
	display: inline;
	padding: 0px 10px 5px 20px;
}

#projsubmenu a{
	text-decoration: none;
	color: #006699;
	font-size: 102%;
}

#projsubmenu a:hover{
	text-decoration: underline;
	color: #006699;
	font-size: 102%;
}

/***********************************************/
/* Publications                                */
/***********************************************/


#PubsContent .PubTitle {
	color: #334d55;
	border-bottom: 1px solid #334d55;
}

#PubsContent .PubList .PubYear {
	position: relative;
	width: 80px;
	left: -50px;
	font-weight: bolder;
	font-size: 80%;
	text-align: right;
}

#PubsContent .PubData {
	display: list-item;
	list-style-type: square;
	margin: 0px 0px 10px 35px;
/*	list-style-image:url(images/icon-sidebar-link.png);
	margin: 0px 0px 10px 20px; padding: 0px 0px 0px 0px; 
	background: none; 
	border: none;}
*/
}

/***********************************************/
/* People Content                              */
/***********************************************/

#people_content{
	display:table;
	font: 100% Tahoma,arial,sans-serif;
	text-align: left;
	margin-left: 15%;
}

#people_content .th{
	display:table-cell;
	text-align: left;
}

#people_content .row{
	display:table-row;
}

#people_content .col{
	display:table-column;	
}

#people_content .people_table_name {
	display:table-cell;
	text-align: left;
	width: 180px;

}

#people_content .people_table_mail {
	display:table-cell;
	text-align: left;
	width: 220px;

}

#people_content .people_table_phone {
	display:table-cell;
	text-align: right;
	width: 100px;

}

.people_photos{
/*	position: inherit;*/
	position: absolute;

}


/***********************************************/
/* Forms                         			   */
/***********************************************/

#GeneralForm{
	margin:0 auto;
	
}

#GeneralForm h1{
	background-color: #3B3178;
	color: white;
	font-size: 120%;
	font-family: Verdana, Arial,sans-serif;
	padding: 5px;
	width: 550px;
}

#GeneralForm row{
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
}

#GeneralForm row Tab{
	width:85px;
	padding-right: 8px;
	font-family: Arial,sans-serif;
	float: left;
	text-align: right;
	font-size: 110%;
	 color: #334d55;

}

#GeneralForm row RowTitle{
	font-family: Arial,sans-serif;
	font-size: 110%;
	float:left;
	color: #334d55; 
	width: 150px;
	padding: 5px;
	text-align: right;
}


/*
#GeneralForm{
	padding: 10px;
	
	
}

#GeneralForm h1{
	font-size: 150%;
	margin-bottom: 20px;
}

#GeneralForm table th{
	background-color: #616F8B; /*#BED4F4  #D7C5A5;
	background-color: #3B3178;
	color: white;
	font-size: 120%;
	font-family: Verdana, Arial,sans-serif;
	padding: 5px;
}


#GeneralForm table td{
 	background-color: #FFE9C4;#D7C5A5 
	padding: 5px;
	vertical-align: top;
}

#GeneralForm #RowTitle {
	font-family: Verdana, Arial,sans-serif;
	font-size: 100%;
	color: #334d55; 
	margin: 0px;
	padding: 0px;
	text-align: right;
}


#GeneralForm #RowButtons {
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

#GeneralForm input, textarea, select{
	border: 1px solid #BED4F4;
}

#GeneralForm .button {
	border: 1px outset #888;
}

#MySQLlisting tr {
	background-color: white;
}

#MySQLlisting tr:hover {
	background-color: #EDF2FF;
}

#MySQLlisting th {
	background-color: #616F8B;
	color: white;
	padding: 5px;
}

#MySQLlisting td {
	padding: 5px;
}
*/

#MySQLlisting{
	display:table;
	font: 100% Verdana, Arial,sans-serif;
	text-align: left;
}

#MySQLlisting .row{
	background-color: white;
	display:table-row;
	padding: 5px;
}

#MySQLlisting .row:hover{
	background-color: #E6E6FA;
	display:table-row;
	padding: 5px;
}


#MySQLlisting .username{
	display:table-cell;
	text-align: center;
	width: 150px;
}

#MySQLlisting .userid{
	display:table-cell;
	text-align: center;
	width: 80px;
}

#MySQLlisting .groupid{
	display:table-cell;
	width: 130px;
}

#MySQLlisting .homepath{
	display:table-cell;
	width: 130px;
}

#MySQLlisting .quota{
	display:table-cell;
	text-align: center;
	width: 50px;
}

#MySQLlisting .created{
	display:table-cell;
	text-align: center;
	width: 150px;
}
