/*general features*/
body {
      background-image:url(imgs/N2S0lb.png);
      background-repeat:repeat-x;
}

/*default link state*/
a{color: #ffffff;/*blue color*/
  text-decoration: none;/*no underline*/
} 

/*no borders around imgs*/
img{border-style: none;}

/*center gipsc logo*/
#logo {
   width: 100%;
   height: 80%;
  background: url(imgs/gipsclogo1.png) center center no-repeat;
}


#navbar{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;/*  the "|" in the navbar should be same color as default link color*/
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: none;
text-indent: none;
}

/*this is such a hack. the idea is use the navbar div id as the unique id for the page
and on each page add a class="pagename" and reference it here. I sure there is a better
way but it works for now...in firefox...on ubuntu. lol*/
#navbar .home, .about, .client, .merchant, .developer, .upload, .history, .returns, .settlement{color: #ccc000;}


#footer{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
color: #3300CC;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: none;
text-indent: none;
float: right;
}

#logoscaled{
float:right;
}

#blurb{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #3300cc;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: none;
text-indent: none;
float: center;
}


/*login.html page why so much code for login page, whats it all do?*/

form#login {  
 color: #FFFFFF; /*white color*/ 
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 10px;  
}

#login .text {  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 14px;  
 width: 110px;  
 margin-right: 6px;  
}

#login .buttons {  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 10px;  
 background-color: #333333;  
 color: #FFFFFF;  
 margin-right: 6px;  
}

/*about page*/

#aboutgipsc{
color: #000000;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 53%;
}

/*signup forms */

/* what the hell does this do anyway
form#TheForm{ 
 background-color: #6600ff;  
 color: #3300CC;
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 text-align: right; 
}*/

table{ 
/*IE doesn't read properly need to find a way to center it in IE.*/
margin-left: auto;
margin-right: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000; 
}

#signup .subtn{
background-color: #333333;
color: #ffffff;
margin-right: 50px;/*spaces the submit button and the rest of table*/
}
