﻿@media screen
{



/*############################*/
/* Site Customization */
/*############################*/
a
{
    cursor: pointer !important;
}
#globalHdr
{
	color: #fff;
}
#globalHdr a:link, #globalHdr a:visited
{
	padding: 5px;
	color: #eee !important;
	display: inline-block;
	font-size: .9em;
	text-decoration: none;
}
#globalHdr a:hover
{
	color: #fF0000 !important;
}
#globalHdr a.currentLnk
{
	font-weight: bold;
}
#header img
{
	border: none;
	padding: 0px !important;
	margin: 0px !important;
}
#header a
{
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#header .sfContentBlock
{
	padding: 0px !important;
	margin: 0px auto !important;
    height: 200px;
}
#footer a
{
    color: White !important;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}

    p, .sfContentBlock {
        padding: 5px 10px 5px 0px;
        margin: 0;
        line-height: 1.5em;
    }

h1.pageHeader
{
    font-variant: small-caps;
    color: #981e32; /*#7E1418*/
    font-weight: bold;
    font-family: Segoe UI;
    margin-top: 0px;
    letter-spacing: 2px;
	line-height: 1.2em;
}

h2.sectionHeader
{
    /*font-weight: bold;
    color: black;
    font-family: Segoe UI;
    font-size: 1.2em;
    letter-spacing: 1px;*/
	border-bottom: 2px solid #3CB6CE;
	border-top: 0px dotted #3CB6CE;
	padding-bottom: 5px;/**/
	padding-top: 5px;/**/
	margin-bottom: 5px;
	color: #003E69;
	font-family: "Segoe UI";
}
    h2.sectionHeader2 {
        border-left: 6px solid #EC7A08;
        padding: 3px;
        padding-left: 9px;
        color: #333;
        font-weight: bold;
        margin-top: 25px;
        line-height: 1.5em;
        background-color: #F9D7B5;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

#breadcrumb
{
    color: #555;
    font-size: .8em;
}

#main a:link, #main a:visited, #footer a:link, #footer a:visited
{
    color: #003C69;
}

#main a:hover, #main a:active, #footer a:hover, #footer a:active
{
    color: #9F1A1F;
}

.fieldLabel
{
    font-weight: bold;
    color: #333;
}

.fieldError
{
    font-size: .9em;
    font-weight: bold;
    color: #AA0000;
    padding-top: 5px;
}

.downloadsTitle
{
    /*background: url('/images/templateimages/1314026700_information.png?Status=Master') no-repeat right center;*/
    background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; /*padding-left: 1.3em;*/
    font-family: Segoe UI;
    font-style: italic;
    color: #003C69;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 1px #003C69;
}

.eventsTitle
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('/images/templateimages/calendar.png?Status=Master') no-repeat right center; 
    font-family: Segoe UI;
    font-style: italic;
    color: #003C69;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 1px #003C69;
}

.blueboxContainer
{
    background-image: url('/images/templateimages/background_fade_blue.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 5px;
    min-height: 100px; /* creates rounded corners, though not in IE unless IE9 */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* end rounded corners */
    margin-bottom: 15px;
    border: 1px solid #003c69;
}

/*------------------------------*/
/* Search box on all pages (in header)     */
/*------------------------------*/
#searchContentContainer .sfsearchBox, #globalHdr .sfsearchBox
{
    border: none !important;
    padding: 0px;
    padding-top: 5px;
    padding-right: 10px;
    /*padding-bottom: 15px;*/
	float: right;
}
#searchContentContainer .sfsearchBox input, #globalHdr .sfsearchBox input
{
    font-size: smaller;
}
#searchContentContainer .sfsearchTxt, , #globalHdr .sfsearchTxt
{
    border: solid 1px #c3c3c3;
    background-image: url('/images/templateimages/navigation-dark-grey-gradient.jpg?Status=Master'); /*background-image: url('/images/templateimages/gradient_slice_aqua.jpg?Status=Master') !important;*/
    width: 200px;
}
#searchContentContainer .sfsearchSubmit, #globalHdr .sfsearchSubmit
{
    font-family: "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    background: url('/images/templateimages/magnifier.png?Status=Master') no-repeat left center; /*padding-left: 1.3em;*/
    padding-left: 1.2em;
    border: none;
    cursor: pointer;
    color: #E9E9E9;
    /*color: #DE1F27;*/
    font-weight: bold;
}

/*------------------------------*/
/* Search Box on Search Page */
/*------------------------------*/
.searchPage .sfsearchBox
{
    /*border-top: 1px solid #003c69 !important;
    border-bottom: 1px solid #003c69 !important;*/
    background-color: #efe9da;
    padding-left: 5px;
    border: none;
}
.searchPage .sfsearchResultStatistics
{
    font-style: italic;
}
.searchPage .sfsearchResultTitle a
{
    font-size: 1.1em;
   }
.searchPage .sfsearchResultUrl a
{
    font-style: normal;
    color: #8C9100 !important;
    text-decoration: none;
    padding-left: 0px;
    margin-left: 0px;
}
.searchPage .sfsearchResultHighLighter
{
     margin-bottom: 25px;
   
}
/*.searchPage .sf_pagerNumeric
{
    border-top: 2px solid #efe9da;
}
.searchPage .sf_pagerNumeric a
{
    padding: 3px;
}*/

/*------------------------------*/
/* NEWS and BLOG POSTS Styles */
/*------------------------------*/
.sfnewsList, .sfpostsList, .sflistList
{
  margin-left: 12px;
  padding-left: 0px;
}
.sfnewsTitle, .sfpostTitle, .sflistTitle
{
    font-size: 1.1em;
    margin-bottom: 3px;
    padding-bottom: 0px;
}
.sfnewsFullStory
{
 /*background-image: url("/images/templateimages/newspaper_go.png?Status=Master");
    background-position: right center;
    background-repeat: no-repeat;  
    padding-right: 20px; 
    font-style: italic;*/
}
.sfnewsMetaInfo
{
    font-style: italic;
}

/*------------------------------*/
/* AMBER ALERT styles */
/*------------------------------*/
#amberAlert h1
{
    font-variant: small-caps;
    color: black;
    font-weight: bold;
    font-family: Segoe UI;
    letter-spacing: 2px;
}

#amberAlert table
{
    margin: 0px auto;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: left;
}

/*------------------------------*/
/* NEWS ROTATOR control/widget */
/*------------------------------*/
.RadRotator {
	/*margin-left: 5px !important;*/
}
.Navigation
{
	/*margin-left: 5px !important;*/
    width: 100% !important; /*border: none !important;*/
    background-image: url('/images/templateimages/navigation-dark-grey-gradient.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top; /**/
    text-align: left !important;
    margin-top: 1px;
}

.Box
{
    background-color: White !important;
}
.Article .Title
{
    color: #981e32 !important;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: dotted 1px #981e32;
    padding-top: 3px;
}

.Article .Summary
{
    color: #333 !important;
    margin-bottom: 15px;
    font-size: 1.0em !important;
    line-height: 1.5em !important;
}
.Article a.Link
{
    color: #003C69 !important;
    font-style: italic;
    font-weight: bold;
}
/*------------------------------*/
/* RELATED LINKS control/widget */
/*------------------------------*/
.relatedLinksContainer
{
    /* background-image: url('/images/templateimages/content_gradient.png?Status=Master') !important;*/
    background-image: url('/images/templateimages/background_fade_blue.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 5px;
    min-height: 100px; /* creates rounded corners, though not in IE unless IE9 */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* end rounded corners */
    margin-bottom: 15px;
    border: 1px solid #003c69;
}

.relatedLinksTitle
{
    /*background: url('/images/templateimages/1314026700_information.png?Status=Master') no-repeat right center;*/
    background: url('/images/templateimages/page_go.png?Status=Master') no-repeat right center; /*padding-left: 1.3em;*/
    font-family: Segoe UI;
    font-style: italic;
    color: #003C69;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 1px #003C69;
}

.relatedLinksContainer li
{
    margin-bottom: 8px;
    line-height: 1.1em;
}

/*------------------------------*/
/* LATEST NEWS control/widget */
/*------------------------------*/
.latestNewsContainer
{
    /* background-image: url('/images/templateimages/content_gradient.png?Status=Master') !important;*/
    background-image: url('/images/templateimages/background_fade_blue.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 5px;
    min-height: 100px; /* creates rounded corners, though not in IE unless IE9 */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* end rounded corners */
    margin-bottom: 15px;
    border: 1px solid #003c69;
}
.latestNewsContainer .sfnewsList
{
    /*padding-left: 40px;*/
	padding-left: 0px;
	margin-left: 40px;
}

.latestNewsTitle
{
    /*background: url('/images/templateimages/1314026700_information.png?Status=Master') no-repeat right center;*/
    background: url('/images/templateimages/newspaper.png?Status=Master') no-repeat right center; /*padding-left: 1.3em;*/
    font-family: Segoe UI;
    font-style: italic;
    color: #003C69;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 1px #003C69;
}

/*------------------------------*/
/* SUBSCRIBE LYRIS control/widget */
/*------------------------------*/
.subscribeLyrisContainer
{
    /* background-image: url('/images/templateimages/content_gradient.png?Status=Master') !important;*/
    background-image: url('/images/templateimages/background_fade_blue.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 5px;
    min-height: 100px; /* creates rounded corners, though not in IE unless IE9 */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* end rounded corners */
    margin-bottom: 15px;
    border: 1px solid #003c69;
}

.subscribeLyrisTitle
{
    /*background: url('/images/templateimages/1314026700_information.png?Status=Master') no-repeat right center;*/
    background: url('/images/templateimages/email.png?Status=Master') no-repeat right center; /*padding-left: 1.3em;*/
    font-family: Segoe UI;
    font-style: italic;
    color: #003C69;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 1px #003C69;
}

.subscribeLyrisForm
{
    font-size: .8em;
}


/*------------------------------*/
/* NAV BUTTON control/widget */
/*------------------------------*/
.navButton
{
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4AF6B', endColorstr='#EC7A08'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#F4AF6B), to(#EC7A08)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #F4AF6B,  #EC7A08); /* for firefox 3.6+ */
        font-weight: bold;
        line-height: 1.8em;
        text-align: center;
        margin: 10px auto;
        min-width: 150px; /*display: inline-block;*/
        clear: both;
    font-family: Segoe UI;
    font-size: 1.2em;
    border: solid 1px #EC7A08;
    padding: 5px;
}
    .navButton a, .navButton a:link, .navButton a:visited {
        color: white !important;
        background: transparent !important;
        text-decoration: none;
    }
    .navButton a:hover, .navButton:hover a:link, .navButton:hover a:visited {
        color: #002A4A !important; /**/
        background: #transparent !important;
    }

#footer img
{
	border: none;
}
/*------------------------------*/
/* Custom Form controls/widgets */
/*------------------------------*/
.formLabel
{
    font-weight: bold;
    color: #333;
}

.formTip
{
    font-size: .8em;
    color: #888;
    font-style: italic;
}

.formFieldContainer
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.formSubmit
{
	border-top: 1px solid #003C69;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.error
{
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    border: solid 2px #AA0000; /*red*/
    margin-bottom: 10px;
}

.success
{
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    border: solid 2px #86BF17; /*green*/
    margin-bottom: 10px;
}

.info
{
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    border: solid 2px #085994; /*blue*/
    margin-bottom: 10px;
}

.requiredNote
{
    font-weight: bold;
}

.formBox
{
    border: 1px solid #888;
    padding: 5px;
}

.complaintDetailsTbl
{
    border-collapse: collapse;
    width: 99%;
    /*font-size:smaller;*/
    vertical-align: top;
}
.complaintDetailsTbl th
{
    background-color: #DDEEF7;
    border: 1px solid #aaa;
    text-align:center;
    width:30%;
}
.complaintDetailsTbl td
{
    border: 1px solid #aaa;
    padding: 3px;
    vertical-align:middle;
    width: 70%;
}

.complaintDetailsTbl td.groupHdr
{
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    background-color: #ddd;
}
    .note {
        border: 1px solid #FFDD40;
        border-left: 5px solid #FFDD40;
        background-color: #FFF8D9; /*#FFF0B2;*/
        padding: 5px;
    }

/*############################*/
/* RAD MENU Customization */
/*############################*/
#wrapper .RadMenu
{
    white-space: normal !important;
    width: 100%;
}
#wrapper div.RadMenu_Default .rmRootGroup, #wrapper div.RadMenu_Default .rmRootGroup .rmHorizontal
{
    border: none;
        cursor: pointer !important;
}
#wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmRootLink  .rmText
{
	font-weight: bold;
	padding-right: 8px;
	font-family: Arial;
}
#wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmLink
{
    font-weight: normal;
    font-variant: normal;
    font-size: 1.0em;
    color: #fff;
    background-color:#003C69;
    background-image: none !important;
        cursor: pointer !important;
}
#wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmLink:hover, #wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmLink:focus
{
    background-color: #DDEEF7 !important;
    background-image: none !important;
    color: #000;
}
#wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmExpanded, #wrapper div.RadMenu_Default .rmHorizontal .rmItem .rmExpandedDown
{
    background-image: none !important;
    background-color: #DDEEF7 !important;
    font-weight: bold;
    color: #003C69 !important;
}
/*#wrapper div.RadMenu_Default .rmHorizontal a.rmSelected
{
    background-color: #981E32 !important;
    font-weight: bold !important;
}*/
#wrapper div.RadMenu_Default .rmVertical .rmText, #wrapper div.RadMenu_Default .rmVertical a.rmLink, #wrapper div.RadMenu_Default .rmVertical .rmItem
{
    background-image: none !important;
}
/* Sub-menu */
#wrapper div.RadMenu_Default .rmSlide .rmItem
{
	/*border: solid 1px red;*/
	border-top: 1px solid #C9D8E0;
    white-space: normal !important;
}
#wrapper div.RadMenu_Default .rmSlide .rmItem .rmLink .rmText
{
    padding-left: 14px !important;
    padding-right: 5px !important;
	line-height: 15px !important;
}
#wrapper div.RadMenu_Default .rmSlide, #wrapper div.RadMenu_Default .rmVertical
{
    background-image: none !important;
    background-color: #DDEEF7;
    width: 175px !important;
}
#wrapper div.RadMenu_Default .rmSlide ul
{
    border: none !important;
    width: 175px !important;
}
#wrapper div.RadMenu_Default .rmSlide .rmItem .rmLink
{
    background-color: #DDEEF7 !important;
    font-weight: normal;
    font-variant: normal;
    color: #003C69 !important;
    font-size: 1.1em;
    width: 100%;
	padding: 5px 0px !important;
}
#wrapper div.RadMenu_Default .rmSlide .rmItem .rmLink:hover, #wrapper div.RadMenu_Default .rmSlide .rmItem .rmLink:focus
{
    background-image: none !important;
    background-color: #003C69 !important;
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}

    /*------------------------------*/
    /* RAD MENU, RAD TREEVIEW customization (verticalbullet) */
    /*------------------------------*/
    div.RadTreeView_VerticalBullet  {
    background-image: none !important;
    }
    div.RadTreeView_VerticalBullet .rtUL {
        margin-left: 20px;
    }
    div.RadTreeView_VerticalBullet .rtLI {
        list-style: disc none outside !important;
        }
    div.RadTreeView_VerticalBullet .rtLI .rtLI {
        list-style: circle none outside !important;
        }
    div.RadTreeView_VerticalBullet .rtLI .rtLI .rtLI {
        list-style: square none outside !important;
        }
    div.RadTreeView_VerticalBullet .rtLI a.rtIn:link, div.RadTreeView_VerticalBullet .rtLI a.rtIn:visited {
        text-decoration:underline;
    }
    div.RadTreeView_VerticalBullet .rtLI a.rtIn:hover, div.RadTreeView_VerticalBullet .rtLI a.rtIn:active {
        border-width:0 !important;
	border: none !important;
    }
    div.RadTreeView_VerticalBullet .rtTop, div.RadTreeView_VerticalBullet .rtMid, div.RadTreeView_VerticalBullet .rtBot {
        padding-left: 0 !important;
    }
    div.RadTreeView_VerticalBullet .rtSelected .rtIn {
            border-width:0 !important;
	    border: none !important;
	    font-weight: bold;
    }
/*############################*/
/* RAD TREE VIEW Customization */
/*############################*/
div.RadTreeView
 {
    white-space: normal !important;
 }
 
/*############################*/
/* Sitefinity FORMS Styling   */
/*############################*/
.sfFormsEditor  .sfTxtLbl
{
    font-weight: bold;
    color: #333;
}

.sfFormsEditor .sfExample
{
    font-size: .8em;
    color: #888;
    font-style: italic;
}

.sfFormsEditor .sfFormBlock, .sfFormsEditor .sfFormBox, .sfFormsEditor .sfFormRadiolist, .sfFormsEditor .sfFormCheckboxlist, .sfFormsEditor .sfDropdown
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.sfFormsEditor .sfError
{
    font-size: .9em;
    font-weight: bold;
    color: #AA0000;
    padding-top: 5px;
}

.sfFormsEditor .sfErrorSummary
{
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    border: solid 2px #AA0000; /*red*/
    margin-bottom: 10px;
}

.sfFormsEditor .sfSuccess
{
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    border: solid 2px #86BF17; /*green*/
    margin-bottom: 10px;
}

.sfFormsEditor .sfFormTitle
{
	border-top: 4px solid #DDEEF7;
	border-bottom: 1px dotted #DDEEF7;
	padding: 5px;
	color: #003C69;
	font-family: "Segoe UI";
}

.sfFormsEditor .sfFormSubmit
{
	border-top: 1px solid #003C69;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

 .width80 .sfTxt
 {
	width: 80%;
 }
 
.width100 .sfTxt
 {
	width: 100%;
 }

 /*############################*/
/* Sitefinity Pager Styling   */
/*############################*/
.agPager
{
     /*border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
     background-color: #efe9da;*/
     line-height: 40px;
    border-top: 2px solid #efe9da;
    border-bottom: 2px solid #efe9da;
    margin-bottom: 10px;
    margin-top: 10px;
}
.agPager a
{
    padding: 5px;
    text-decoration: none;
}
.agPager a:hover
{
    font-weight: bold;
    text-decoration: underline;
}
.agPager a.prevLink
{
    font-weight: bold;
}
.agPager a.nextLink
{
    font-weight: bold;
}

.agPager .sf_pagerNumeric
{
    /*background-image: url('/images/templateimages/navigation-dark-grey-gradient.jpg?Status=Master'); 
    background-repeat: repeat-x;
    background-position: 0pt top;
    font-family: Segoe UI;
    font-weight: normal;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;*/
    display: inline;
}
.agPager .sf_pagerNumeric a
{
    margin-right: 5px;
    border: 1px solid #efe9da;
}
.agPager .sf_pagerNumeric a:hover
{
    background-color: #efe9da;
}

.fileUploadError {
	background-color:#FEDEDE;
    border: solid 2px #AA0000; /*red*/
	color:#aa0000;
    padding: 5px;
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 10px;
}

.hpTileContainer {
    margin-top: 10px !important;
    padding-top: 10px !important;
	border-top: 8px solid #3CB6CE;/*EC7A08*/
}
.hpTile {
	border: 1px solid #36A4B9; /*#;*/
	background-color: #9EDAE6; /*#;*/
	padding: 0 5px !important;
    min-height: 200px; /* creates rounded corners, though not in IE unless IE9 */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; /* end rounded corners */
    margin-bottom: 15px;
}
.hpTile h1 {
	color: #002B4A;
	font-weight: bold !important;
	letter-spacing: 2px;
	font-size: 1.5em;
	font-variant: small-caps;
}
.hpTile .scamsTitle
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/Icon_Alert.png') no-repeat left center; 
    padding-left: 3em;
}
.hpTile .settlementsTitle
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/Icon_Money.png') no-repeat left center; 
    padding-left: 3em;
}
.hpTile .newsTitle
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/Icon_Article.png') no-repeat left center; 
    padding-left: 3em;
}


.hpTile .sfnewsList, .hpTile .sfpostsList, .hpTile .sflistList
{
  margin-left: 25px;
  padding-left: 0px;
  margin-top: 0;
}

.sidebarTile {
	border: 1px solid #003C69;
	background-color:#36A4B9;
    padding: 5px !important;
    min-height: 100px; /* creates rounded corners, though not in IE unless IE9 */
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; /*end rounded corners */
    margin-bottom: 15px !important;
	color: #fff !important;
	font-weight: bold;
	}
.sidebarTile a, .sidebarTile a:link, .sidebarTile a:active {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

.sidebarTile a:hover {
	color: #003C69 !important;
	text-decoration: underline;
}
.sidebarTile h1 {
	font-size: 135%;
	text-align: center;
	letter-spacing: 2px;
}

a.fileComplaintLnk
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/pencil.png') no-repeat left center; 
    padding-left: 1.8em;
    line-height: 3em;
}
a.doNotCallLnk
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/telephone-handset-prohibition.png') no-repeat left center; 
    padding-left: 1.8em;
    line-height: 3em;
}
a.requestPresentationLnk
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/calendar-month.png') no-repeat left center; 
    padding-left: 1.8em;
    line-height: 3em;
}
a.alertsLnk
{
    /*background: url('/images/templateimages/1317848460_drive-download.png?Status=Master') no-repeat right center; */
    background: url('../images/mail-at-sign.png') no-repeat left center; 
    padding-left: 1.8em;
    line-height: 3em;
}
    /*.note {
        font-size: .9em;
        font-weight: bold;
        color: #333;
        font-variant: normal;
        letter-spacing: normal;
        font-style: italic;
        border: solid 1px #ccc;
        border-left: solid 3px #ccc;
        padding: 5px;
        background-color: #efefef;
    }*/
        .infoMsg {
        padding: 5px;
        font-weight: bold;
        font-style: italic;
        font-size: 105%;
        background-color: #FFF5CC; /*yellow*/
        border: solid 1px #ffcc00;
        border-radius: 3px;
        margin-bottom: 10px;
    }
}
