body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:url(/templates/images/back.jpg) no-repeat top center fixed;
}

img {
	border:none;
}

.hide, .Hide {   
    display:none;
}

.AlignLeft {
	float:left;
}

.AlignRight {
	float:right;
}

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size:22px;
	padding:14px 0 14px 0;
	color:#74004e;
	font-weight:bold;
}

h2 {
	font-size:18px;
	color:#132684;
	padding:10px 0 10px 0;
}
    h2 a {
	    text-decoration:none !Important;
    }

h3 {
	font-size:16px;
	color:#353535;
	padding:10px 0 10px 0;
}
    h3 a {
	    text-decoration:none !Important;
    }

h4 {
	font-size:14px;
	color:#74004e;
	padding:8px 0;
}

h5 {
	font-size:14px;
	color:#74004e;
	padding:8px 0;
}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}

.TextArea {
	color:#202020;
	font-size:14px;
	line-height:20px;
}

.TextArea p {
	color:#202020;
	font-size:14px;
	line-height:20px;
	padding:0 0 10px 0;
	margin:0;
}

.TextArea ol, .TextArea ul {
	list-style:circle;
	padding:5px 0 10px 24px;
	font-size:14px;
	color:#202020;
	line-height:20px;
}
	.TextArea ul li {
			list-style:circle;
	}
	.TextArea ol li {
		list-style-type: decimal;
	}
	
.Wrapper {
	width:950px;
	margin:0 auto;
}

.AlignLeft {float:left;}
.AlignRight {float:right;}

/* ------------- Header ------------- */
	
#Header {
	position:relative;
	width:720px;
	height:72px;
}

#Search {
	position:absolute;
	right:0;
	top:10px;
}
#Search .Input {
	float:left;
	width:180px;
	height:19px;
	padding-top:4px;
	font-size:14px;
	background:#fff;
	border:1px solid #666;
}
#Search .Submit {
	background:url(/templates/images/go.gif);
	border:0px;
	width:35px;
	height:26px;
	text-indent:-999px;
	margin: 0 0 0 10px;
}

#TopNav {
	position:absolute;
	top:45px;
	right:0;
	overflow:hidden;
	float:right;
}
#TopNav li {
	display:inline;
	margin:0 0 0 10px;
	
	border-left: 1px solid #202020;
   float: left;
   line-height: 1.2em;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 0 .5em;
   white-space: nowrap;
}

#TopNav li a {
	color:#202020;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
	#TopNav li a:hover {
		text-decoration:underline;
	}
	
/* ------------- SideBar ------------- */

#SideBar {
	width:220px;
	float:left;
}

.SideContent ul {
	padding:5px 0;
}

.SideContent ul li {
	padding:1px 0;
}

.SideContent li a {
	color:#520052;
	padding:5px 4px;
	display:block;
	text-decoration:none;
	font-size:14px;
}
	.SideContent li a:hover {
		text-decoration:underline;
	}

.SideContent img {
	margin-bottom:12px;
}

/* ------------- Content ------------- */

#Content {
	width:720px;
	float:right;
}

#HomePanel {
	width:680px;
	float:right;
	background:url(/templates/images/home-grad.gif) repeat-x #743274;
	padding:20px;
}
	#HomePanel .AlignLeft, #HomePanel .AlignRight {
		width:330px;
	}
	#HomePanel p {
		color:#FFFFFF;
		font-size:16px;
		line-height:26px;
	}
	#HomePanel h1 {
		color:#FFFFFF;
		font-size:20px;
		padding:14px 0 14px 0;
		margin:0;
		font-weight:normal;
	}
	
#HomeLinks {
	padding:8px 0 18px 0;
}
	#HomeLinks li {
		font-size:14px;
		display:inline;
		padding:0 3px;
	}
	#HomeLinks li a {
		color:#74004e;
	}
	#HomeLinks li:after {
		content: " , ";
	}
	#HomeLinks li:last-child:after {
		content: "";
	}


#HomeBody {
	padding:10px;
	background:#cdcdcd;
	clear:both;
}	

#NewsFeed {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#FFFFFF;
	padding:10px;
	margin:2px 0 14px 0;
}	

	#NewsFeed h2, #NewsFeed ul, #NewsFeed li {
		display:inline;
		float:left;
	}	
	
	#NewsFeed h2 {
		padding:0;
		margin:0;
		color:#601e60;
		font-size:24px;
	}
	    #NewsFeed h2 a {
		    color:#601e60 !Important;
	    }	
	#NewsFeed li a {
		padding:0;
		margin:0;
		color:#990066;
		font-size:14px;
		text-decoration:none;
		padding:8px 0 0 16px;
		display:block;
	}	
	#NewsFeed h3 {
	    padding:0;
	    margin:0;
	    font-size:14px;
	}
	
	#NewsFeed p {
	    display:none;
	}
	
	#NewsFeed .ModuleList, #NewsFeed .ModuleList li {
	    padding:0 !important;
	}
	
