/* Contains all standard HTML tag CSS */
body 
{    
	font-family: Arial;
	margin: 0px auto;
	border: 0px auto;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(/App_Skins/interfab/images/);
	background-position: top;
	background-repeat: repeat-x;
	height:100%;
}
#header
{
	width: 850px;
	height: 100%;
	border: 0px auto;
	margin: 0px auto;
	color: #00b0d8;
}
a
{
    color: #00b0d8;
    text-decoration: none;	
}

a:link
{
    color: #00b0d8;
     text-decoration: none;
}
a:visited
{
    color: #00bod8;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #ffae00;
}
a:active
{
    text-decoration: none;
    color: #00b0d8;
}
/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
   padding:5px 0px 5px 0px;
}
h1
{
    background-repeat:no-repeat;
    font-size:large;
    color:#00446a; 
    text-align:left; 
     
}


h1 a:link,h1 a:visited
{
}

h1 a:hover
{
}

h2
{
	font-size:medium;
    color:#00446a;
	text-align:left;
}

h2 a:link,h2 a:visited
{
}

h2 a:hover
{
}

h3
{
    font-size:medium;
    color:#00446a;
}

h4
{
    font-size:medium;
    color:#00446a;
}

h5
{
	font-size:small;
    color:black;
	
}
table
{
	border:0px;
	padding:0px;
	margin:0px;
	border-spacing:0px;
}
input[type="text"]
{
    background-color:white;
    border:solid 1px black;
}

input[type="text"]:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
input[type="password"]
{
    background-color:white;
    border:solid 1px black;
}
input[type="password"]:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
textarea 
{
    background-color:white;
    border:solid 1px black;
}
textarea:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
select
{
    background-color:white;
    border:solid 1px black;
}


#footer
{
	background-color: #000000;
	background: url(/App_Skins/interfab/images/) no-repeat;
	background-position: top center;
	color: #ffffff;
	width: 850px;
	height: 100%;
	margin: 0px auto;
	border: 0px auto;
	font-size:10px;
	text-transform:capitalize;
	clear:both;
}

#footer a
{
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: none;
}

img
{
	margin: 0px;
}
.awesome, .awesome:visited {
	background: #48a8d2 url(images/alert-overlay.png) repeat-x; 
	border: 0px;
	display: inline-block; 
	padding: 10px 20px 12px; 
	color: #fff; 
	font-weight:bold;
	font-size:19px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover{ background-color: #5bbee5; color: #fff; }
.awesome:active{ top: 1px; }
.awesome.large {
	font-size:22px;
	padding: 10px 20px 12px; 
}


