/* CSS Document */
body
{
	background-image:url(_images/site_bg.jpg);
	background-repeat:repeat-y;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.logo
{
}

.statusBar{
	width:100%;
	height:21px;
	background-image:url(_images/status_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid white;
	font-size:12px;
	color:#003399;
}

.topBanner{
	width:100%;
	height:110px;
	background-color:#ffffff;
	background-image:url(_images/top_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid black;
}

.leftSide
{
	position:absolute;
	left:0px;
	top:131px;
	width:250px;
	padding-left:15px;
}

.siteWrapper
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.content
{
	background-color:#ffffff;
	margin-top:131px;
	margin-left:249px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	padding:10px;
}

.contentBox
{
	margin-bottom:10px;
	border:1px solid #cccccc;
}

.contentBoxTitle{
	padding-top:3px;
	padding-left:10px;
	background-image:url(_images/status_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	height:18px;
	color:#333333;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.contentBoxInside
{
	border-top:1px solid #cccccc;
	padding:10px;
}

.menu
{
	width:218px;
	border:1px solid #333333;
	margin-bottom:10px;
}

.menuTop
{
	height:30px;
	background-image:url(_images/bg_menu_top.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:12px;
	font-variant:small-caps;
	color:#000000;
	border-top:1px solid #fff;
}

.menuTopText
{
	padding-top:7px;
	padding-left:10px;
}

.menuItem1
{
	/*background-image:url(_images/bg_menu_item1.jpg);*/
	padding:5px;
	padding-left:20px;
	border-top:1px solid #000000;
	background-color:#cccccc;
	font-size:11px;
}

.menuItem2
{
	/*background-image:url(_images/bg_menu_item2.jpg);*/
	padding:5px;
	padding-left:20px;
	border-top:1px solid #000000;
	background-color:#dddddd;
	font-size:11px;
}

a
{
	color:#000000;
	text-decoration:underline;
}

a.visited
{
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

a:focus
{
	color:#000000;
	text-decoration:underline;
}

a.menuLink
{
	color:#000000;
	text-decoration:none;
	display:block;
}

a.menuLink:visited
{
	color:#000000;
	text-decoration:none;
}

a.menuLink:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:focus
{
	color:#000000	;
	font-weight:bold;
	text-decoration:none;
}

.infoBox
{
	padding:20px;
	border:1px dashed #003399;
	margin-bottom:10px;
}

.infoBoxIcon
{
	margin-top:30px;
	margin-left:30px;
}

.infoBoxContent
{
	margin-top:30px;
	margin-left:30px;
}

#loader
{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:100000;
}

.bg1 { background-color: #f5f5f5; }
.bg0{ background-color: #fff; }
.bg2{
	background-color: #dcdcdc;
}
.bg3{
	background-color: #d3d3d3;
}
.bg4{
	background-color: #c0c0c0;
}
.breadcrum{
	padding-bottom:10px;
}
.action{
	padding-bottom:5px;
}
th{
	background-image:url(_images/th.jpg);
	background-repeat:repeat-x;
	color:#333333;
}

/* input button with image */
.save
{
	font-family:Arial, Helvetica, sans-serif;
	width:60px;
	padding:1px 0px 0px 0px;
	margin:5px 5px 5px 0px;
}
.active
{
	font-family:Arial, Helvetica, sans-serif;
	width:80px;
	padding:1px 0px 0px 0px;
	margin:0px 5px 5px 0px;
}
.new
{
	font-family:Arial, Helvetica, sans-serif;
	width:60px;
	padding:1px 0px 0px 0px;
	margin:0px 5px 5px 0px;
}
.addPhoto
{
	font-family:Arial, Helvetica, sans-serif;
	width:95px;
	padding:1px 0px 0px 0px;
	margin:0px 5px 5px 0px;
}

/* Image Blocks (Usefull when showing image to manage) */
div.ImageBlock
{
	background-color: #fff;
	float:left;
	padding: 5px 5px 0px 5px;
	margin: 0px 5px 5px 0px; 
	border:1px solid #ccccff; 
	text-align: center;
}

div.ImageBlock img
{
	margin: 0 auto;
}

form
{
	padding:0px;
	margin:0px;
}

/* Gallery and Video thumbs */
a.VideoThumb, a.GalleryThumb
{
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

a.VideoThumb
{
	height: 84px;
	width: 133px;
}
a:hover.VideoThumb { background-position: 0 -84px; }

a.GalleryThumb
{
	height: 106px;
	width: 133px;
}
a:hover.GalleryThumb { background-position: 0 -108px; }

.tbHeader { cursor:pointer; }