/* STANDARD ELEMENTS */

body {
	color: black;
	background-color: white;
	background-repeat: repeat-y;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	height: 100%;
}

table{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border: 0;
	border-collapse: collapse
}

img {
	border:0;
}

a img {
	border: 0
}

a:link, a:visited, a:active {
	color: #004C92;
	text-decoration: underline
}

a:hover {
	color: #333333;
	text-decoration: underline
}

a.cloaked:link, a.cloaked:visited, a.cloaked:active {
	color: #333333;
	text-decoration: none
}

a.cloaked:hover {
	color: #333333;
	text-decoration: underline

}


ul {
	margin: 2em;
	padding: 5px;
	list-style-position: outside
}

li {	
	
}

form {
	padding: 0;
	margin: 0
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	height:18px;
	width:165px;
	background-color: #b3b3b3;
	color: #c4261d;
	font-family:Tahoma;
	font-size:11px;
	border: 1px solid #b3b3b3;
	margin-top: 2px;
	padding: 5px 0px 0px 5px
}

/*input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width:40px;
	color: white;
	background-color: #DC3224;
	cursor: pointer;
	padding: 0px;
	border: none
}

input.submit:hover{
   background-color: black;
   color: white
}*/

input.reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #8B8B8B;
	cursor: pointer;
	padding: 2px;
	border: none
}

input.reset:hover{
   background-color: black;
   color: white
}

textarea {
	background-color: white;
	color: #333;
	border: 1px solid #9B9B9B
}

.formControl input {
	height: 22px;
}

.formLabel {
	padding-top: 7px;
	padding-bottom: 2px;
	
	color: #5A5A5A;
	font-weight: bold;
}

input#searchField {
	height: 19px;
	width: 207px;
	border: 1px solid #DC3224
}

/* used to clear floats */
.clearer {
	clear: both;
	display: block;
	height: 1px;
	width:1;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

/* when .clearer fails... :)  */
.clearerMini {
	clear: both;
}

.cntDate {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 120%
}

.cntTitle {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 140%;
	color: #DC3224;
	padding-bottom: 10px
}

.cntSubTitle {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px
}

.cntText {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333;
	line-height: 120%
}

.fotoCnt {
	padding: 10px
}

.noviceDate {
	font-weight: bold
}

.bold {
	font-weight: bold
}

.fotoCnt2{
	border: 2px solid #b3b3b3;
    margin-right: 10px;
    float: left;
}

/* END STANDARD ELEMENTS */