﻿
BODY
{ background-color:#6887C1;
}

 
/* 

!!!!!! Green notes are from Muneer Koliyat !!!!!!

*/
#header { 
	
	clear: both;
	color: #aaa;
	border-bottom:solid 1px #2083CF;
	padding: 0px 0;
}
/*
Bellow is the footer & copyright side
* To apply the bellow css style, 
* you have to creat a footer as here in your master page
* inside desired table and before  </div></form></body></html>


<div id="footer">
     <p class="left"> &nbsp; &nbsp;&copy www.koliyat.com</p>
     <p class="right">Designed by: <a id="designed" href="mailto:koliyat@gmail.com" runat="server">Muneer Koliyat</a> &nbsp; &nbsp; &nbsp;</p>
 </div>

*/

#footer { /* footer div  style (div ID=footer)*/
	background-color: white;
	clear: both;
	color: #aaa;
	border-top: solid 1px #2083CF;
	padding: 5px 0;
}
#footer p.left {/* to left align 'copyright'  */
	float: left;
	clear: left;
}
#footer p.right { /* to right align 'designed by' */
	float: right;
	clear: right;
}
#footer a:link, #footer a:visited /* remove text decoration from footer div */
{
   text-decoration:none;
   color: #aaa;
}
/* test style starts here*/

h1 { /* for all main headings */
	font-size: 1.4em;
	font-family:Arial;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #6887C1;
}
h2 {/* for all sub headings */
	font-size: 1.0em;
	font-family:Arial;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color:Maroon;
}

#topMenu a:link, #topMenu a:visited
{
    display: block;
    width: 90.99%; /* for IE5 */
    text-decoration: none;
    color:Maroon;
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-weight: normal;
       }
/* imgLogo !!!! drag an image control and maket its ID= imgLogo */

#imgLogo
{
text-align: left;
vertical-align:top;
 }
 
#goodevening /* welcome and login status */
{
    font-weight: bold;
    color: #6887C1;
    font-family: 'Times New Roman';
    vertical-align: text-top;
    float:right;
}

.hyperlinks
{ text-decoration:none;
    font-family:Times New Roman;
  color:Green;
}
.Important 
{ 
     
    font-size: large; 
     color: Red; 
} 

.logeduser
{ font-weight:bold;
}

#hr
{
	clear: both;
	border-bottom:solid 1px #2083CF;
	
}
.TEST
{
    width: 120px;
    height: 25px;
    border-width: 2px;
    border-color: green;
}
.color
{
    color: #6887C1;}
/* news area */

.newsItem
{
    padding-top: 0.4em;
    border-bottom: #D8E4F8 thin solid;
    width: 405px;
    border-right: #D8E4F8 thin solid;
    border-top: #D8E4F8 thin solid;
    border-left: #D8E4F8 thin solid;
    background-color: #F0F4FA;
    
}
.newsTitle 
{
	font-size: 100%;
	font-family:Arial;
	font-size:medium;
	color:Blue;
	
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color:#000;
	
}
.newsContent {
	text-align:justify;
	font-family:Arial;
	font-size:small;
	}
	.RepeatImage
{
    border-right: #ffff00 2px solid;
    border-top: #ffff00 2px solid;
    border-left: #ffff00 2px solid;
    border-bottom: #ffff00 2px solid;
    height: 100px;
    width: 100px;    
     }
.UploadFile_css
{
    color: maroon;
     
   }
	/* news area ends here*/
	
	#nav a:link, #nav a:visited
{
    display: block;
    width: 90.99%; /* for IE5 */
    text-decoration: none;
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-weight: normal;
}

#leftpan
    {background-color: Transparent;
	background: url(../images/border.jpg);
	background-position: top right;
	background-repeat: repeat-y;}

#rightpan
    {background-color: Transparent;
	/* background: url(../images/bgpb.jpg);*/
	background-position: top right;
	background-repeat: repeat-y;}

.ban
{
    background-image: url(../images/ban.gif);
    background-position: center top;
    /*background-attachment: fixed;*/
    background-repeat: repeat-x;
}
.GridView1
{
    font-size: xx-large;
    font-family: 'Times New Roman';
}
#logocell
{
    background-image: url(../images/home.jpg);
    /* background-attachment: fixed;*/ 
    background-repeat: no-repeat;
    background-position: right top;
    height: 119px;
}
#search /* search box google */
{
   
    vertical-align: top;
    float:right;
    padding: 0px 0;
}
#RSSDIV
{
   
    vertical-align: top;
    float:left;
    
}