﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, .page 
{
    font: 12px/13px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height:1.5em;
    background: #97a6ab url('../images/bgFill.jpg') repeat-x 0 0;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration:none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 100%;
    display: inline-block;
    vertical-align:top;
    text-align:center;
    background: transparent url('../images/bg.jpg') no-repeat 0 0; 
}

.blankpage
{
	width: 90%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.textHeader {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    background-color: #000;
}

.siteBar {
    font-Family: 'Open Sans', Sans-Serif,Arial;
    color: #bbb;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    padding: 15px;
    background-color: #222222;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 1000px;
    box-sizing: border-box;
    vertical-align: middle;
}
.siteName {
    font-Family: 'Rajdhani','Open Sans',Sans-Serif,Arial;
    float: left;
    font-size: 24px;
}
.userInfo
{
    float:right;
    color:#bbb;
}

.siteBar a
{
    color: #bbb;
	text-decoration: none;
}

.imageHeader
{
    position: relative;
    margin-left: auto;
    margin-right:auto;
    margin-top: 5px;
    margin-bottom:0px;
    padding: 0px;
    width: 1000px;
    text-align:left;
}

.imageHeader img
{
	padding: 5px 15px 5px 0px;
}
.imageHeader img:last-child 
{
    padding: 5px 0px 5px 0px;
}

.menuHdr
{
    clear:both;
    margin-bottom:0px;
    padding:0px;
    position:relative;
    width: 100%;
    text-align:center;
    z-index: 1;
    height:30px;
}

div.hideSkiplink
{
    width:1002px;
    height: auto;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;   
    margin-bottom:0px; 
}

.titleHdr
{
    display:table;
    clear:both;
    margin:0px;
    padding:0px;
    position:relative;
    width: 100%;
    text-align:center;     
}
.title {
    font-Family: 'Open Sans',Sans-Serif,Arial;
    width: 1000px;
    height: 40px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    display:table;
    margin-left: auto;
    margin-right: auto;
    margin-top:-10px; 
    width:960px;
    background-color: #ffffff;
    padding:10px 20px 20px 20px;
    vertical-align:top;
    position:relative;
    text-align:left;
    z-index:0;
    border:solid 1px #ffffff; 
}

.blankmain
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 120px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    position: relative;
    width: 100%;
    height: 80px;
    margin: 10px 0 0;
    padding-top: 15px;
    text-align:center;
    background: transparent url('../images/footerBg.png') repeat-x 0 0;  
}
.copyInfo
{
    width: 1000px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
}
.copyInfo ul
{
    margin: 10px 0 0 -10px;
    padding: 0;
    list-style-type: none;
}
.copyInfo ul li
{
    margin: 0px;
    padding: 0 10px;
    float: left;
    border-right: 1px solid #586971;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.loginImage
{
    max-width:480px;
	max-height: 360px;
	float: left;
	padding: 10px;
}

div.accountInfo
{
    width:350px;
	float: left;
}

.loginLabel
{
    text-align:left;   
    clear:both; 
    display:block!important;
    margin:0px;
    padding:0px;
    line-height:normal;
}
input.userNameEntry 
{
    width: 300px !important;
    padding:5px !important;
    display:inline;
    clear:both;
}
input.textEntry 
{
    display:inline;
    clear:both;
    width: 300px !important;
    padding:5px !important;
}

input.passwordEntry 
{
    width: 300px !important;
    padding:5px !important;
    display:inline;
    clear:both;
}
.plogingButton
{
    padding-top:10px;
}
.loginButton
{
    width:312px;
    height:30px;
}
.loginTitle
{
    color:#5DB2FF;
    font-size:32px;
    margin-top:0px;
    padding-top:0px;  
    font-family: "Segoe UI Light", Sans-Serif, Helvetica, Verdana; 
}
.loginFormBody
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Segoe UI", Arial, Helvetica, Verdana;
    margin: 10px;
    padding: 0px;
    color: #696969; 
    background-color:#ffffff;    
}
.loginPage
{
    clear:both;    
    width:100%;
}
.loginContent
{
    text-align:center;
    width:800px;
    margin: 100px auto 0px auto;
}
.loginProductLogo
{
    float:left; 
    padding:10px;  
    width:400px;
    height:300px;
    border-radius: 5px; 	
}
.loginForm
{
    float:left;
    padding:10px;
    width:300px;
    height:300px;
    text-align:left;
    border-radius: 5px; 
}
.loginFooter
{
    clear:both;
    margin-top:20px; 
}
.loginFooter > p
{
    padding-top:0px;
    margin-top:0px;    
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.pageTitle
{
    font-Family: 'Open Sans', Sans-Serif,Arial;
    clear:left;
    float:left;
    width:65%;
    text-align: left;
    color: #37565b;
    font-weight:500;
    font-size:22px;
    padding:15px 15px 15px 20px;
}
.subtitle
{
    font-family: Microsoft Sans Serif, Trebuchet MS,  Arial;
    display: block;
    text-align: left;
    color: #37565b;
    font-weight:600;
    font-size:16px;
    padding:0px 0px 10px 0px;
}
.sectiontitle {
    font-family: Microsoft Sans Serif, Trebuchet MS, Arial;
    display: block;
    text-align: left;
    color: #37565b;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 5px 5px 10px;
    background-color: #f1f2f3;
    border-radius:25px;
}

.PassResetSubmitButton
{
    position:relative;
    left:-345px;
    top:5px;  
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px 2px 10px 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    display:inline-block;
}

.successNotification
{
    font-size: 1.2em;
    color: Green;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;   
    padding-left:12px;
}

.submitButton input
{
	margin-right: 10px;
}

.hidden
{
	display: none;
}

.register #RegistrationCode
{
	font-weight: bold;
}

.message
{
    font-size: 1.2em;
    font-weight:bold;
    color: Red;
}

div.row 
{
    clear: both;
    padding-top: 2px;
}

div.row span.label 
{
    float: left;
    width: 15%;
    text-align: right;
    border: solid 1px #c7d6db;
    padding:5px;
}

div.row span.value 
{
    float: right;
    width: 80%;
    text-align: left;
    padding:5px;
    border: solid 1px #c7d6db;
} 
div.spacer 
{
    clear: both;
    font-size:8px;
    line-height:normal;
}
.divEPay
{
    width:100%;   
}

.PageInfo
{
	padding-top: 10px;
}

.PageInfo > div
{
    clear: both;
    padding-top: 2px;
}

.PageInfo > div > label
{
    float: left;
    width: 15%;
    text-align: right;
    border: solid 1px #c7d6db;
    padding:5px;
}

.PageInfo > div > span
{
    float: right;
    width: 80%;
    text-align: left;
    padding:5px;
    border: solid 1px #c7d6db;
} 

.PageInfo #AccountNo
{
	margin-bottom: 3em;
}

.PageInfo .Address label
{
	height: 3em;
}

.PageInfo input[type=checkbox]
{
	padding-top: 5px;
	padding-left: 5px;
}

.PageInfo input[type=submit]
{
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
}


.SearchForm label
{
	font-weight: normal;
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-bottom: 1em;
}

.SearchForm
{
    border: solid 1px #eeeeee;  
    padding-top:10px;  
}

.SearchForm input
{
	margin-right: 20px;
	margin-bottom: 5px;
}

.SearchForm input[type=text]
{
	width: 150px;
}

.SearchForm input[type=submit]
{
	width: 100px;
	height: 24px;
	margin-left: 80px;
}

.EmailPortalUsers input, .EmailPortalUsers textarea
{
	width: 95%;
}

.EmailPortalUsers input[type=checkbox]
{
	width: auto;
}

.EmailPortalUsers input[type=submit]
{
	padding-left: 10px;
	padding-right: 10px;
}


.StandardForm > div
{
	overflow: auto;
    clear: both;
    padding-top: 2px;
}

.StandardForm > div > label
{
    float: left;
    width: 15%;
    text-align: right;
    border: solid 1px #c7d6db;
    padding:5px;
}

.StandardForm > div > span
{
    float: right;
    width: 80%;
    text-align: left;
    padding:5px;
    border: solid 1px #c7d6db;
} 

/* Account Statements Page  
----------------------------------------------------------*/
#Statements, 
#UtilityDocs 
{
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
}

#Statements li,
#UtilityDocs li
{
    padding: 2px 0px 5px 0px;
}

#Statements li .month,
#UtilityDocs li .month 
{
    display: inline-block;
    width: 300px;
}

#Statements li .view,
#UtilityDocs li .view 
{
    padding: 0em 3em 0em 1em;
}

/* ARStatus Page  
----------------------------------------------------------*/
.ARStatus
{
    clear:both;
    width:100%; 
}
.ARStatusHdr
{
    clear:both;
    width:100%; 
    padding:10px;  
    height:30px; 
}
.ARStatusAccountNo
{
    clear:left;
    float:left;
    width:30%;
    vertical-align:middle;
}
.ARStatusDate
{
    clear:right;
    float:left;
    width:60%;
}
.ARStatusGrid {
    clear: both;
    width: 930px;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
}
/* Home Page  
----------------------------------------------------------*/
div.main .t-container 
{
    padding-left:0px;
    padding-right:0px;
}

.homeContent {
    text-align: left;
    vertical-align: top;
    width: 100%;
    display: table;
    margin: 0px;
    padding: 0px;
    float: left;
}
.homeEvents 
{
    width: 99%;
    padding: 5px;
    line-height: 1.3em;
    margin: 0px 0px 5px 0px;
}

.data-container
{
    height: 90%;
    width: auto;
}

.homeSubtitle {
    font-family: 'Open Sans',Sans-Serif,Arial;
    display: block;
    text-align: left;
    color: #37565b;
    font-weight: 500;
    font-size: 15px;
    padding: 8px;
    background-color: #eaf3f4;
}
.homeCalendar
{
    margin: 10px 0px 10px 0px; 
}

div.main .RadCalendar .rcMainTable {
    line-height: 28px;
}
.homeNews
{
    padding:0px 10px 10px 5px;      
}
.homeNewsBy
{
    font-size:11px;
    color:#999999;
    padding-bottom:10px;  
}

.homeContacts 
{
    padding: 5px;
    line-height: 1.3em;
    margin: 0px 0px 5px 0px;
}
.homeDocuments
{
    padding:5px;  
    line-height:1.3em; 
    margin:0px 0px 5px 0px;     
}
.homeDocLink
{
    text-decoration:none;
}
.homeDocLink:hover {
    text-decoration: underline;
}
.homeDocumentsDate
{
    font-size:11px;
    color:#999999;
    padding-bottom:10px;  
}
.homeLinks 
{
    padding: 5px;
    line-height: 1.3em;
    margin: 0px 0px 5px 0px;
}
.homeLink
{
    text-decoration:none;
}
.homeLink:hover {
    text-decoration: underline;
    color:
}

/* SEARCH FORM WITH GRID   
----------------------------------------------------------*/
.ListviewToolbar
{
    padding:0px;  
    display:table;
    margin:0px;
    background-color: #C7D6DB;
    width:100%;
    float:left;
}
.ListviewToolbar > .Navigation
{   
    background-color: #C7D6DB;
    display: table;
    float:left;
    vertical-align:baseline;
    padding:10px;
    border-right:solid 1px #D7E6EB;
}
.ListviewToolbar > .Navigation > input[type=submit]
{
    background-position: left center;
    background-repeat:no-repeat;
    cursor:pointer;
    font-family:Arial, Sans-Serif, Verdana;
    font-size:11px;
    width:100px;
}
.ListviewToolbar > .Search
{ 
    background-color: #C7D6DB;
    display: table;
    padding:10px;
}

.ListviewToolbar > .Search label
{
	font-weight: normal;
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	padding-right: 5px;
	vertical-align:text-bottom;
}

.ListviewToolbar > .Search input
{
	margin-left:5px;
}

.ListviewToolbar > .SearchForm input[type=submit]
{
	width: 100px;
}

/* List View with image   
----------------------------------------------------------*/
.listItemDetail
{
    width: 100%;
}

.listItemDetail > fieldset
{
    float:left;
    width:100%;
    padding:10px;
}

.listItemDetail .photo-container
{
    padding-top:10px;
    width: 120px;
    float: left;
}

.data-container
{
    padding-top:10px;
}
.data-container > div 
{
    display:table-row;
    padding:0px;
}
.data-container > div > label
{
    font-weight: bold;
    width:70px;
    display:inline-table;
}

/* VIEW FORM   
----------------------------------------------------------*/
.viewForm
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
    padding:0px;
    float:left;
}
.viewButtonsToolbar > fieldset
{
   width:99%;
   padding: 10px 0px 10px 0px;
   margin:0px;
   text-align:left;
   vertical-align:top;
}
.viewForm > fieldset > div
{   
    clear:both;
    margin: 5px;
    display:table-row;
}
.viewForm > fieldset > div > label
{
    float: left;
    width: 110px;
    text-align: right;
    font-weight:bold;
    padding:3px;
    display: table-column;
    vertical-align:bottom;
    height:18px;
}
.viewForm > fieldset > div > span
{
    float: right;
    width: 700px;
    text-align: left;
    padding:3px;
    display: table-column;
} 
.viewButtonsToolbar
{
    float:left;
    margin:0px 10px 10px 1px;
}

