﻿/* Notation for CSS
	. => class
	# => id

please add more to bottom of this page and not at here, at the top.
*/ 

body {
	background-color: White;
	text-align: center;		
}

body, div, p, td, input, textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

#wrapper {
	min-width:1060px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;	
}


#pg_foot {
 color: black;
}

img {
	border:0;
}
a {
	color:#666;
	outline: none;
}
a:hover {
	color:Red;	
}


h1 {
	color: #555555;
	font-size: 30px;
	/*font-style:italic;*/
}

div.NoramlText
{
	background:#e7e7e8;
	text-align:left; 
	color: black;
	font-weight:normal;
}





/* Menu tab system */

#fmenu {
	overflow:hidden;
	width:850px;
	margin-left:auto;
	margin-right:20px;
	
}
#fmenu .portal-menu {
	margin-left:90px;
	margin-bottom:10px;	
	padding-top:10px;
}
#fmenu ul.portal-menu li {
	float:right;
	background-image: url(../images/tab-grey-left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:#c1c1c1;
}
#fmenu ul.portal-menu li a {
	display:block;
	margin:0;
	height:30px;
	padding: 0px 20px;
	line-height:30px;
	background-image:url(../images/tab-grey-right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-decoration:none;
}
#fmenu .active-menu {
	background-image: url(../images/tab-white-left.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:#FFF !important;
}
#fmenu .active-menu a {
	background-image: url(../images/tab-white-right.gif) !important;
	background-repeat: no-repeat;
	background-position: right 0px;
	color:#666;
}
#fmenu .active-menu a:hover {
		color:#666;
}
ul, li {
    list-style: none outside none;
}

/* End Menu tab system */

/*  Master Page area */
/* Main content */

.content	
{
	 padding:0px;
	 text-align:center;
	 margin:auto;
	 width:960px;
 }
 
#pageCaption
{
	background:white;	
	color: #616161;
	font-family: Arial;
	font-weight:bold;
	font-size:30px;
	padding:10px;
	text-align:left;
}

#pageContent
{
	background:white;	
	color: #616161;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	text-align:center;
}

        	 
#main-content {
	background-color:white;
	margin:10px auto;
	padding:0;
	text-align:center;
}


#break{color:white;}

#menuWrapper {
	color: #333333;
	height:50px;	
	text-align:right;
	background-image: url(../images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}

#mainmenu {
	background-image: url(../images/bg-end2-pink.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align:right;
	height:50px;
	position:relative;
}

#menuWrapper ul {
	list-style:none;
	position: absolute;
	right: 0px;
	height: 50px;
	overflow: hidden;
	top: 0px;
	margin:0;
	padding:0;
}

#menuWrapper ul li {
	float:left;
	padding-right:10px;
}

#menuWrapper ul li a {
	color:#000000;
	display:block;
	line-height:25px;
	border-bottom: 5px solid #888888;
	text-decoration:none;
	padding:20px 10px 0 10px;
}

#menuWrapper ul li a:hover {
	border-bottom: 5px solid #555555;
}

#logo {
	width: 200px;
	float:left;
}

#heading {
	margin-left: 20px;
	margin-top: 20px;
}

#heading h1 {
	font-size:xx-large;
	padding-left:20px;
	font-style:italic;
	color: #333333;
}
#heading img {
	margin-left: 30px;
}
#frame {
	background-color: #2C2C2C;
	padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
	text-align:center;
	width:1050px;
	margin:0px auto;
}

#fheader {
	height: 140px;	
}

#fheader .img-right {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
#fheader .img-left {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

#pg_foot {
 color: black;
}


#text-footer {
	height:100px;
	margin:10px 3px;
	padding-left:50px;	
	background-color:#181818;

}
#text-footer p {
	color:#666;
	font-size:10px;
	padding-top:22px;
}

/* End Master Page area */


/*Data Grid styling */
.divDataGrid
{
	width:100%; 
	height:300; 
	overflow:auto;
}

.dataGridHeader
{
	padding: 2px;
	background-color: #e7e7e8;
	color: #ff1616;
	font-weight: bold;
}
.dataGridRow
{   
   background-color:White;
   outline-color:Black;
}
.dataGridAltRow
{
    background-color:#DCDCDC;
}

.datagrid {
	border-color: #cccccc;
}
.datagrid th 
{
	color:White;	
	background-color:#454545;	
	padding: 3px;
}
.datagrid th a {
	color: #333333;
	text-decoration:none;
}
.datagrid td {
	padding: 3px;
}
/*End Data Grid Styling*/




/*Splitting the page into two container */

 #con {
 position:relative;
 height:500px;
	top: 0px;
	left: 0px;		
	overflow:auto;
}

#div1 
{
    float:left;    
    width:400px;
}
#div2 
{
	float:left;
    width:400px;
}

.con {
 position:relative;
 height:400px;
 text-align:center; 
}
.div1 
{
    float:left;    
    width:440px;
}
.div2 
{
	float:left;
    width:440px;
    
}

/*End Splitting the page into two container */


/****************************************/



/* Login page*/
#div1a {
 position:relative;
 height:180px;

}
#div1b {
 float:left;
 width:100px;
}
#div1c {
 float:left;
 width:150px;
}

#div1d {
 clear:both;
}

.ButtonRight
{
	width:222px;
	height:33px;
	font-size:15px;
	font-weight:bold;
	text-align:Left;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	padding-bottom:3px;
	margin:0;
	_padding-bottom:5px;
	background:url('../Images/pink-button-right.gif') no-repeat;
}

.ButtonRightLarge
{
	width:222px;
	height:33px;
	font-size:15px;
	font-weight:bold;
	text-align:Left;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	padding-bottom:3px;
	margin:0;
	_padding-bottom:5px;
	background:url('../Images/pink-button-right.gif') no-repeat;
}

       
.ButtonLeft
{
	width:222px;
	height:33px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	padding-bottom:3px;
	margin:0;
	_padding-bottom:5px;
	background:url('../Images/pink-button-left.gif') no-repeat;
}

.TabSmall
{
	width:265px;
	height:26px;
	font-size:15px;
	font-weight:bold;
	text-align:Left;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	padding-bottom:3px;
	margin:0;
	_padding-bottom:5px;
	background:url('../Images/grey-tab-small.gif') no-repeat;
}

.TabLarge
{
	width:968px;
	height:42px;
	font-size:15px;
	font-weight:bold;
	text-align:Left;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	padding-bottom:3px;
	margin:0;
	_padding-bottom:5px;
	background:url('../Images/grey-tab-large.gif') no-repeat;
}

.pagecontainer
{
	
}



.watermark
{
	background: #FFAAFF;
}

.popupControl
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



