﻿/* reset  styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {border: 0px;outline: none;}
input, select, textarea, option {color: #000000;}


/* General styles */

html, body {height: 100%; width: 100%;}
* {font-family: Comic Sans MS, Trebuchet MS, Tahoma, Arial; font-size: 14px;}
    
    a {outline: none;}
	a:link, a:active, a:visited {color: #e90000; text-decoration: underline;}
	a:hover {color: #000000; text-decoration: none;}
	
	img {border:0;}

body {color: #000000; padding:0;}

.register {text-align: right; margin: 0 25%; float: right;}

.art {
    padding: 40px;
    background-image:url('/images/art.png');
    background-repeat: no-repeat; 
    background-position: right center;
    min-width: 135px;
    min-height: 80px;
    float: right;
}

div.btn, div.btng {padding: 5px 10px; margin: 0 10px 0 0; background-color: #e90000; font-weight: bold; color:#FFFFFF; float: left;}
div.btn {margin: 20px 10px 0 0;}

    div.btn a, div.btng a {font-weight: bold; font-size: 15px; letter-spacing: 1px;}
	div.btn a:link, div.btn a:active, div.btn a:visited {color: #FFFFFF; text-decoration: none;}
	div.btn a:hover {color: #FFFFFF;}
	
div.btng {/*background-color: #ededed;*/}

div#SignIn {background-color: Aqua;}


.logo {width: 500px; margin: auto; padding: 150px 0 25px 0;}
.logosm {margin: 0 10px 0 0; padding: 15px 0; float: left;}

.content {
	width: 275px; margin: auto; 
    background-image:url('/images/scissors.png');
    background-repeat: no-repeat; 
    background-position: left center;
    padding: 20px 0 20px 225px;
    min-height: 121px;
}
.button {background-color: #000000; color: #FFFFFF; font-weight: bold; font-size: 15px; letter-spacing: 1px; border: 1px solid #000000; margin: 0 5px;}
.input {border: 1px dashed #000000; width: 160px; padding-left: 3px;}

.sm {font-size: 14px; padding: 10px 0;}
.sm a {font-size: 14px;}

.clearit {clear: both;}

.copyright {width: 275px; margin: auto; clear: both; padding: 25px 0 0 225px;}

.Reporter {margin:auto; width: 96%;}
.Reporter .logosm {margin-left: 6%;}

.float {float: left;}
.floatr {float: right;}