/* EDIT FORM   
----------------------------------------------------------*/
.editForm
{
    clear:both;
    text-align:left;
    vertical-align:top;
    width:100%;
    height:auto;
    display:table;
    margin:0px;
    padding:0px;
    float:left;
}
.editButtonsToolbar > fieldset
{
   width:99%;
   height:auto;
   padding: 5px 0px 10px 0px;
   text-align:left;
   vertical-align:top;
}
.editForm > fieldset > div
{   
    clear:both;
    margin: 5px;
    display:table-row;
    height:auto;
}
.editForm > fieldset > div > label
{
    float: left;
    width: 120px;
    text-align: right;
    padding:4px;
    display: table-column;
    vertical-align:bottom;
    min-height:22px;
}
.editForm > fieldset > div > span
{
    float: right;
    width: 800px;
    text-align: left;
    padding:4px;
    display: table-column;
} 
.editButtonsToolbar
{
    float:left;
    margin:10px 10px 0px 1px;
}
div .descRow
{   
    clear:both;
    margin: 5px;
    display:table-row;
    height:200px;
}

.buttonsDiv
{
	margin-top: 1em;
}

/* NEWS VIEW FORM   
----------------------------------------------------------*/
.newsView
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}
.newsTitle
{
    clear:both;
    font-size:16px;
    font-weight:bold;
    font-family: Microsoft Sans Serif, Trebuchet MS,  Arial;
    padding-top:10px;
}
.newsSummary
{
    clear:both;
    font-size:12px;
    font-weight:bold;
    padding-top:20px;
}
.newsBody
{
    clear:both;
    padding-top:20px;
}
.newsWrittenBy
{
    font-size:11px;
    color:#999999; 
    clear:both; 
    padding-top:5px; 
}
.newsFooter
{
    font-size:10px;
    color:#999999; 
    clear:both;  
    padding-top:15px;
}