.ModuleList, .ModuleList li {
	padding:0 0 20px 0  !Important;
    margin:0  !Important;
    list-style:none !Important;
}
	
#HomeSearch {
	margin-bottom:14px;
}
	#HomeSearch .AlignLeft, #HomeSearch .AlignRight {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		width:320px;
		background:#FFFFFF;
		padding:10px;
		background:url(/templates/images/panel-grad.gif) repeat-x #fff;
	}
	#HomeSearch h2 {
		padding:0;
		margin:0;
		color:#601e60;
		font-size:24px;
	}
	#HomeSearch p {
		font-size:14px;
		color:#202020;
		padding:0;
	}
	#HomeSearch .Input {
		width:300px;
		padding:4px;
		font-size:14px;
		color:#202020;
		border:2px solid #999999;
		background:none;
		margin-bottom:10px; 
	}
	#HomeSearch .Submit {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#990066;
		color:#FFFFFF;
		border:none;
		font-size:16px;
		padding:6px 10px;
        cursor: pointer !important;
	}
		#HomeSearch .Submit:hover {
			background:#4d0c4d;
            cursor: pointer !important;
		}
		
#Events {float:right;}
#Events h2 {color:#990066;border-bottom:1px solid #990066;}
#Events li a {color:#990066;}
#Events .PanelLink {background:#999;}

#EventListing h3 {padding:0 0 8px 0; margin:0;}
#EventListing p {font-size:90%; line-height:140%; padding:0 !Important; margin:0 !important;}
#EventListing li {margin:10px 0 0 0 !important; padding:0 0 10px 0 !important; border-bottom:1px solid #CCCCCC;}

.TextArea #EventListing, .TextArea #NewsListing, .TextArea #EventListing li, .TextArea #NewsListing li { list-style:none !important; margin:0; padding:0;}


#Live {float:left;}
#Live li a, .LiveMusic li a {text-decoration:none; color:#c00000; border:none;}
#Live li a:hover, .LiveMusic li a:hover {text-decoration:underline; border:none;}
#Live ul li p {font-size:90%; padding:0; margin:0; line-height:160%;}
.LiveMusic h2 {color:#c00000;border-bottom:1px solid #c00000;}
.LiveMusic h2 a {color:#c00000;}
.LiveMusic h3 {color:#c00000; margin:0; padding:0;}
.LiveMusic h3 a {color:#c00000 !Important; margin:0; padding:0;}
.LiveMusic .PanelLink {background:#999;}
.LiveMusic ul {padding:0; margin:0;}
.LiveMusic ul li {list-style-type:none !important; padding:8px; border:1px solid #e5e5e5; margin:0 0 10px 0; background-image:url(/templates/images/LiveMusic.gif); background-position:bottom right; background-repeat:no-repeat;}
.LiveMusic ul li:hover { border:1px solid #d9d9d9;}
.LiveMusic li p {padding:0; margin:0; line-height:160%;}
h1.LiveMusicHeader {color:#c00000; font-weight:lighter;}
h1.LiveMusicHeader strong {color:#000; font-weight:lighter; text-transform:uppercase;}
#LiveEventInformation h2 { border-bottom:none !important;}
a.LiveFormLink {text-decoration:none !important; border:none !important;}

#GroupsListing, #GroupsListing li { padding:0 0 10px 0; margin:10px 0 0 0; border-bottom:1px solid #CCCCCC; list-style-type:none; }

.SmallPanel {
	width:340px;
	float:left;
	background:url(/templates/images/panel-grad.gif) repeat-x #fff;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
	.SmallPanel a {
		text-decoration:none;
	}
		.SmallPanel a:hover {
			text-decoration:underline;
		}
	.SmallPanel p {
		padding:0 0;
	}
	.SmallPanel h2 {
		padding:0;
		margin:0;
		font-size:22px;

		margin-bottom:10px;
		padding-bottom:10px;
		position:relative;
	}
	#NewsFeed {
		position:relative;
	}
		.RSS {
			position:absolute;
			right:10px;
			top:0;
		}
		#NewsFeed .RSS {
			position:absolute;
			right:20px;
			top:14px;
		}
	
	.SmallPanel .PanelLink {
		display:block;
		padding:6px 15px;
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		-moz-border-radius-bottomleft:6px;
		-webkit-border-bottom-left-radius:6px;
		border-bottom-left-radius:6px;
		-moz-border-radius-bottomright:6px;
		-webkit-border-bottom-right-radius:6px;
		border-bottom-right-radius:6px;
	}

	.SmallPanel .PanelInside {
		padding:15px;
	}
	
	.PanelInside strong {
	    font-weight:bolder;
	    color:#000 !Important;
	}
	.PanelInside i {
	    color:#ff0000;
	    font-size:16px !important;
	}
	
#BreadCrumb {
	font-size:12px;
}
	#BreadCrumb ul, #BreadCrumb ul li {
		display:inline;
		font-size:12px;
	}
	#BreadCrumb ul li span {
		border-left:1px solid #666666;
		padding:0 10px 0 10px;
	}
	#BreadCrumb ul li a {
		color:#666666;
		text-decoration:none;
	}
		#BreadCrumb ul li a:hover {
			color:#333;
		}
	#BreadCrumb strong {
		color:#830057;
		text-decoration:none;
		padding:0 8px 0 0;
	}
		
#InsideContent {
	padding:10px;
	background:#cdcdcd;
}
	#InsideContent .TextArea {
		background:#FFFFFF;
		padding:8px 16px;
		margin:10px 0 0 0;
	}
	
