@charset "utf-8";
/* CSS Document */
/* Stylesheet for the 'QATRAIN2 Theme' Plone theme */

.skipnav
{
	display: block !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body {
	background-image: url(++resource++qatrain2.theme.images/bodyBg.gif);
	background-repeat: repeat-x;
	background-color: #c8c8c8;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

img {
	border: 0;
}

#container {
	margin: 20px auto;
	width: 980px;
}

.header {
	background-image: url(++resource++qatrain2.theme.images/headC.gif);
	background-repeat: repeat-x;
	position: relative;
	display: block;
	margin: 0 20px;
	height: 30px;
}

.header .headL {
	background-image: url(++resource++qatrain2.theme.images/headL.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 30px;
}

.header .headR {
	background-image: url(++resource++qatrain2.theme.images/headR.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
 	text-transform: capitalize;
	color: #ffe954;
}

.header .headR a {
	color: #ffe954;
	text-decoration: none;
}

.logos {
	background-image: url(++resource++qatrain2.theme.images/logoBack.gif);
	background-repeat: no-repeat;
	display: block;
	width: 980px;
	height: 190px;
}

.logos .logoL {
	float: left;
	padding-top: 98px;
	padding-left: 40px;
	line-height: 24px;
	font-size: 16px;
	color: #003389;
}

.logos .logoR {
	float: right;
	padding-top: 98px;
	padding-right: 40px;
}

.menu {
	background-image: url(++resource++qatrain2.theme.images/menuC.gif);
	background-repeat: repeat-x;
	position: relative;
	display: block;
	height: 60px;
	/* width: 724 px; */
}

.menu .menuL {
	background-image: url(++resource++qatrain2.theme.images/menuL.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 60px;
}

.menu .menuR {
	background-image: url(++resource++qatrain2.theme.images/menuR.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 100%;
	height: 60px;
}

.menu .menuR ul {
	display: block;
	width: 724px;
	list-style-type: none;
	padding: 10px 0; 
	margin: 0 auto;
}

.menu .menuR ul li {
	background-image: url(++resource++qatrain2.theme.images/menuSep.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

.menu .menuR ul li.last {
	background-image: url(++resource++qatrain2.theme.images/menuC.gif);
}

.menu .menuR ul li a {
	display: block;
	padding: 0 10px; /* 0 20px */
	line-height: 40px;
	text-decoration: none;
	color: #000000;
}

.menu .menuR ul li.selected a {
    color:#003389;
}

.menu .menuR ul li a:hover {
	color: #003389;
}

.main, #portal-breadcrumbs {
	background-color: #FFFFFF;
	background-image: url(++resource++qatrain2.theme.images/mainBg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 898px;
	padding: 10px 40px;
}

.main h1, .main h2, .main h3 {
	color: #003389;
}

.main h1 {
	font-size: 20px;
	height: 100%;
}

.main h2 {
	font-size: 16px;
}

.main h3 {
	font-size: 15px;
}

.main p {
	font-size: 14px;
	line-height: 18px;
}

.main .more {
	margin-left: -4px;
}

.main a
{
    color: #003389;
}

.footer {
	background-image: url(++resource++qatrain2.theme.images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	text-align: center;
	height: 90px;
	width: 100%;
}

.footer .flags {
	background-image: url(++resource++qatrain2.theme.images/flagsC.gif);
	background-repeat: repeat-x;
	position: relative;
	display: block;
	height: 60px;
	width: 440px;
	margin: 0 auto;
}

.footer .flagsL {
	background-image: url(++resource++qatrain2.theme.images/flagsL.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 60px;
}

.footer .flagsR {
	background-image: url(++resource++qatrain2.theme.images/flagsR.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 100%;
	height: 60px;
}

.footer .flagsR ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

.footer .flagsR ul li {
	float: left;
	padding: 10px 0px 0px 10px;
}

.footer .copy {
	line-height: 30px;
	font-size: 12px;
	text-transform: capitalize; 
	color: #003389;
}

.footer .copy a {
	color: #003389;
	text-decoration: none;
}

.linksgray
{
	color: #000000;
	font-size: 13px;
	text-decoration: underline;
}

.linksgray:hover
{
	color: #000000;
	text-decoration: none;
}

.dblock
{
	display: block;
}

.artImg{
   border: 1px solid black;
}

.button
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM-COLOR: #000000;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-LEFT-COLOR: #000000;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: #000000;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-TOP-COLOR: #000000;
    BORDER-TOP-WIDTH: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #000000
}	

.textarea
{
	color: #000000;
	text-align: left;
	padding: 0px 0 0 0;
	font-size: 12px;
	font-family: arial;
	margin: 0;
}

legend
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 0px 0 0 0;
	margin: 0;
}

.arttxt
{
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 1.4em;
}

.data-table-rows th
{
    text-align:left;
}

.browse th, .browse td
{
    padding: 0em 1em 0.5em 0em;
}

.homepage-links
{
    list-style-type:none;
    width:100%;
}

.homepage-links li
{    
    font-size:140%; 
    line-height:2em;
}

.homepage-links a {
	padding: 0px 5px !important;
	line-height: 60px;
	font-weight:bold;
	background-image:none !important
}



