﻿body
{
    margin:0px;
    padding:0px;
    font-family:Arial , Sans-Serif;
    font-size:12px;
    color:#666666;
    
}

a
{
    text-decoration:none;
    color:#006b31;
}

a:hover
{
    text-decoration:underline;
}

a img
{
    border:none;
}

h1
{
    font-size:24px;
    color:#006b31;
    padding:0px;
    margin:0px 0px 20px 0px;
    font-weight:normal;
}


h2
{
    font-size:28px;
    color:#e50305;
    padding:0px;
    margin:0px 0px 20px 0px;
    font-weight:normal;
    font-weight:bold;
}

h3.subtitlegreybg
{
    
    
    background:#e2e2e2;
    font-size:12px;
    color:#999999;
    padding:5px 0px 5px 6px;
    margin:2px 0px 0px 0px;
}

.headingBig
{
    font-size:24px;
    color:#006b31;
    padding:0px;
    margin:20px 0px 0px 0px;
    font-weight:normal;
}

table tr th
{
    text-align:left;
}

table.alternate
,tr.alternate
,tr.alternate td
,td.alternate
{
    background-color:#f4f4f4;
}
table.PaymentOptions
{
}

table.PaymentOptions td.PaymentOptionsPaddedTop
{
    padding-top: 30px;
}
table.PaymentOptions td.PaymentOptionsPaddedBottom
{
    padding-bottom: 30px;
}

table.PaymentOptions td.FixedWidthLeftColumn
{
    width:30%;
}

.clear
{
    clear:both;
    width:100%;
}
.capitalize
{
    text-transform: capitalize;
}

.red
{
    color:#e50305;
}

.large
{
    font-size:16px;
}

.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}
.textalignleft
{
    text-align:left;
}
.textaligncenter
{
    text-align:center;
}
.textalignright
{
    text-align:right;
}

.padright10
{
    padding-right:10px;
}

.padright20
{
    padding-right:20px;
}

.padleft10
{
    padding-left:10px;
}

.padleft20
{
    padding-left:20px;
}

.padtop10
{
    padding-top:10px;
}

.padtop20
{
    padding-top:20px;
}

.padbottom10
{
    padding-bottom:10px;
}

.padbottom20
{
    padding-bottom:20px;
}


p
{
    line-height:18px;
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 0px;
    font-size:12px;
}

.nopadding
{
    padding:0px;
    margin:0px;
}

.padding
{
    padding:15px;
}

.paddingbottom
{
    padding-bottom:15px;
}

.bold
{
    font-weight:bold;
}

.blue
{
    color:Blue;
}

.TandCBox
{
    margin-top:20px;
    margin-bottom:20px;
    padding:10px;
    width:100%;
    height:200px;
    overflow:scroll;
    overflow-x:auto;
    border:solid 2px #CCCCCC;
}

.instructions
{
    margin-top:10px;
    margin-bottom:20px;
}

.instructionsNoMargin
{
    display:block;
    font-size:11px;
}

.seperator
{
    border:none;
    height:1px;
    background:url(../images/templates/green-dash.gif) left center repeat-x;
    padding:20px 0px;
    width:100%;
}

* html .seperator
{
    margin:-6px 0px;
}

table.formtable td
{
    padding-bottom:10px;
}


.seperatorNopaddingTop
{
    border:none;
    height:1px;
    background:url(../images/templates/green-dash.gif) left top repeat-x;
    padding:0px 0px 20px 0px;
    width:100%;
    
}

.seperatorNopaddingBot
{
    border:none;
    height:1px;
    background:url(../images/templates/green-dash.gif) left bottom repeat-x;
    padding:20px 0px 0px 0px;
    width:100%;
    
}

* html .seperatorNopaddingTop
{
    margin:-6px 0px;
}

/* used to style the radio inputs in radiobuttonlists */
table input[type="radio"]
{
    vertical-align:text-bottom;
}
/* RadioBtnList - used for [RepeatLayout="Flow"] radiobuttonlists where greater separation is needed between radios */
.RadioListVerticallySeparated br
{
    clear:both;
    margin-bottom:10px !important;
}

/* RadioBtnList - used for [RepeatLayout="Table"] radiobuttonlists where greater separation is needed between radios */
table.RadioListHorizontallySeparated
, table.RadioListHorizontallySeparated_2Col
, table.RadioListHorizontallySeparated_3Col
, table.RadioListHorizontallySeparated_4Col
, table.RadioListHorizontallySeparated_5Col
{
    width:100%;
}

