/* SVS Mortgage CSS Document 
   controls all text, color, and background images on SVS Mortgage site
   created on 3/29/04
*/

/* links */
a           { text-decoration: underline; font-size: 10px; font-family: arial, verdana; }
a:hover     { color: #005a8c; text-decoration: none; font-size: 10px; font-family: arial, verdana;}
a:visited	{ color: #660066; }

/* custom links */
a.wsmall:link   { text-decoration: underline; font-size: 10px; font-family: arial, verdana; color: #ffffff;}
a.wsmall:hover    { color: #ffffff; text-decoration: none; font-size: 10px; font-family: arial, verdana;}
a.wsmall:visited  { color: #660066; }

a.large:link   { color: #0000ff; text-decoration: underline; font-size: 12px; font-family: arial, verdana; }
a.large:hover    { color: #005a8c; text-decoration: none; font-size: 12px; font-family: arial, verdana;}
a.large:visited  { color: #660066; font-size: 12px; }

/* html elements */
form 		{ margin-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0; padding: 0; }
td img 		{ display: block;}
td 			{ font-family: arial, verdana; color: #000000; font-size: 8pt;}
body 		{ margin:0;	padding: 0px; }

/* text custom classes */
.style1 	{color: #CCCCCC}
.style2 	{color: #000000; font-size:9px;	font-family:Arial;}
.arial		{ font-family: arial, verdana; }
.verdana    { font-family: verdana, arial; }
.small		{ font-size: 10px; }
.white 		{ color: #FFFFFF; }

/* custom other */

.pad { padding-left: 3px; }
.error { color : #ff0000; background-color : #ffffcc; border : 1px solid #ff0000; padding: .2cm; }


/* backgrounds */
.lefttable { background-color: #A7ACD2;}
.employertable { background-color: #CC99CC; }
.jobstable { background-color: #0066CC; }
.searchtable { background-color: #A7CCD6; }
.box {border:1px solid #666666;}

.employerbox {border:1px solid #330066; background-color:#AFB6D6; padding:5px;}