/* REGISTRATION CODES FORM   
----------------------------------------------------------*/
.registrationCodes
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}

/* EMAIL PORTAL USERS FORM   
----------------------------------------------------------*/
.emailUsersForm
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}

.emailUsersForm fieldset
{
   background-color: #eeeeee;
   border-color: #dddddd;  
   padding-top:10px;
}

.emailHdr > div
{
	overflow: auto;
    clear: both;
    padding-top: 2px;    
}

.emailHdr > div > label
{
    float: left;
    width: 10%;
    text-align: right;
    padding:2px 6px 2px 2px;
}

.emailHdr > div > span
{
    float: left;
    width: 87%;
    text-align: left;
    padding: 2px 0px 2px 0px;
} 

.emailBody
{
    clear:both;
    width:100%; 
    padding-top:10px;   
}

.emailFtr
{
    clear:both;
    width:100%;
}
.emailFtrSend
{
    clear:left;
    float:left;
    width:20%;
    padding-top:10px;
}
.emailFtrTest
{
    clear:right;
    float:left;
    width:60%;
    padding-top:10px;
}

/* Website Page View Form   
----------------------------------------------------------*/
.contentPage
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}
.contentPageContent
{
    clear:both;
    padding-top:10px;
}
.contentPageFooter
{
    font-size:10px;
    color:#999999; 
    clear:both;  
    padding-top:15px;
}
.contentPageEditDiv
{
    clear:both;
    width:99%;
    float:right;
    text-align:right; 
    padding:5px 5px 0px 0px;   
}