table.RadioListHorizontallySeparated_2Col td
, table.RadioListHorizontallySeparated_3Col td
, table.RadioListHorizontallySeparated_4Col td
, table.RadioListHorizontallySeparated_5Col td
{
    padding-top:0px;
    padding-bottom:0px;
    vertical-align:middle;
}


table.RadioListHorizontallySeparated_2Col td
{
    width:50%;
}
table.RadioListHorizontallySeparated_3Col td
{
    width:33%;
}
table.RadioListHorizontallySeparated_4Col td
{
    width:25%;
}
table.RadioListHorizontallySeparated_5Col td
{
    width:20%;
}

table.RegisterDataTable th
{
    font-weight:bold;
    font-size: 13px;
    padding:5px 0px 5px 0px;
    text-align:left;
}
table.RegisterDataTable td.textalignright
{
    padding-right:15px;
}

.txtDiscountBlock
{
    float:left;
    
}

.btnApplyDiscountBlock
{
    margin-left:5px;
    float:left;
}


.followus
{
    float:right;
}

.followus td
{
    padding:0px 6px;
}


.titlesmalllightgreen
{
    font-size:18px;
    color:#3e8e1b;
}

.green
{
    color:#006b31;
}

.arrowtop
{
    background:url(../images/templates/green-arrow-top.gif) no-repeat center left;
    padding-left:16px;
}
ul
{
    padding:0px 0px 10px 0px;
    margin:0px;
}

ul li   
{
    margin:3px 0px;
    list-style:none;
    background:url(../images/templates/li-green-dot.gif) left center no-repeat;
    padding:0px 0px 0px 10px;
    font-family:Arial , Sans-Serif;
    font-size:12px;
}


/*input and forms */
.tablemargin
{
    margin-left:30px;
}

input
{
    color:#666666;
}

textarea,select
{
    border:1px solid #1C5180;
    color:#666666;
}

input.long, select.long
{
    padding:3px 2px;
    width:286px;
    border:1px solid #1C5180;
}


input.medium, select.medium
{
    padding:3px 2px;
    width:150px;
    border:1px solid #006b31;
    /* was border:1px solid #1C5180;*/
}

input.short, select.short
{
    padding:3px 2px;
    width:100px;
    border:1px solid #006b31;
    /* was border:1px solid #1C5180;*/
}

select.dropdownstate,input.postcode
{
    border:1px solid #1C5180;
    padding:3px 2px;
}

select.dropdownstate
{
    width:145px;
}

input.postcode
{
    width:65px;
}

textarea
{
    width:290px;
    height:140px;
}

span.divHelperDesc a
{
    padding:12px 9px 5px 8px;
    margin-left:5px;
    background:url(../images/templates/green-round-cross-icon-white-bg.png) no-repeat center center;
    font-size:0px;
    line-height:0px;
}

table.tableWithStyle
{
    width:100%;
    
}

table.tableWithStyle td,th
{
    padding:5px 10px;
    text-align:left;
}


table.tableWithStyle th,
table.tableWithStyle th a
{
    background-color:#006b31;
    color:#ffffff;
}

table.tableWithStyle th.first
{
    background:url(../images/templates/table-style-border-left.gif) no-repeat left top #006b31;
        
}

table.tableWithStyle th.last
{
    background:url(../images/templates/table-style-border-right.gif) no-repeat right top #006b31;
        
}

table.tableWithStyle tr
{
    background-color:#ffffff;
}

table.tableWithStyle tr.alternate
{
    background-color:#E5FDE2;
}

/*medical profilesearch topic */
#content table.profilesearchtable
{
}

#content div.ProfileSearchTopicBottom
{
    margin-top:40px;
}

#content table.profileSearchImgExampleTable
{
    margin:10px 0px 40px 0px;
}

.contacttable .label
{
    font-weight:bold;
}

/* start : password-strength-checker */
.pstrength-bar  /* the div that shows the password strength indicator bar */
{
    margin-top:10px;
}
.pstrength-info  /* the div that contains text describing the current password strength */
{
}
.pstrength-minchar  /* the div that contains text of the min # chars needed for the password */
{
}
.pstrength-minchar {
    font-size: 10px;
}
/* end : password-strength-checker */


.modalBackground
{
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
	background-color: #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 350px;
}

.hiddenbutton
{
	visibility: hidden;
}
