/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* senay & kolacz-styles comes here. */
body {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.2;
	color: black;
}
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: underline;
}
a:focus {
	border-bottom: 1px dotted #333;
}
h2 {
	text-transform:uppercase;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
	display: block;
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	text-align: center;
	margin: 30px 0 10px 0;
}
.section, .footer {
	margin-top: 5px;
	background: transparent url(/new/images/line.gif) no-repeat top left;
	padding-top: 15px;
}
.subsection {
	background: white url(images/blur-bottom-left.gif) no-repeat bottom left;
	padding-bottom: 6px;
}
.subsection h2 {
	background: transparent url(images/blur-top-left.gif) no-repeat top left;
	padding: 6px 15px 0px 15px;
}
.subsection p {
	margin: 0 15px 5px 15px;
}
.subsection img {
	margin-top: 10px;
}
.subsection h2 span {
float: right;
margin-top: -1.2em;
font-weight: normal;
font-style: italic;
}
.footer {
	color: #666;
	padding: 13px 7px 7px 7px;
}




#frmAdmin h2 {
margin-top: 4em;
border-bottom: 1px solid #ccc;
padding-bottom: .5em;
line-height: 1;
margin-left: -4em;
}
#frmAdmin label {
display: block;
font-weight: bold;
}
#frmAdmin label.checkbox {
display: inline;
}

#frmAdmin label {
margin-top: .5em;
}
#frmAdmin input.text,
#frmAdmin textarea {
width: 35em;
font-family:'Courier New', Courier, monospace;
font-size: 1em;
}

#frmAdmin textarea {
height: 10em;
}

#frmAdmin .oneProject {
margin-top: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #ccc;
}

#frmAdmin .actions {
margin: 2em 0;
background: #eee;
padding: .5em;
margin-left: -4em;
}

#frmAdmin p {
	margin-top: 1em;	
}

.infomsg {
	padding: .5em;
	background-color:#F3C;
	color: white;
	font-weight: bold;
	margin: .5em;
}
.thanks {
float: right;
margin-top: -1.2em;
}
.thanks,
.thanks a:link,
.thanks a:visited,
.thanks a:hover,
.thanks a:active
{
text-decoration: none;
color: #666;
}
