﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/


 .pageBackground, .pBack { /* body */
	background-color: #fdd95e;
	background-image: url(../../Images/background.gif);
	background-position: top center;
	background-repeat:repeat-x repeat-y ;
    background-position: left;
	margin: 0px;
	width: 100%;
	}

 .logoBG{
     background-image: url(../../Images/logo2.gif);
     background-position:left;
     background-repeat: repeat-x;
 }

.signInBarStatus { /* sign in bar status message text */
	color: #ffffff; /*666666; */
	text-align: left;
	}


.pWrapper { /* page content container */
	margin: 0px;
	width: 100%;
	}

 .footer { /* footer content */
	color: #ffffff;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	padding-top: 6px;	
	text-transform: uppercase;
	width: 100%;
	}
	
.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: left;	
	}
	
.pBack
{
	background-color: #9CBEE5;
}
.logoBG
{
	background-color: #9CBEE5;
}


.QPageSize
{
    height: 500px;
    width: 700px;
}
.QPageSizeBr
{
    height: 500px;
    width: 900px;
}
.QPageSizeHi
{
    height: 600px;
    width: 900px;
}
.QPageSizeBrHi
{
    height: 600px;
    width: 900px;
}
