﻿/* This style sheet is intended to contain STyles change in the master page */

/*Body styes */
body
{
	margin-left:2%;
	margin-right:2%; 
	margin-top:2px; 
	margin-bottom:0px;
	background:white;
}
/* Main div style*/
div.mainpage
{
	 text-align:center;	 
}

/* logo div style*/
div.logo
{
	width:965px; 
	height:50px;
	text-align:left;
	background:white 
}

/*logo table*/
table.tbLogo
{
	 width:965px;	
}

/*menu div style*/
div.menu
{
	background:#38A6E1;
	width:1000px;
}

/*main text area*/
div.maintext
{
	background:#cccccc;
	 width:965px;
}

/*Main Content div*/
div.content
{
	 text-align:justify;
	margin-left:5px;
	margin-right:5px;
}

/*this styles are using for services in Master home page*/
table.home_services
{
 border:0px;
 padding:0 0 0 0;	
}

.home_services_heading
{
	width:150px;
	height:30px;
	
}
.home_services_image
{
	 width:75px;
	 height:100px;
}

/*these are the main table cell properties*/
.td_home_service
{
	width:225px; 
	padding-right:0px;
	text-align:right;
}
a.morestyle
{
	text-decoration:none;
	color:Navy;
}

/* footer div styles*/
div.footer
{
	text-align:center; 
	background:#666666;
	color:#d3d3d3; 
	width:965px;
}
p.footer
{
	text-align: justify;
	color:#d3d3d3;
	text-decoration: none;
	margin-right:5px;
	margin-left:5px;
}
/* these styles are using for hyperlinks like terms, policy in the footer*/
a.footeritemlinks
{
	color:#d3d3d3;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
/* these styles are using for hyperlinks in the footer*/
a.itemlinks
{
	color:#d3d3d3;
	text-decoration:none;
	font-weight:bold;
}
span.separater
{
	color:White;
}
/* these styles are using for emails in the application*/
a.email
{
	color: Navy ;
	text-decoration:none;	
}

/*@@@@@@@@@@@@@@@@@@@@@@@@*/

/* top header style */
div.pageheaders
{
 text-align:left;
}

/*top header home name and root name*/
.topheader
{
	 font-weight:bold;
	 text-decoration:none;
	 color:#a9a9a9;
	 font-size:11px;
	 text-align:left;
}

.pageheader
{
	 font-weight:bold;
	 text-decoration:none;
	 color:#ff6600;
	 font-size:13px;
	 text-align:left;
	 font-variant:normal;
}
.taglineheader
{
	 color:#ffffff;
	 text-align:left;
	 font-size:11px;
	 font-weight:bold;
}


table.SplendTekmaster
{
	 width:960px;
	 height:350px;
	 
}
/*Main Table row in the Master Page  */

table.SplendTekmaster td
{
    /* background-color: white*/
     
}

/*Left and Right Cells width the Master Page  */
.TD.LeftRight
{
     width:130px;     
}
/*Cells in the top row in the Master Page  */
.SplendTekpage TD.logoMenu
{
     width:100%;     
}
/*Top Menu Control Cell in the top row in the Master Page  */
table.SplendTekmaster TD.MenuRightLeft
{
     width:150px;  
     vertical-align:top;   
}
/*Main content*/
table.SplendTekmaster TD.MenuContent
{
	width: 1000;
	vertical-align: top;
	text-align: justify;
	font-family:Verdana;
	font-size:11px;
	line-height:20px;
}
/*Footer*/
table.SplendTekmaster tr#footer
{
	text-align:center;
	height:10px;
	background-color:#0099ff;
}


/* links in the page -- sitename and email type*/
a.linksinpages
{
	color:Navy;
	text-decoration:none;
	font-weight:normal;
	/*font-size:10px;*/
}
