/* 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: 988px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #fbfbfb;
	border: 1px solid #000000;
	z-index: 4000;
	padding: 20px;
	min-height: 310px;
}

div#lightboxImage img {
	display: block;
	margin: 0px auto;
	z-index: 4010;
}

a#btnLightboxClose, a#btnLightboxPrev, a#btnLightboxNext {
	display: block;
	color: #000000;
	position: absolute;
	
}

a#btnLightboxClose  {
	right: 10px;
	top: 10px;
}

a#btnLightboxPrev {
	position: absolute;
	top: 161px;
	left: 0px;
	display: block;
	width: 19px;
	height: 18px;
	background: url(../../images/slideshow_prev.gif) no-repeat;
}

a#btnLightboxNext{
	position: absolute;
	top: 161px;
	right: 0px;
	display: block;
	width: 19px;
	height: 18px;
	background: url(../../images/slideshow_next.gif) no-repeat;
}
