/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");
@import url("sIFR-screen.css");

/* Classes and styles */

body {
	font-family: Arial;
	font-size: 12px;
	color: #3c3c3c;
}

a {
	color: #0c4299;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

label {
	display: block;	
	float: left;
}
select {
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
}

h2 {
	font-size: 16px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	text-transform: uppercase;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
}

ul {
	margin: 5px 0px 0px 0px;
	list-style-type: none;
	padding: 0px;
}

li {
	padding-left: 7px;
	margin: 0px 0px 0px 0px;
    background-image: url(../../images/new/bullet.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
}

p a img{
	border: 0;
}

.error{
	color: red;
}

div#lightbox {
	display: none;
	width: 900px;
	position: fixed;
	top: 100px;
	left: -450px;
	margin-left: 50%;
	background-color: white;
	border: 1px solid #000000;
	z-index: 2000;
	padding: 20px;
	min-height: 300px;
}

div#lightboxImage img {
	display: block;
	margin: 0px auto;
}

a#btnLightboxClose, a#btnLightboxPrev, a#btnLightboxNext {
	display: block;
	color: #000000;
	position: absolute;
	
}

a#btnLightboxClose  {
	right: 10px;
	top: 10px;
}

a#btnLightboxPrev {
	top: 250px;
	left: 10px;
}

a#btnLightboxNext{
	top: 250px;
	right: 10px;
}