/** Stylesheet for SSC-inc Site **/

/* Styles for Layout */
body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#content {
	position: relative;
	z-index: 100;
	width: 100%;
}
table#content {
	position: relative;
	width: 100%;
	vertical-align: top;
}
table#content td {
	padding: 5px 0;
}

/* Styles for Fieldset */
fieldset {
	border: 2px solid #669999;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #003399;
}

/* Styles for Tables */
table#unbordered {
	padding: 5px;
	color: #000000;
	background-color: #ffffff;
}
table#unbordered td {
	font-size: 12px;
	padding: 3px;
}
table#bordered th {
	padding: 5px;
	background-color: #669999;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

table#bordered td {
	text-align: center;
	padding: 5px;
	border: 1px solid #669999;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
}

table#razore {
	background-color: #5F8FBE;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px;
}

/* Styles for Text */
p, li, .standard {
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	line-height: 130%;
}
p strong {
	font-size: 13px;
}
p.success {
	font-size: 13px;
	color: #669999;
}
p.warning {
	font-size: 13px;
	color: #ff0000;
}
.copyright {
	font-size: 9px;
	color: #000000;
}
.caption {
	font-size: 11px;
	font-weight: bold;
}

/* Styles for Headers */
h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 14px;
	color: #003399;
	margin: 3px 0;
}
h3 {
	font-size: 12px;
	color: #003399;
	margin-bottom: 0px;
}
h4 { /* Attentions and warnings */
	font-size: 12px;
	font-weight: normal;
	color: #5F8FBE;
	margin-left: 10px;
}
h5 { /* Alert text */
	font-size: 12px;
	margin: 8px;
}
h6 { /* Breaking News */
	font-size: 20px;
	color: #993333;
	text-decoration: underline;
	margin: 3px;
}
ul {
	margin-bottom: 10px;
}

li
{
	margin-bottom: 5px;
}

/* Styles for Link */
a:link {
	color: #669999;
	text-decoration: underline;
}
a:visited {
	color: #336666;
	text-decoration: underline;
}
a:hover {
	color: #336666;
	text-decoration: underline;
}
a.featured {
	color: #335555;
	font-size: 10pt;
	font-weight: bold;
}
a.featured:hover {
	color: #667777;
}

/* Styles for Forms */
label {
	font-size: 11px;
	font-weight: bold;
	color: #003399; }
	
textarea.textfield, input.textfield, select {
	font-size: 12px;
	color: #000000; }
	
input.button {
	font-size: 12px;
	padding: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #669999; }
	
input.button:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff; }

.category {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 0px; }
	
#abovecustomer {
	width: 200px;
	padding: 5px; }	

#abovecustomer h6 {
	#003399
	text-align: center; }
	
#customer {
	width: 200px;
	background-color: #E1EBF5;
	border: 2px solid #003399;
	font-size: 10px;
	padding: 5px; 
	margin: 0px 0; }
	

#customer p {
	font-weight: bold; }
	
#customer li {
	margin-left: -10px; }

#anchorlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none; }

#anchorlist li {
	padding-left: 10px;
	background-image: url(/images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	margin-bottom: 0;	}	

/* Survey box */	
#survey
{
	text-align: center;
	background: #FEE084 none;
	border:2px solid #003399;
	width: 200px;
	padding: 10px 5px;
}

#survey a.button,
#survey a.button:visited,
#survey a.button:hover
{
	color: #ffffff;
}

#survey h6
{
	text-decoration: none;
}

#survey h6 a,
#survey h6 a:visited
#survey h6 a:hover
{
	
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 10px;
}

#survey h6 a:hover
{
	text-decoration: underline;
}

#survey a.button:hover
{
	text-decoration: none;
}

#survey span
{
	color: #ffffff;
	font-size: 15px;
	display: block;
	font-weight:bold;
	margin: 10px 0;
}

a.button
{
	background: #003399 none;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, rgb(0,51,153)),
    color-stop(0.66, rgb(47,96,191)));
	background: -moz-linear-gradient(
    center bottom,
    rgb(0,51,153) 32%,
    rgb(47,96,191) 66%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#2F60BF", EndColorStr="#003399");
	border: 1px solid #003399;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	margin: 20px 0 5px;
	max-width: 210px;
	font-weight: bold;
}

a:hover.button
{
	background: #003399 none;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.32, rgb(0,51,153)),
    color-stop(0.66, rgb(47,96,191)));
	background: -moz-linear-gradient(
    center bottom,
	rgb(47,96,191) 32%,
    rgb(0,51,153) 66%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#003399", EndColorStr="#2F60BF");
	border: 1px solid #003399;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

a.news
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	position: absolute;
	top: 77px;
	right: 485px;
	font-size: 25px;
}

a:hover.news
{
	text-decoration: underline;
}


