﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/**********************************************************************
 * X1 styles                                                          *
 **********************************************************************/
	
.pgComplete 
{
	border-top-style: outset; 
	border-right-style: outset; 
	border-left-style: outset; 
	border-bottom-style: outset;
	padding:  6px 6px 6px 6px;
	text-align: center;
	vertical-align: bottom;
	float:  left;
	font-size: 15pt; 
	background-color: #ccff99;
}

.pgActive
{
	border-top-style: outset; 
	border-right-style: outset; 
	border-left-style: outset; 
	border-bottom-style: outset;
	padding:  6px 6px 6px 6px;
	text-align: center;
	vertical-align: bottom;
	float:  left;
	font-size: 30pt; 
	background-color: #ffff33
}

.pgInactive
{
	border-top-style: outset; 
	border-right-style: outset; 
	border-left-style: outset; 
	border-bottom-style: outset;
	padding:  6px 6px 6px 6px;
	text-align: center;
	vertical-align: bottom;
	float:  left;
	font-size: 18pt; 
	background-color: #dcdcdc
}

.x1intro, .x1i {
	font-size: large;
	font-family: Arial;
	background-color: #ffffcc;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	border-width: 0px;
	border-style: none;
	}

.x1head, .x1h {
	font-size: large;
	font-family: Arial;
	background-color: #ccccff;
	padding: 3px 6px 3px 6px;
	border-width: 0px;
	border-style: none;
	}

.x1detail1, .x11 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	background-color: #ffffcc;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	border-width: 0px;
	border-style: none;
	}

.x1detail2, .x12 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	background-color: #ffeecc;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	border-width: 0px;
	border-style: none;
	}

.x1error, .x1e {
	font-size: larger;
	font-weight: bold;
	color: red;
	}

.footer {
	color: BLACK;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 6px;
	}

/**********************************************************************
 * EGF Stuff                                             *
 **********************************************************************/
A.dark:link     {text-decoration: none;color: #000033; 	font-size: 12px; font-family: Arial}
A.dark:visited  {text-decoration: none;color: #000033; 	font-size: 12px; font-family: Arial}
A.dark:active   {text-decoration: underline;color: #000033; 	font-size: 12px; font-family: Arial}
A.dark:hover    {text-decoration: underline;color: #000033; 	font-size: 12px; font-family: Arial}

/**********************************************************************
 * Mediplan Stuff                                             *
 **********************************************************************/
A.MPLight:link     {text-decoration: none;color: white; 	font-size: 12px; font-family: Arial}
A.MPLight:visited  {text-decoration: none;color: white; 	font-size: 12px; font-family: Arial}
A.MPLight:active   {text-decoration: underline;color: white; 	font-size: 12px; font-family: Arial}
A.MPLight:hover    {text-decoration: underline;color: white; 	font-size: 12px; font-family: Arial}

/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	margin: 0px;
	background-color:  White;
	}

.pageBorderTL, .pbTL {
	background-color:  White;
	}
.pageBorderT, .pbT {
	background-color:  White;
	}
.pageBorderTR, .pbTR {
	background-color:  White;
	}
.pageBorderL, .pbL {
	background-color:  White;
	}
.pageBorderC, .pbC {
	background-color:  White;
	vertical-align: top;
	}
.pageBorderR, .pbR {
	background-color:  White;
	}
.pageBorderBL, .pbBL {
	background-color:  White;
	}
.pageBorderB, .pbB {
	background-color:  White;
	}
.pageBorderBR, .pbBR {
	background-color:  White;
	}
.pContent  {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:-moz-center;
	#text-align:center;
	}