/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


#portal-top
{
/* Top section */
margin: 0;
padding: 0;
background-color: #FCFCFC;
}


#portal-globalnav li a
{
/* The normal, unselected tabs. They are all links */
background-color: #FCFCFC;
border-color: #002266;
border-width: 1px; 
border-style: solid solid none solid;
color: #002266;
height: 1.5em;
margin-right: 0.5em;
padding: 0em 2em;
text-decoration: none;
text-transform: lowercase;
}


#portal-breadcrumbs
{
/* The path bar, including breadcrumbs and add to favorites */
border-bottom-color: #002266;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 2em;
padding-right: 2em;
text-transform: lowercase;
background-color: #FCFCFC;
}


#portal-columns #portal-column-one
{
    background-color: #FCFCFC;
}

#portal-columns #portal-column-two
{
    background-color: #FCFCFC;
}


.portlet
{
    background-color: #FCFCFC;
}

.portletBody
{
    background-color: #FCFCFC;
}

/*
** Table-based column layout for all browsers.
** By Alexander Limi, http://www.plonesolutions.com
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

#portal-columns
{
    width: 100% !important;
}

#portal-column-one
{
    vertical-align: top;
    width: 16em;
}

#portal-column-content
{
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#portal-column-two
{
    vertical-align: top;
    width: 16em;
}

/* Padding for the columns */

#portal-column-one .visualPadding
{
    padding: 2em 1em 5em 1em;
}
#portal-column-content .visualPadding
{
    padding: 0em 0em 0em 0em;
}
#portal-column-two .visualPadding
{
    padding: 2em 1em 5em 1em;
}

/*  */

.visualClear
{
display: block;
clear: both;
background-color: #FCFCFC;
}

#portal-footer
{
background-color: #FCFCFC;
border-top: 1px solid #002266;
border-bottom: 1px solid #002266;
float: none;
margin: 0em 0em 1em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}

.link-parent
{
display: block;
background: transparent url(http://www.maxaware.com) 4px 5px no-repeat;
padding: 1px 0px 1px 16px;
font-size: 85%;
visibility: hidden;
}

.fineprint
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

.question{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	color: #132164;
}

.answer{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	color: #AF7F0C;
}

/*.questiontable{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	background-color: #AF7F0C; 
}

.answertable{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	background-color: #132164; */
}