body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color: #000;
	margin:0px;
	padding: 0px;
	text-transform:uppercase;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:15px;
	color: #666;
	margin:0px;
	padding: 0px;
	text-transform:uppercase;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on{
	background-color:#666;
	color:#fff;
}

.td_off{
	background-color:#FFF;
	color:#000000;
}

hr{
	color:#ccc;
}

/* The four following block define the style for all the website links */
a{outline:none;}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */
#Page{
	width:800px;
	margin:0 auto; 
	text-align: left;
	padding:0px;
}

#PageHeader{
	background-image:url(/images/page_header_background.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
	position:relative;
	margin-top:20px;
}

#PageHeaderLogo{
	position:absolute;
	left:0px;
	top:0px;
}

#PageHeaderRight{
	position:absolute;
	right:0px;
	top:0px;
	text-transform:uppercase;
	text-align:right;
	font-size:12px;
}

.HeaderBox{
	width:90px;
	height:20px;
	color:#FFFFFF;
	float:right;
	font-size:10px;
	margin:0px;
	text-align:right;
	font-weight:bold;
	padding-top:40px;
	padding-right:5px;
}

.HeaderBox a{
	text-decoration:none;
	color:#FFFFFF;
}

#PageHeaderRightBoxGallery{
	background-color:#000000;
}

#PageHeaderRightBoxGallery:hover{
	background-color:#b9e23b;
	cursor:pointer;
}

#PageHeaderRightBoxArtists{
	background-color:#666666;
}

#PageHeaderRightBoxArtists:hover{
	background-color:#b9e23b;
	cursor:pointer;
}

#PageHeaderRightBoxStudio{
	background-color:#b9e23b;
	color:#000000;
}

#PageHeaderRightBoxStudio:hover{
	background-color:#cccccc;
	cursor:pointer;
}

#PageHeaderRightNav{
	clear:both;
	padding-top:4px;
}

#PageHeaderRightNav ul, #PageHeaderRightNav ul li{
	margin:0px;
	padding:0px;
	display:inline;
}

#PageHeaderRightNav a:link, #PageHeaderRightNav a:visited{
	color:#000;
	font-size:11px;
	margin-left:5px;
}

#PageHeaderRightNav a:hover{
	color: #666666;
	text-decoration:none;
}

#PageMiddle{
	width:710px;
	clear:both;
	margin-left:90px;
}

#MainContent{
	padding:5px;
	line-height:22px;
	background-color:#F1F1F1;
}

#PageFooter{
	margin:0 auto;
	text-align:right;
	font-size:11px;
	clear:both;
	color:#000;
	height:65px;
	width:710px;
	margin-left:90px;
	text-transform:uppercase;
	margin-bottom:10px;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#000;
	text-decoration:none;
	margin-left:6px;
	padding-left:6px;
}

#PageFooter a:hover{
	color: #666;
}

#PageFooter div{
	padding-top:10px;
}

#footeroptions{
	clear:both;
}

/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}


/* Rounded Corner Boxes */
.CornerRoundTeal {
	width: 100%;
	background-color: #6DB4AD;
	color: #000000;
}

.CornerRoundTeal p {
	margin: 0 10px;
}

.CornerRoundTeal a, .CornerRoundTeal a:visited, .CornerRoundTeal a:hover{
	color:#FFFFFF;
}

.CornerRoundTopTeal { 
	background: url(/images/teal_tr.gif) no-repeat top right; 
}

.CornerRoundBottomTeal {
	background: url(/images/teal_br.gif) no-repeat top right; 
}

.CornerRoundBlue {
	width: 100%;
	background-color: #2DA7D6;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#FFFFFF;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(/images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(/images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.Testimonial{
	width:410px;
	height:100px;
	background-color:#D3E9FF;
	padding:20px;
	padding-bottom:0px;
	margin-right:10px;
	color:#486078;
	float:left;
}


