﻿
a 
{
text-decoration:underline;
color:Black;
}
a:hover
{
    color:#0165ba;
}

a:active
{
    color:#0165ba;    
}

a:alink img
{
    border:none;
    border-style: none;
}

img
{
    border:none;
    border-style: none;
}

html, body 
{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family: Arial;
    /*font-size:medium;*/
}

h2
{
    font-size:1em;    
}

#mainpage {    
    width:800px;
        /*border-width:1px;
		border-style:solid;
		border-color:green;    */
}
#header
{
    height:110px;
    width:790px;
    margin-top:5px;
    vertical-align: middle;
        /*border-width:1px;
		border-style:solid;
		border-color:black;    */
}

#imageleft 
{ 
    float:left;
    width:100px;   
       /* border-width:1px;
		border-style:solid;
		border-color:red;    */
}

#imagecenter
{ 
    float:left;
    width:400px;
    margin-top:40px;
    margin-left: 100px;
    margin-right:0px;
    text-align:center;
    vertical-align:text-bottom;
            /*border-width:1px;
		    border-style:solid;
		    border-color:blue;		*/
}

#imageright 
{  
    float:right;
    margin-top:60px;
    font-size:small;    
       /* border-width:1px;
		border-style:solid;
		border-color:red;     */
}

.btnSearch
{
    margin-left:5px;
    margin-right:5px;
}

.lbAdvancedSearch
{
    font-size:small;
}

#divAdvancedSearch
{
    float:left;
    font-size:small;
}

.panelAdvancedSearch
{
    float:left;
    position:absolute;
    margin-top:10px;
    text-align:left;
    overflow:hidden;
    z-index:20;
}

#hlMyAccount
{
    border-right:solid 2px black;
    padding-right:5px;
    margin-right:5px;
}

#divFormatInfo
{
    margin-left:15px;
    margin-right:15px;
}

.lbFormatInfo
{
    font-size:larger;
    float:left;
}

.ibClose
{
    float:right;
}

#searchstuff
{
    float:left;
    margin-top:7px;
    padding-left:10px;
}

#search 
{  
    background-image:url('images/footer_background.gif');
    background-repeat:no-repeat;
    background-position:center;
    height:50px;
    width:100%;
    margin-left:5px;
        /*border-width:1px;
		border-style:solid;
		border-color:red;     */
}
#menu
{
    width:790px;
    text-align:left;
    border:none;    
}
#menutext
{
    width:790px;
    text-align:left;
    border:none;
    font-size:small;
    vertical-align:top;  
}
/*
#middle
{
    text-align:center;
    width:800px;
    height:100%;
    padding-top:10px;
    color:#214a77;  
       border-width:1px;
		border-style:solid;
		border-color:red;    
}
*/
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 1em;*/
	/*padding: 0;*/
	width:auto;				/* <-- use this to tie width to viewport size */
	/*width: 40em;	*/			/* <-- use this for a set width */
	/*background-color: #eeeeee;*/
	}
 	
#content
	{
	padding:2em 2em 2em 2em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
#fadein
{
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;     
}

.Grid
{
    border-style:solid;
    border-width: 1px;
}
.Grid th
{

border-width: 1px;
border-right-color:#d0d0d0;

}

.Grid td
{
border-width: 1px;
border-bottom-color:#ededed;
border-top-color:#ededed;
}

.metalic
{
    background-image:url('images/blueBK.jpg');
    background-repeat:repeat;
    background-position:center;
    border:solid 1px #d0d0d0;
}

#divGridView
{
    overflow:auto;
    width:300px;
    height:100px;    
}