.TextArea a {
	color:#990066;
	text-decoration:none;
	border-bottom:1px dotted #990066;
}
	.TextArea a:hover {
		border-bottom:1px solid #990066;
	}

/* ------------- Footer ------------- */

#Footer {
	background:url(../images/footer.gif) repeat-x bottom #280128;
	height:auto !important;
	min-height:150px;
	height:150px;
	margin-top:30px;
	padding:14px 0 30px 0;
}
    #Footer a:hover {
	    text-decoration:none;
    }

	#Footer #Address {
		float:left;
	}
		#Footer #Address p {
			color:#FFFFFF;
			line-height:24px;
			font-size:14px;
			
		}
			#Footer #Address p strong {
				font-size:18px;
				font-weight:normal;
			}
			#Footer #Address p strong span {
				font-size:18px;
				font-weight:bold;
			}
			#Footer #Address p a {
				color:#FFFFFF;
			}
	
	#Footer #FooterLogos {
		float:right;
	}	
		#Footer #FooterLogos li {
			text-align:right;
			font-size:12px;
			padding-top:15px;
		}
		#Footer #FooterLogos li a {
			color:#fff;
		}
	
	#Footer #Links, #Footer #Design {
		padding:15px 0 0 0 ;
	}
	
	#Footer #Links ul {
		display:inline;
	}
	
	#Footer #Links li, #Footer #Links .Copyright {
		display:inline;
		padding-right:14px;
		color:#FFFFFF;
		font-size:14px;
	}
	#Footer #Links .Copyright {
		padding-right:5px !Important;
	}
	#Footer #Links li {
		border-left:1px solid #fff;
		padding:0 10px;
	}
		#Footer #Links li a {
			color:#FFFFFF;
		}
		
	#Footer #Design li {
		display:inline;
		padding-right:14px;
		color:#FFFFFF;
		font-size:10px;
	}
		#Footer #Design li a {
			color:#f902d4;
		}




/***** - Form - *****/

.Validator 
{
    color:#ca0000 !important;
    font-size:80%;
    font-style:italic;
}

.input 
{
    border:1px solid #280128;
    width:480px;
    margin:5px 0 10px 0;
    padding:10px;
    font-size:100%;
    color:#333;
    font-family:Arial, Sans-Serif;
}

.label 
{
    color:#333;
}

.textarea
{
    border:1px solid #280128;
    width:480px;
    margin:5px 0 15px 0;
    height:160px;
    padding:10px;
    font-size:100%;
    color:#333;
    font-family:Arial, Sans-Serif;
}

.submit 
{
    padding:7px 15px 7px 15px;
    background-color:#280128;
    color:#fff;
    border:none;
    font-size:100%;
    cursor: pointer !important;
}

#FormModal, .FormModal
{
    padding:10px;
}

#FormModal .Validator, .FormModal .Validator
{
    color:#ca0000 !important;
    font-size:70%;
    font-style:italic;
    padding:0;
    margin:0;
}

