﻿/*----------------------------------------------------------
Mephi.edu site CSS
----------------------------------------------------------*/
*
{
	margin:0;
	padding:0;
}

html
{
	height: 100%;
}

body
{
	height: auto !important;
	min-height: 100%;
	width: 100%;
	min-width: 800px;
    background-color: #D8EEFF;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: Black;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 80%;
}

h1
{
	border-bottom: 1px solid Black;
	font-size: 120%;
	margin: 0 0 15px;
	padding: 0 0 5px;	
}

h2, h3
{
	font-size: 120%;
}

h4, h5, h6
{
	font-size: 110%;
}

table
{
	font-size: 100%;
}

a:link
{
	color: #486DAA;
}

a:visited
{
	color: #8C9AA8;
}

a:active
{
	color: #486DAA;
}

a:hover
{
	color: #DD0000;
}

.news-date-time
{
	color: #BABABA;
	font-family: "Verdana";
	font-size: 8pt;
}

.news_title
{
	font-family: "Verdana";
	font-size: 13pt;
	color: #486DAA;
}

.news_title a, .read_next
{
	text-decoration: none;
	color: #0B85B6;
}

#footer
{
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #0B85B6;
    padding-top: 5px;
    padding-bottom: 5px;
}

#caption
{
    margin-left: 20px;
}

#header
{
    background-image: url("/Images/logo_c.png");
    background-repeat: repeat-x;
    text-align: left;
    height: 68px;
}

#header img
{   
    border: none;
}

#page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px Silver solid;
}

.news-container
{
	border-bottom: 1px solid Black;
	padding: 0px 0 5px;	
}

img.preview_picture
{
	float: left;
	margin-right: 10px;
	border: 1px Silver solid;
}

#main
{
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    paddin-bottom: 15px;
    background-color: #fff;
    margin-bottom: 0;
    height: auto;
    clear: both;
    min-height: 400px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.contact

/* TAB MENU   
----------------------------------------------------------*/
#jsddm
{	
    margin: 0;
	padding: 0;
    clear: both;
}
 
#jsddm li
{	
    float: left;
	list-style: none;
}
 
#jsddm li a
{	
    display: block;
	background-color: #0B85B6;
	padding: 5px 10px;
	text-decoration: none;
	width: 94px;
    color: White;
    font-weight: bold;
	white-space: nowrap;
    border-bottom: 1px solid silver;
}
 
#jsddm li a:hover
{	
    background-color: #004A92;
}
		
#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
#jsddm li ul li
{	
    float: none;
	display: inline;
}
			
#jsddm li ul li a
{	
    width: auto;
    font-weight: normal;
	background-color: #D82552;
	color: White;
}
			
#jsddm li ul li a:hover
{	
    background-color: #004A92;
}

#downlinks
{
    margin-left: -30px;
    margin-right: -30px;
    background-color: #0B85B6;
    border-top: 1px Silver solid;
    border-bottom: 1px Silver solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

#downlinks ul li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#downlinks ul li a
{
    color: White;
    font-size: 100%;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#downlinks ul li a:hover
{
    background-color: #004A92;
}

.ul li
{
    list-style-type: disc;
}

.ul
{
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    paddung-left: 0px;
}