/* GENERAL STYLES */
/* GENERAL STYLES */
/*
	Title:		Website Package - CSS Theme One
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


.imageElement
{
	display: none;
}

/*
===========================
Rich text editor stying
===========================
*/

#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	font-family: 'Arial','Tahoma','Verdana','Trebuchet MS','Tahoma','Arial',sans-serif;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/
body
{
	background-image: url(/Data/Assets/theme_one/Misc/back_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0.9em;
}

#MainContent h2
{
    font-size: 1.5em;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 10px;
}

#NewsLetterTitle
{
    font-size: 1.8em;
    padding: 10px 10px 10px 10px;
    color: white;
    background-color: #3B3B3B;
}

h2
{
    font-size: 1.5em;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3
{
	font-size: 1.4em;
	color: #666666;
}

#MainContent h3
{
    margin-top: 20px;
}

#MainContent h3.fileLists
{
    font-size: 1.4em;
}

p
{
	margin:0px 0px 10px 0px;
}

a, a:link, a:visited
{
	color:#9c2d46;
	text-decoration:underline;
}

a:hover
{
	color:#fe3f68;
	text-decoration:none;
}

/******************************

  Link Buttons

*******************************/

a.button
{
    background-repeat: no-repeat;
}

a.comments
{
    background-image:url(../Data/Assets/theme_one/Misc/comments.gif);
    float: left;
    background-position: 5px 7px;
}

a.morenews
{
    background-image:url(../Data/Assets/theme_one/Misc/page_white_text.gif);
    float: right;
    background-position: 5px 7px;
}

/********************************

    IDs

********************************/

#Container
{
	margin:0 auto 0 auto;
	width:800px;
	position: relative;
}

#Header
{
    height: 100px;
    position: relative;
    overflow: visible;
    z-index: 4;
}

#HeaderPanel
{
	height: 260px;
	width: 800px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#HeaderPanelPayment
{
	height: 10px;
	width: 800px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#LoginRegister
{
    position: absolute;
    background-color: white;
    background-image:url(../Data/Assets/theme_one/Misc/back_loginregisterflat.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px;
	font-size: 1.3em;
	color: black;
	top: 197px;
	right: 0px;	
	z-index: 99;
}

#LoginRegister a
{
	color: black;
}

#Logo
{
    width: 340px;
    height: 130px;
    background-image: url(../Data/Assets/theme_one/Misc/logo.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}

#NewsLetterLogo
{
    width: 340px;
    height: 130px;
    background-image: url(../Data/Assets/theme_one/Misc/logo.png);
    background-repeat: no-repeat;
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 99;
}

#Content
{
    position:relative;
    z-index: 1;
    background-color:#FFFFFF;
    clear:both;
}

#EmailContent
{
	margin: 0px 10px 0px 10px;
}

#ContentContainer
{
    width: 800px;
}

#ContentContainer .noback
{
    background: none;
}

#QuickNav
{
    left: 320px;
    top: 0px;
    position: absolute;
    width: 550px;
    height: 100px;
    font-size: 1.0em;
    overflow: hidden;
}

#QuickNav ul
{
    margin: 0;
    padding: 0;
}

#QuickNav ul li
{
    float: left;
    display: block;
    padding: 5px 22px 0px 22px;
    background: none;
    margin: 0;
}

#QuickNav ul li.rightborder
{
    background-image: url(/Data/Assets/theme_one/Misc/quicknavrightborder.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#QuickNav ul li ul li
{
    padding: 2px;
    float: none;
    border-right: none;
}

#QuickNav li h2
{
    font-size: 1.4em;
    margin-bottom: 0px;
}

#SearchBox
{
    position: absolute;
    left: 642px;
    top: 56px;
    overflow: visible;
    width: 150px;
    opacity: 50%;
}

#SearchBox #SearchBoxInner
{
    padding: 10px;
}

#SearchBox input.search
{
  margin-left: 5px;
}

#NaviContainer
{
    position:relative;
    z-index: 2;
    float: left;
    width: 100%;
}

#Navi
{
	color: White;
	font-size: 0.8em;
	background-color: #3b3b3b;
	background-image: url(/Data/Assets/theme_one/Misc/back_navi.gif);
	margin: 0px;
	line-height:normal;
	overflow: hidden;
	z-index: 99;
	float: left;
	width: 100%;
}

#Navi a
{
    color: White;
}

#Navi ul
{
    margin: 0px;
    padding: 0px;
}

#Navi li
{
	background: none;
	margin: 0px;
	padding: 0px;
	float:left;
	display:block;
	/*background-color:green; /* Used for debug */
}

#Navi li a
{
    display: block;	
	text-decoration:none;
	padding: 15px 10px 15px 10px;
}

#Navi li a:hover, #Navi li.Selected a
{
}

#Navi li.Selected a:hover
{
}

#Navi li ul
{
    width: 20em;
    position: absolute;
	left: -999em;
    opacity: .85;
	z-index: 999;
}

#Navi li ul a
{
    width: 200px;
    background-color: black;
}

#Navi a
{
	color: White;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
}

#Navi a:hover
{
	background-color: #fd5d81;
	color: Black;
}

#Navi li:hover ul, #Navi li.sfhover ul{ 
	left: auto;
}

/*
==========================================
Main Content Bullets
==========================================
*/

#MainContent
{
	width:560px;
	float:left;
	font-size: 1.0em;
	background-image: url(../Data/Assets/theme_one/Misc/back_maincontent.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#MainContent.wide
{
    width: 800px;
    font-size: 1.0em;
    background-image: url(../Data/Assets/theme_one/Misc/back_maincontent.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#MainContent .inner
{
    background-image: url(../Data/Assets/theme_one/Misc/back_dotted.gif);
    background-repeat: repeat-y;
	background-position: right top;
    padding: 10px;
    clear: both;
}

#MainContent.wide .inner
{
    background: none;
    padding: 10px;
    clear: both;
}

#MainContent strong
{
    font-weight: bold;
}

#MainContent ul
{
    margin: 20px 20px 20px 10px;
}

#MainContent ol
{
    margin: 20px;
}

#MainContent ul li
{
    background-image: url(../Data/Assets/theme_one/Misc/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#MainContent ol li
{
    margin-left: 10px;
    margin-bottom: 10px;
    list-style-type: decimal;
}

#MainContent li.nobullet
{
    background: none;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/*
==========================================
Breadcrumb
==========================================
*/
#BreadCrumb
{
	text-transform: lowercase;
	font-size: 1.0em;
	color: #fb4870;
    padding: 10px 10px 10px 0px;
    padding-top: 0px;
}

/*
==========================================
Contact Form
==========================================
*/
#MainContent .errorBox
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:red;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 30px;
	/*background-position:15px 50%;*/
	background-position: 12px 10px;
	float: left;
	width: 100%;
}

#MainContent .errorBox ul
{
    margin-top: 10px;
}

#MainContent .errorBox ul li
{
    color: #000000;
    background-position: 0px 0px;
    background-image: url(../Data/Assets/theme_one/Misc/error_icon.gif);
	  background-repeat:no-repeat;
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 0px 22px;
    font-weight: normal;
    list-style-type: none;
}

.ContactForm fieldset
{
    margin-bottom: 20px;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .org
{
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 2px;
}

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Data/Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Data/Assets/theme_one/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .fax
{
    background-image:url(../Data/Assets/theme_one/Misc/fax_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Data/Assets/theme_one/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}

/*
==========================================
Search Results
==========================================
*/
#xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}


/*
==========================================
Secondary Content
==========================================
*/
#SecondaryContent
{
	float:left;
	width:240px;
	font-size: 0.8em;
	/*
	background-image: url(../Data/Assets/theme_one/Misc/back_secondarycontent.gif);
	background-position: top left;
	background-repeat: repeat-x;
    */
	padding:0px 0 0px 0;
	overflow: hidden;
}

#SecondaryContent .inner
{
    padding: 20px;
}

#SecondaryContent a
{
	text-decoration:underline;
}

#SecondaryContent a:hover
{
	text-decoration:none;
}

#SecondaryContent h3
{
    margin: 30px 0px 10px 0px;
    color: #ff2d60;
}

#SecondaryContent h3.first
{
    margin: 0px 0px 10px 0px;
}

#SecondaryContent fieldset li
{
    margin-bottom: 10px;
}

/*
==============================
Secondary Menu
==============================
*/

#SecondaryMenu
{
}

#SecondaryMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#SecondaryMenu li
{
    padding: 0;
    margin: 0;
}

#SecondaryMenu li a.selected
{
    color: Black;
    background-image: url(../Data/Assets/theme_one/back_rightmenusel.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#SecondaryMenu a
{
    display: block;
    padding: 10px;
}

#SecondaryMenu a:hover
{
    background-color: #ffe5eb;
    display: block;
}

#SecondaryMenu .level2 p
{
    font-size: 1.6em;
    display: block;
    margin: 0;
    padding: 20px 20px 5px 20px;
    color: #ff2d60;
}

#SecondaryMenu .level2 a
{
    font-size: 1.6em;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 5px 20px;
    color: #ff2d60;
    text-decoration: none;
}

#SecondaryMenu .level3 a
{
    font-weight: normal;
    font-size: 1.0em;
    padding: 5px;
    padding-left: 20px;
    text-decoration: underline;
    color: #fe3f68;
}

#SecondaryMenu .level4 a
{
    font-weight: normal;
    padding: 3px;
    padding-left: 30px;
    text-decoration: underline;
    color: #fe3f68;
}

#SecondaryMenu .level5 a
{
    font-weight: normal;
    padding: 3px;
    padding-left: 40px;
    text-decoration: underline;
    color: #fe3f68;
}

/*
===============
Gallery List
===============
*/
.GalleryList
{
    float: left;
    width: 100%;
    margin:  10px 0px 0px 0px;
}

#MainContent .GalleryList ul, #MainContent .GalleryList li
{
    margin: 0px;
    padding: 0px;
}

#MainContent .GalleryList li
{
    border: 1px solid #cccccc;
    padding: 5px;
}

#MainContent .GalleryList ul li
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}



/*
======
Lugs
======
*/
#MainContent li.area
{
    margin: 0 0 10px 0;
    padding: 0;
}

#MainContent .lug
{
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 10px;
    margin-bottom: 10px;
}

#MainContent .lug .location
{
    font-weight: bold;
    font-style: italic;
    margin-bottom: 3px;
}

#MainContent .lug .contactname
{
    margin-bottom: 5px;
}

#MainContent .lug .tel
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
        margin: 0 0 3px 0;
	display:block;
	color:#000000;
}

#MainContent .lug .email
{
	background-image:url(../Data/Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 1px 22px;
        margin: 0 0 3px 0;
	display:block;
	color:#000000;
}

#MainContent .lug .fax
{
    background-image:url(../Data/Assets/theme_one/Misc/fax_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:1px 0 2px 22px;
        margin: 0 0 3px 0;
	display:block;
	color:#000000;
}

#MainContent .lug .centermap
{
        background-image:url(../Data/Assets/theme_one/Misc/arrow_in.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:1px 0 2px 22px;
        margin: 0 0 3px 0;
	display:block;
	color:#000000;
}

/*
============
Staff
============
*/
#MainContent .staffImage
{
    margin: 5px;
    border: 1px solid #cccccc;
    overflow: hidden;
    float: left;
}

#MainContent .staffImage .staffImageInner
{
    padding: 5px;
}

#MainContent .staffMember h3
{
    margin-top: 0px;
    padding-top: 0px;
}

#MainContent ul.staffMembers li
{
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 0px 20px 0px;
    margin-bottom: 40px;
}

/*
========
FileList
========
*/

#MainContent ul.fileList
{
    position: relative;
}

#MainContent ul.fileList li
{   
    background: none;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #fefefe;
}

#MainContent ul.fileList .fileTitle
{
    padding: 10px 10px 5px 10px;
    font-weight: bold;
}

#MainContent ul.fileList .fileDescription
{
    padding: 0px 10px 0px 10px;
    color: #666666;
}

#MainContent ul.fileList div.toolbar
{
    width: 100%;
    background-image: url(../Data/Assets/theme_one/Misc/back_download.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    font-size: 0.8em;
    position: relative;
}

#MainContent ul.fileList div.toolbar .inner
{
    background: none;
    padding: 10px;
    border: none;
}

#MainContent ul.fileList div
{
    line-height: 20px;
}

#MainContent ul.fileList div.toolbarButton
{
    padding-left: 20px;
    background-image: url(../Data/Assets/theme_one/Mime/page.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#MainContent ul.fileList div.doc, #MainContent ul.fileList div.docx
{
    background-image: url(../Data/Assets/theme_one/Mime/doc.gif);
}

#MainContent ul.fileList div.ppt, #MainContent ul.fileList div pptx
{
    background-image: url(../Data/Assets/theme_one/Mime/ppt.gif);
}

#MainContent ul.fileList div.pdf
{
    background-image: url(../Data/Assets/theme_one/Mime/pdf.gif);
}

#MainContent ul.fileList div.jpg, #MainContent ul.fileList div.jpeg, #MainContent ul.fileList div.gif, #MainContent ul.fileList div.png
{
    background-image: url(../Data/Assets/theme_one/Mime/img.gif);
}

#MainContent ul.fileList .toolbar a
{
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 20px;
}

#MainContent ul.fileList .toolbar a, #MainContent ul.fileList .toolbar div
{
    display: block;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
}

#MainContent ul.fileList .toolbar a.last
{
    display: block;
    float: left;
    padding-right: 10px;
    border: none;
}

/*
=======
Footer
=======
*/

#Footer
{
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size: smaller;
	padding:0 0 0 15px;
	text-align: center;
	color: #cfcfcf;
}

#Footer a
{
	color:#808080;
	text-decoration:none;
}

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

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/theme_one/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}

#Footer.email
{
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size: smaller;
	padding:0 0 0 15px;
	text-align: center;
	background-color: #FE3F68;
	color: white;
}

/*
=========================
 Registration and Login
=========================
*/

#RegisterUser
{
    width: 390px;
    float: left;
    text-align: center;
}

#RegisterSite
{
    width: 390px;
    float: left;
    text-align: center;
}

a.registerassite
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    height: 180px;
    text-indent: -100000px;
    background-image: url(../Data/Assets/theme_one/Misc/back_registersite.gif);
}

a.registerassite:hover
{
    background-position: 0px -180px;
}

a.registerasuser
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    height: 180px;
    text-indent: -100000px;
    background-image: url(../Data/Assets/theme_one/Misc/back_registeruser.gif);
}

a.registerasuser:hover
{
    background-position: 0px -180px;
}

#RegisterSite.hover
{
    cursor: pointer;
    color: #9c2d46;
    background-position: center 0px;
}

#RegisterSite.hover h2
{
    text-decoration: underline;
}

#RegisterUser.hover
{
    cursor: pointer;
    color: #9c2d46;
    background-position: center 0px;
}

#RegisterUser.hover h2
{
    text-decoration: underline;
}

#RegisterUser .inner, #RegisterSite .inner
{
    padding: 20px;
}

#MainContent .form
{
    margin-bottom: 20px;
}

#MainContent .form ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#MainContent .form li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    padding-right: 200px;
    float: left;
    background-image: none;
}

#MainContent .form legend
{
    color: Black;
    padding: 0px;
    margin: 0px;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 -7px; /* IE Win */

}

#MainContent .form label
{
    padding-top: 8px;
    width: 120px;
    padding-right: 10px;
    display: block;
    float: left;
}

.login label
{
    width: 80px;
}

.form input.styled, .form textarea.styled
{
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    background-image: url(../data/Assets/theme_one/Misc/back_input.gif);
    background-repeat: repeat-x;
    float: left;
}

input.required
{
    background-image: url(../data/Assets/theme_one/Misc/reqfield.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 5px;
    padding-left: 20px;
    background-color: White;
    border: 1px solid #cccccc;
}

input.button
{
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
}

select.styled
{
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    background-image: url(../data/Assets/theme_one/Misc/back_input.gif);
    background-repeat: repeat-x;
    float: left;
}

#MainContent .forgottenpassword label
{
    width: 100%;
    float: none;
    margin-bottom: 5px;
}

#MainContent .forgottenpassword input
{
    float: none;
}

input.styled
{
    padding: 5px;
    background-color: White;
    border: 1px solid #cccccc;
}

textarea.styled
{
    padding: 5px;
    background-color: White;
    border: 1px solid #cccccc;
}

/*
==============================
 Registration Forms
==============================
*/

#MainContent .userDetails
{
    background-color: #fcfcfc;
    padding: 20px;
}

#MainContent .userDetails ul
{
    padding: 10px;
}

#MainContent .siteDetails
{
    background-color: #fcfcfc;
    padding: 20px;
}

#MainContent .siteDetails ul
{
    padding: 10px;
}

#MainContent .siteDetails label
{
    width: 130px;
}

#MainContent .userDetails label
{
    width: 130px;
}

#MainContent .userSiteDetails label
{
    width: 130px;
}

#MainContent .userSiteDetails
{
    background-color: #fcfcfc;
    padding: 20px;
}

#MainContent .userDetails li.checkbox
{
    padding: 10px;
    background-color: #efefef;
    float: none;
    clear: both;
}

#MainContent .userDetails li.checkbox label
{
    width: 300px;
    float: none;
    display: inline;
    padding-left: 10px;
}

#MainContent .userDetails li.checkbox input
{
    float: none;
    display: inline;
}


/*
====================
 Comments
====================
*/

div.commentsContainer
{
    margin-top: 20px;
}

.comment
{
    margin-bottom: 10px;
    background-image: url(../data/Assets/theme_one/Misc/back_comment.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #e9e9e9;
    padding: 20px 20px 40px 20px;    
}

.commentHeader 
{
    color: gray;
    padding: 5px;
}

.commentContent
{
    padding: 5px;
}

a.addComment
{
    margin-top: 10px;
    display: block;
    background-image: url(../data/Assets/theme_one/Misc/comment_add.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: left center;
}

#MainContent div.addComment
{
    padding: 20px 20px 20px 20px;
    background-color: #f6f6f6;
    border-top: 4px solid #c3c3c3;
}

#MainContent div.addComent ul
{
    margin: 0px;
    padding: 0px;
}

#MainContent div.addComment li
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    background: none;
}

#MainContent .addComment .addCommentControls
{
    padding: 10px;
}

/*
====================
 NewsList
====================
*/

#MainContent ul.newsList
{
    padding: 0px;
    margin: 0px;
}

#MainContent li.newsItem
{
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    margin-top: 20px;
}

#MainContent .newsItem h3
{
    float: left;
    width: 300px;
    margin-top: 0px;
}

#MainContent .newsItem h3 a
{
    text-decoration: none;
    font-size: 0.9em;
    color: #fe3f68;
}

#MainContent .newsItem .date
{
    float: right;
    color: #fe3f68;
    font-size: 1.2em;
}

#MainContent .newsItem .content
{
    clear: both;
}

#MainContent .newsItem a.comments
{
    display: block;
    float: left;
}

#MainContent .newsItem a.morenews
{
    display: block;
    float: right;
}

#MainContent .newsItem .newsSummary
{
    clear: both;
}

#MainContent .newsItem .footer
{
    margin-top: 5px;
    float: left;
    width: 100%;
}

#MainContent a.download
{
    background-image: url(../Data/Assets/theme_one/Misc/download.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    color: Green;
}

/***********************************

NewsSummary, used on homepage

***********************************/

#NewsSummary
{
   margin: 0px 0px 20px 0px;
   padding: 0px;
   list-style: none;
}

#NewsSummary li
{
    background: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}

#NewsSummary li.more a
{
    background: none;
    margin: 0px 0px 3px 0px;
    padding: 0px;
    list-style: none;
}

#NewsSummary .datePublished
{
    font-size: smaller;
    margin-top: 2px;
}

.homerss
{
    margin-top: 10px;
}


/**************************************

Latest Emis User

***************************************/
#SecondaryContent .latestEMISUser
{
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #ff3365;
   background-image: url(../Data/Assets/theme_one/Misc/backrightpanel.gif);
   background-position: center bottom;
   background-repeat: repeat-x;
}

#SecondaryContent .latestEMISUser h3
{
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
}

#SecondaryContent .latestEMISUser p
{	
    padding: 0;
    margin: 0;
    margin-top: 2px;
    font-size: smaller;
    color: white;
}

#SecondaryContent .latestEMISUser a, #SecondaryContent .latestEMISUser a:hover, #SecondaryContent .latestEMISUser a:visited
{
    margin-top: 10px;
    background-image: url(../Data/Assets/theme_one/Misc/downloademisuser.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -10000px;
    width: 200px;
    height: 33px;
    color: white;
    font-size: smaller;
}

/**************************************

Random Tip

**************************************/
#randomTip h3
{
   margin: 0;
   padding: 0;
   font-size: 1.4em;
   font-weight: bold;
   color: white;
}

#randomTip
{
   padding: 20px;
   background-color: #ff3365;
   color: white;
   margin-top: 2px;
   background-image: url(../Data/Assets/theme_one/Misc/backrightpanel.gif);
   background-position: center bottom;
   background-repeat: repeat-x;
}

#randomTip a.morehintsandtips
{
   background-image: url(../Data/Assets/theme_one/Misc/morehintsandtip.gif);
   background-position: left center;
   background-repeat: no-repeat;
   display: block;
   text-indent: -10000px;   
   width: 200px;
   height: 33px;
}

#randomTip p
{
   font-size: smaller;
}


/**************************************

Latest Conference

***************************************/

#LatestConference h3
{
   margin: 0;
   padding: 0;
   font-size: 1.4em;
   font-weight: bold;
   color: white;
}

#LatestConference
{
   padding: 20px;
   background-color: #ff3365;
   color: white;
   margin-top: 2px;
   background-image: url(../Data/Assets/theme_one/Misc/backrightpanel.gif);
   background-position: center bottom;
   background-repeat: repeat-x;
}

#LatestConference a.conferenceDownloads
{
   background-image: url(../Data/Assets/theme_one/Misc/conferenceDownload.gif);
   background-position: left center;
   background-repeat: no-repeat;
   display: block;
   text-indent: -10000px;   
   width: 200px;
   height: 33px;
}

#LatestConference p
{
   font-size: smaller;
}

/*************************************

Hints and Tips

**************************************/
.tip
{
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    margin-top: 20px;
}

.tipDetails
{
    font-size: smaller;
    color: #cccccc;
}

/*************************************

Pages

**************************************/
div.pages
{
    margin: 20px 0px 20px 0px;
}

a.page:hover
{
    background-color: #f0f0f0;
}

a.page
{
    font-size: x-large;
    display: block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 4px;
    text-decoration: none;
    color: #cccccc;
}

a.page.selected
{
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: 0px 1px;
    background-repeat: repeat-x;
}

/************************************

Submit Articles

************************************/
#MainContent #SubmitArticle
{
    margin-bottom: 20px;
}

#MainContent #SubmitArticle ul
{
    margin: 0 0 10px 0;
    padding: 20px;
    list-style: none;
    background-color: #fafafa;
}

#MainContent #SubmitArticle li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    background: none;
}

#MainContent #SubmitArticle label
{
    display: block;
}


/***********************************

    Generic

***********************************/
.pageSummaryImage
{
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 10px;
}

.pageSummaryImage img
{

}

.pageSummary
{
}


.smaller
{
    font-size: smaller;
}

.clear
{
    height: 1px;
    clear: both;
    overflow: hidden;
}

a.rss
{
    color: Orange;
    background-image: url(../Data/Assets/theme_one/Misc/feed-icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-size: 0.8em;
    padding: 5px 5px 5px 23px;
    display: block;
    float: left;
}

a.rss:hover
{
    color: White;
    background-color: Orange;
    
}

a.rsswhatsthis
{
    font-size: x-small;
    color: orange;
}

.galleries
{
    padding: 10px;
}

.gallery
{
    width: 110px;
    border: 1px solid #cccccc;
    background-color: white;
    float: left;
    text-align: center;
}

.gallery a
{
    margin-top: 5px;
    font-size: smaller;
    color: Gray;
    text-decoration: none;
    display: block;
    text-align: center;
}

.gallery .smaller
{
    font-size: 0.6em;
}

.gallery p
{
    font-size: smaller;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

div.floatcontainer
{
    width: 100%;
    float: left;
}

.search
{
    text-indent: -10000px;
    border: none;
    background: url(/Data/Assets/theme_one/Misc/search_button.gif);
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

/* EDITOR PROPERTIES */
.heading
{
   font-size: 1.6em;
   color: #666666;
}

/*
****************************
Payment Form
****************************
*/

#MainContent #PaymentForm .form
{
    margin: 0;
}

#PaymentForm
{
    font-size: 0.8em;
    clear: both;
}

#PaymentForm textarea
{
    font-size: 1em;
}

#PaymentForm .form
{
    padding: 10px;
}

#PaymentForm h2
{
    padding: 5px;
    font-weight: bold;
    background-image: url(../data/Assets/theme_one/Misc/back_listingbottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    color: #FE3F68;
}

#PaymentForm .form h3
{
    font-size: 1.2em;
    margin: 0 0 5px 0;
}

#PaymentForm .form ul, #PaymentForm .form li
{
    margin: 0;
    padding: 0;
}

#PaymentForm .form ul
{
    padding: 0;
}

#PaymentForm .form li
{
    margin: 0 0 5px 0;
}

#PaymentForm .form label
{
    display: block;
    width: 150px;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0;
}

#PaymentForm .personal, #PaymentForm .address
{
    display: block;
    float: left;
    margin: 0;
}

#PaymentForm .personal, #PaymentForm .address
{
    width: 340px;
}

#PaymentForm textarea.dietary
{
    width: 720px;
    height: 100px;
}

#PaymentForm .address
{
}

#PaymentForm .personalCustomer
{
    float: left;
    width: 340px;
}

#PaymentForm .billingaddress
{
    float: left;
    width: 340px;
}

#PaymentForm .billingaddress h3, #PaymentForm .billingaddress p
{
    float: left;
}

#PaymentForm .billingaddress p
{
    margin-left: 5px;
}

#PaymentForm .emissite
{
    clear: both;
}

#PaymentForm .fees
{
    clear: both;
}

#PaymentForm .fees label
{
    width: 50px;
    margin-bottom: 5px;
    float: none;
}

#PaymentForm .fees td
{
    padding: 5px;
    border: 1px solid #666666;
}

#PaymentForm .fees td.heading
{
    font-size: 1.0em;
    background-color: #f6f6f6;
}

#PaymentForm .form label.dietReq
{
    float: none;
}

#PaymentForm .discounts, #PaymentForm .extras
{
    clear: both;
}

#PaymentForm .form label.galadinner
{
    width: 500px;
}

#PaymentForm .form label.after9
{
    width: 500px;
}

#PaymentForm .form .lugcoordinator
{
    width: 500px;
}

#PaymentForm .form label.checkboxlabel
{
    width: 560px;
    float: right;
}

#PaymentForm .form .checkboxbutton
{
    float: left;
    margin: 3px 5px 0px 0px;
}

#PaymentForm .form ul.discounts
{
    float: left;
    padding-left: 20px;
}

#PaymentForm .form ul.extras
{
    float: left;
    padding-left: 20px;
}

#PaymentForm .total
{
    clear: both;
    padding: 10px 10px 10px 540px;
    margin-top: 10px;
    font-size: 1.8em;
    background-color: #3B3B3B;
    color: white;
    position: relative;
}

#PaymentForm .total input
{
    font-size: 0.8em;
    padding: 5px;
}

#PaymentForm .emissite
{
    margin-top: 10px;
    background-color: #d31145;
    padding: 10px;
    border: 5px solid #ed5f85;
    color: white;
    clear: both;
}

#PaymentForm .emissite .discount
{
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
}

#PaymentForm .emissite h3
{
    color: white;
    font-weight: bold;
}

#PaymentForm .emissite a
{
    color: white;
}

#PaymentForm .emissite a:hover
{
    color: white;
    text-decoration: underline;
}

#PaymentForm .smalltext
{
    color: gray;
    font-size: 0.8em;
    display: block;
    width: 100px;
}

#PaymentForm ul.otherOptions
{
    float: left;
    padding-left: 20px;
}

#PaymentForm .other label
{
    width: 500px;
    float: left;
}

#PaymentForm .other input
{
    margin-left: 20px;
    float: left;
    display: block;
}

#PaymentForm .total .smalltext
{
    color: white;
    font-size: 0.7em;
    display: block;
    width: 500px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#PaymentForm .texttotal
{
    border-left: 1px solid #f6f6f6;
    padding-left: 20px;
}

#PaymentForm .cancelation
{
    clear: both;
    font-size:  0.8em;
    padding: 5px;
    background-color: #f6f6f6;
}

#MainContent #PaymentForm .creditCard
{
    padding: 10px;
    background-color: #fe3f68;
    color: white;
}

#MainContent #PaymentForm .creditCard input
{
    margin-left: 10px;
}

.error
{
    color: red;
    font-weight: bold;
}

#MainContent #PaymentForm ul.horizontalList
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#MainContent #PaymentForm ul.horizontalList li
{
    float: left;
    margin: 0px 10px 0px 0px;
    list-style: none;
    background: none;
    padding: 0px;
}

#MainContent #PaymentForm .attendeeTotal
{
	padding: 10px;
	background-color: #f6f6f6;
}

#MainContent #PaymentForm .attendeeTotal ul
{
	float: right;
}


#MainContent #PaymentForm .attendeeTotal .text
{
	font-size: 1.3em;
	padding: 8px 0px 0px 0px;
}

#MainContent #PaymentForm .cart
{
	padding: 10px;
}

#MainContent #PaymentForm .cart .cartItemHeader
{
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid gray;
}


#MainContent #PaymentForm .cart .cartItem
{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #f6f6f6;
}


#MainContent #PaymentForm .cart .attendeeName
{
	width: 200px;
}

#MainContent #PaymentForm .cart .bookingDetails
{
	width: 300px;
}

#MainContent #PaymentForm .cart .cartItemTotal
{
	width: 130px;
        text-align: center;
}

#MainContent #PaymentForm .emptycart
{
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background-color: #f6f6f6;
}

#MainContent #PaymentForm .cartTotal
{
	padding: 5px;
	background-color: #f6f6f6;
	text-align: right;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}

.button
{
	background-color: #f6f6f6;
	border: 1px solid #dadada;
	padding: 5px 15px 5px 25px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

a.button
{
	color: black;
	text-decoration: none;
}

.add
{
	background-image: url(img/add.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.tick
{
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #7bd071;
	border: 1px solid #63ab5a;
	color: white;
}

.disabledtick
{
	background-image: url(img/tick_disabled.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	
}

a.disabledtick
{
	color: #d0d0d0;
}

.delete
{
	background-image: url(img/cross.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ffd2d2;
	border: 1px solid #edb6b6;
}

.termsandconditions
{
	clear: both;
	margin-bottom: 10px;
}


/*
**********************************
Tags
**********************************
*/
.tag0{}
.tag1{font-size: 1.2em;}
.tag2{font-size: 1.4em;}
.tag3{font-size: 1.6em;}
.tag4{font-size: 1.8em;}
.tag5{font-size: 2.0em;}
.tag6{font-size: 2.2em;}

/* EDITOR PROPERTIES */