#FormModal .input, .FormModal .input
{
    border:1px solid #280128;
    width:480px;
    margin:5px 0 10px 0;
    padding:5px;
    font-size:80%;
    color:#333;
    font-family:Arial, Sans-Serif;
}

#FormModal .label, .FormModal .label
{
    color:#333;
    font-size:80%;
}

#FormModal .textarea, .FormModal .textarea
{
    border:1px solid #280128;
    width:480px;
    margin:5px 0 10px 0;
    height:50px;
    padding:5px;
    font-size:80%;
    color:#333;
    font-family:Arial, Sans-Serif;
}

#FormModal .submit, .FormModal .submit  
{
    padding:5px 10px 5px 10px;
    background-color:#280128;
    color:#fff;
    border:none;
    font-size:80%;
    cursor:pointer;
}

.Mandatory 
{
    font-size:70%;
}

.LiveEventsModal h2
{
    color:#000;
    
}

.LiveEventsModal h2 strong
{
    color:#000;
    text-transform:uppercase:
    
}

.LiveEventsModal h2 em
{
    color:#000;
    color:Red;
    text-transform:lowercase;
    font-size:90%;
}




#InstrumentListing {
	list-style:none;
	padding:0;
	margin:0;
}
	#InstrumentListing li {
		list-style:none;
		padding:20px 0;
		margin:0;
		border-bottom:1px solid #cdcdcd;
	}

.ProductImage a {
	border:none;
}

.ProductImage {
	float:left;
	padding:0 26px 26px 0;
	width:150px;
	display:block;
	background:url(../images/BRShadow.gif) bottom right no-repeat;
}

.ProductInformation {
	width:470px;
	float:right;
	margin:0 !important;
	padding:0 !important;
}

	.ProductInformation h3 {
		padding:0 0 10px 0;
		margin:0;
		font-size:28px;
	}
	

a.MicrositeLink 
{
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#990066;
		color:#FFFFFF;
		border:none;
		font-size:16px;
		padding:6px 10px;
        cursor: pointer !important;
        border:none !important;
        margin:5px 0 5px 0 !important;
        display:block;
        width:250px;
}

a.MicrositeLink:hover 
{
		background:#4d0c4d;
        cursor: pointer !important;
        border:none !important;
}

#InstrumentInformation {
	width:300px;
	float:left;
	padding:20px 0 0 0;
}
	#InstrumentInformation img {
		padding:0 30px 30px 0;
		display:block;
		width:280px;
		background:url(../images/BRShadow.gif) bottom right no-repeat;
	}
	
	#InstrumentInformation ul {
		list-style:none;
		padding:10px 30px 20px 0;
		background:url(../images/BRShadow.gif) bottom right no-repeat;
		margin:0;
		width:280px;
	}
		#InstrumentInformation ul li {
			list-style:none;
			padding:0 0 10px 36px;
			margin:0 0 10px 0;
			background:url(../images/instrumentArrow.gif) no-repeat 0 5px;
			border-bottom:1px dotted #CCCCCC;
		}
		#InstrumentInformation ul li:last-child {
			border-bottom:none;
		}
		
#InstrumentText {
	width:340px;
	float:right;
	padding:20px 0 0 0;
}

a.FormLink {
	padding:8px 14px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#74004e;
	color:#FFFFFF;
	border:none !important;
}
	a.FormLink:hover {
		background:#444444;
		color:#FFFFFF;
	}

.listSearchBox
{
    width: 300px;
    font-family:Trebuchet MS, Arial;
    font-size: 15px;
    border: solid 1px Silver;
    padding:10px;
}

.listSearchBox-Watermark
{
    width: 300px;
    font-family:Trebuchet MS, Arial;
    font-size: 15px;
    border: solid 1px Silver;
    color: #420024;
    padding:10px;
}
.listSearchBox-List
{
    background-color: #fff;
    border: solid 1px Silver;
    width:310px !important;
    padding: 5px;
    min-height:1px;
    height:auto !important;
    height:1px;    
    overflow:auto;
    font-size: 13px;
    font-family:Trebuchet MS, Arial;
    color: #420024;
    cursor: pointer !important;
    z-index:10000;
}
.listSearchBox-ListItem
{    
    padding: 5px;    
}
.listSearchBox-HighlightedListItem
{
    padding: 5px;    
    color: #fff;
    background-color: #420024;
}


/* Z-index of #mask must lower than #boxes .window */


#mask {
  position:absolute;
  top:0;
  left:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:500px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  background:#fff;
  top:50px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:500px; 
  height:auto;
}