/*  Stylesheet for Adatto standard top-level pages (two unequal columns between header and footer)  */
/*  Currently affects text styles, tabs, and some popup widths only, not layout */
/*	Will get to CSS layout later - last updated 2/16/2010 */

/* BEGIN general tag font formatting styles */

body, p, table, th, td {
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 14px;
	color : Black;
	line-height : normal;
}

h2 {
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 18px;
	font-weight : bold;
	color : #cc3300;
	line-height : normal;
	margin-bottom : 10px;
}

h3 {
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 18px;
	font-weight : bold;
	color : Black;
	line-height : normal;
	margin-bottom : 26px;
}

div.lateral {	/* defines width value inside wide popups, with exception of webfolio */
	width : 600px; 
	margin-top : 30px;
	margin-left : 20px;
}

a {
font-family : Verdana, Arial, Sans-serif;
	font-size : 12px;
	color : #cc3300;
	line-height : normal;
}

a:visited {
font-family : Verdana, Arial, Sans-serif;
	font-size : 12px;
	color : #cc3300;
	line-height : normal;
}

/* END general tag font formatting styles */

/* ----------Tabs CSS -------- */

#navlist {
        padding : 3px 0;
        margin-left : 0;
        border-bottom : 1px solid #778;
        font : bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style : none;
        margin : 0;
        display : inline;
}

#navlist li a {
        padding : 3px 0.5em;
        margin-left : 3px;
        border : 1px solid #778;
        border-bottom : none;
        background : #DDE;
        text-decoration : none;
}

#navlist li a:link { color : #cc0000; }	/* these arguments must have no spaces around colons - org #667  */
#navlist li a:visited { color : #cc0000; }

#navlist li a:hover {
        color : #000;
        background : #AAE;
        border-color : #227;
}

#navlist li a#current {
        background : white;
        border-bottom : 1px solid white;
}
/* -------END Tabs CSS-------- */