/* Classifieds List View   
----------------------------------------------------------*/
.classifiedsList
{
    clear:both;   
}
.classifiedsList > #itemTitle
{
    clear:both;
    font-weight:bold; 
    padding-bottom:10px; 
}
.classifiedsList > #itemPrice
{
    clear:both;
    font-weight:bold; 
    color:Red;  
    padding-bottom:10px; 
}
.classifiedsList > #itemContact
{
    clear:both; 
}
.classifiedsList > #itemPosted
{
    clear:both; 
    color: #999999;
}

/* Classifieds View Form   
----------------------------------------------------------*/
.classifiedsForm
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}
.classifiedsForm > fieldset > #title
{
    clear:both;
    font-size:16px;
    font-weight:bold;
    padding:20px 0px 20px 0px;
}

.classifiedsForm > fieldset > #category
{
    padding-bottom:10px;
}

.classifiedsForm > fieldset > #photo
{
    clear:left;
    float:left;
    height:auto;
    width:480px;
    background-color:#eeeeee;
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #dddddd;
}

.classifiedsForm > fieldset > #info
{
    clear:right;
    float:left;
    height:auto;
    width:350px;
    padding-left:20px;
}

.classifiedsForm > fieldset > #info > div
{
    clear:both;
}

.classifiedsForm > fieldset > div > #price
{
    font-weight:normal; 
    color:Red;  
    padding-bottom:10px;
    font-size:16px; 
}

.classifiedsForm > fieldset > div > #condition, #email, #postedBy
{
    padding-bottom:10px;
}

.classifiedsForm > fieldset > #description
{
    clear:both;
    padding-top:20px;
    padding-bottom:10px;
}


/* FAQs List    
----------------------------------------------------------*/
.faqList
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
    line-height:1.5em;
    padding: 10px 0px 10px 0px;
}
.faqList > .question
{
    clear:both;
    font-weight:bold;
    padding:0px 10px 10px 0px;
}
.faqList > .answer
{
    clear:both;
    padding:0px 10px 0px 0px;
}

/* Events calendar  
----------------------------------------------------------*/
.eventsCalendar
{
    clear:both;
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
    padding: 0px;
}

/* DOCUMENTS VIEW FORM   
----------------------------------------------------------*/
.documentView
{
    text-align:left;
    vertical-align:top;
    width:100%;
    display:table;
    margin:0px;
}
.documentView > fieldset > .name
{
    clear:both;
    font-size:16px;
    font-weight:bold;
    font-family: Microsoft Sans Serif, Trebuchet MS,  Arial;
    padding:15px 10px 0px 10px;
}
.documentView > fieldset > .description
{
    clear:both;
    font-size:12px;
    font-weight:500;
    padding:10px 10px 0px 10px;
}
.documentView > fieldset > .docSize
{
    clear:both;
    font-size:12px;
    font-weight:500;
    padding:10px 10px 10px 10px;
}
.documentView > fieldset > .browserView
{
    clear:both;
    padding:10px 10px 0px 0px;
    margin:10px;
    border-top:1px dotted #cccccc;
}
.documentView > fieldset > .docMessage
{
    clear:both; 
    padding:0px 10px 0px 10px;
}
.documentView > fieldset > .note
{
    font-size:10px;
    color:#666666; 
    clear:both;  
    padding:0px 10px 0px 10px;
}
.documentView > fieldset > .download
{
    clear:both; 
    padding:10px 10px 10px 0px;
    margin:10px;
    border-top:1px dotted #cccccc;
}


.RadButton_Metro .rbSkinnedButton,
.RadButton_Metro .rbDecorated,
.RadButton_Metro .rbVerticalButton,
.RadButton_Metro .rbVerticalButton,
.RadButton_Metro .rbSplitRight,
.RadButton_Metro .rbSplitLeft,
.RadButton_Metro.rbButton {
    background-color: #29A2DE !important;
    color: white !important;
    margin: 0px !important;
    padding-left: 0px !important;
    border-color: #29A2DE !important;
}

.RadButton_Metro:hover .rbSkinnedButton,
.RadButton_Metro:hover .rbDecorated,
.RadButton_Metro:hover .rbVerticalButton,
.RadButton_Metro:hover .rbVerticalButton,
.RadButton_Metro:hover .rbSplitRight,
.RadButton_Metro:hover .rbSplitLeft,
.RadButton_Metro:hover.rbButton {
    background-color: #1879B5 !important;
    border-color: #1879B5 !important;
}

.RadForm_Default.rfdFieldset fieldset, .RadForm_Default.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset, .RadForm_Default.rfdFieldset fieldset.rfdFieldset {
    border: 1px solid #B9D5EE !important;
    border-radius: 3px;
    background-color: #ffffff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.pad-t15 { 
    padding-top: 15px; 
}
.pad-t20 {
    padding-top: 20px;
}