@import url("css/menu.css");

/*
Emdat Palette:
Dark Blue: #154179
Light Blue: #5884C3
Dark Grey: #bac1c8
Light Grey: #ebedf0
*/

/* CSS Document */
#Body
{
    background: #FFF url(images/body_bg.png) repeat-x top left;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* ControlPanel style */
.ControlPanel
{
    background: transparent url(images/cpanel_center.png) repeat-x bottom left;
    border: none;
    padding-bottom: 10px;
}
.cpanel_left
{
    background: url(images/cpanel_left.png) no-repeat bottom left;
    padding-left: 21px;
}
.cpanel_right
{
    background: url(images/cpanel_right.png) no-repeat bottom right;
    padding-right: 33px;
}

/*-------- Default Style --------*/
body, th, td, table, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, input, .CommandButton
{
    color: #2E3D47;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, th, td, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead
{
    font-size: 12px;
}
h4, h5, h6, h2 input
{
    color: #375162;
    font-weight: bold;
    margin: 1ex 0;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 11px;
}
h6
{
    font-size: 10px;
}

.rootNode
{
    background-color: Navy;
    color: White;
}

.selectedRootNode
{
    background-color: White;
    color: Navy;
}

.selectedSubNode
{
    background-color: White;
    color: Blue;
}

.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Head
{
    color: #2E3D47;
    font-weight: bold;
}
.SubHead
{
    color: #4C6171;
}
.SubSubHead
{
    color: #6E8AA0;
}
.NormalRed
{
    color: #F00;
}

/*Datagrids */
.DataGrid_Container
{
    margin-top: 15px;
}
.DataGrid_Header
{
    font-weight: bold;
}
.DataGrid_Header td, .NormalBold td
{
    font-weight: bold;
}

/*-------- design style --------*/
#s_wrap_main
{
    display: table;
    width: 970px;
    margin: 0 auto;
}
#s_wrap_sub
{
    display: table-row;
}
.template_style
{
    display: table-cell;
}

.top_space
{
    height: 34px;
}
.lang_pad
{
    padding: 7px 0 0 25px;
    float: left;
}

.logo_top_left
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_left.png) no-repeat top left;
    height: 23px;
}
.logo_top_right
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_right.png) no-repeat top right;
}
.logo_top_bg
{
    padding: 0;
    margin: 0 39px 0 27px;
    background: #FFF url(images/logo_top_bg.png) repeat-x top;
    height: 23px;
}
.logo_left
{
    padding: 0;
    background: url(images/logo_left.png) repeat-y top left;
    margin-right: 18px;
    background-color: #fff;
}
.logo_right
{
    padding: 0;
    background: url(images/logo_right.png) repeat-y top right;
    margin-right: -18px;
}
.logo_pad
{
    background: #FFF;
    margin: 0 19px 0 7px;
    padding: 0 0 10px 10px;
    height: 100%;
}

.s_logo
{
    float: left;
    width: 315px;
    height: 84px;
}
.s_banner
{
    background: #aaa;
    width: 50%;
    float: right;
}

.menu_bg
{
    padding: 0 0 0 6px;
    margin: 0 18px 0 6px; /*background: url(images/menu_bg.png) top left;*/
    background-color: #0074B7;
}
.menu_left
{
    padding: 0;
    margin: 0;
    background: url(images/logo_left.png) repeat-y top left;
    margin-right: 18px;
    background-color: #fff;
}
.menu_right
{
    margin: 0;
    background: url(images/logo_right.png) repeat-y top right;
    margin-right: -18px;
}

.search_style
{
    width: 330px;
    float: right;
    height: 40px;
    margin-right: 40px;
}
.search_bg
{
    padding: 8px 2px 0 0;
}

.bread_bg
{
    padding: 0;
    margin: 0 19px 0 7px;
    background: url(images/bread_bg.png) repeat-x top left;
    height: 34px;
}
.bread_left
{
    padding: 0;
    margin: 0;
    background: url(images/bread_left.png) no-repeat top left;
    height: 34px;
}
.bread_right
{
    padding: 0;
    background: url(images/bread_right.png) no-repeat top right;
    height: 34px;
}

#login_style
{
    float: right;
    line-height: 34px;
    padding-right: 18px;
}
#bread_style
{
    float: left;
    line-height: 34px;
    padding-left: 18px;
    color: #000000;
}

.center_bg
{
    padding: 0;
    margin: 0;
    clear: both;
}
.left_bg
{
    padding: 0;
    margin: 0;
    background: url(images/left_bg.png) repeat-y top left;
}
.right_bg
{
    padding: 0;
    margin: 0;
    background: url(images/right_bg.png) repeat-y top right;
}
.content_pad
{
    padding: 10px 22px 0 22px;
    margin: 0 19px 0 7px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}
.lm_content_pad
{
    padding: 0px 22px 0 0px;
    margin: 0 19px 0 7px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}
.content_width
{
    padding-top: 15px;
    min-height: 350px;
}
.lm_content_width
{
    padding-top: 0px;
    min-height: 350px;
}

.bot_left
{
    padding: 0;
    margin: 0;
    background: url(images/bot_left.png) no-repeat top left;
}
.bot_right
{
    padding: 0;
    margin: 0;
    background: url(images/bot_right.png) no-repeat top right;
    padding: 0 39px 0 27px;
}
.bot_bg
{
    padding: 0;
    margin: 0;
    background: url(images/bot_bg.png) repeat-x top left;
    height: 41px;
}

.bot_pad
{
    margin-bottom: 20px;
    padding: 0 30px 0 20px;
}
#terms_style
{
    float: left;
}
#copy_style
{
    float: right;
}

.clear_float
{
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

/* ------- FileManager -------*/
div.FileManager
{
    height: auto;
    border: none;
}
table.FileManager
{
    width: 99%;
}


a.CommandButton:link, a.CommandButton:visited
{
    color: #CB2027;
    text-decoration: none;
}
a.CommandButton:hover
{
    color: #3E81B5;
    text-decoration: underline;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited
{
    color: #3E81B5;
}
.ControlPanel a.CommandButton:hover
{
    color: #CB2027;
    text-decoration: underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead
{
    font-size: 11px;
}
.ControlPanel a[disabled="disabled"]
{
    color: #888 !important;
    text-decoration: none !important;
}

/*--------- pane style ----------*/
.BannerPane
{
    display: inline-block;
    float: right;
    padding-right: 17px;
    width: auto;
}
.ContentPane, .TopPane, .BottomPane
{
    padding: 0;
    margin: 0;
}
.LeftPane
{
    padding: 0 20px 0 0;
    width: 30%;
    margin: 0;
}
.RightPane
{
    padding: 0 0 0 20px;
    width: 20%;
    margin: 0;
}



/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #5884C3;
}
a.Breadcrumb:hover
{
    color: #154179;
}

/*-------------- Link Style --------------*/
.linkscontainer
{
    padding-top: 15px;
    text-align: center;
    background-color: #EFF5FA;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 19px;
}
.links, a.links:link, a.links:active, a.links:visited
{
    color: #5884C3;
    text-transform: uppercase;
}
a.links:hover
{
    color: #154179;
}

/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited
{
    color: #5884C3;
}
a.user:hover
{
    color: #154179;
}

/*-------------- Footer Style --------------*/
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    color: #3E81B5;
}
a.footer:hover
{
    color: #154179;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane
{
    width: 0;
    padding: 0;
    margin: 0;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 180px;
    height: 20px;
    border: solid 1px #e0e0e0;
    float: left;
    background-color: White;
    white-space: nowrap;
    margin-top: 2px;
}
div.SearchContainer a
{
    padding: 0;
    display: block;
    float: left;
}
div.SearchContainer a img
{
    padding-left: 5px;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0;
    width: 130px;
    height: 18px;
    margin-left: 3px;
    color: #43494D;
}

#SearchChoices
{
    clear: both;
    display: none;
    border: solid 1px #C3D4DF;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #F3F7FA;
    position: absolute;
    top: 22px;
    left: 0;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 0;
    padding: 2px 2px 0 2px;
    padding-left: 25px;
    height: 18px;
    text-align: left;
    background-color: #F3F7FA;
    background-repeat: no-repeat;
    background-position: 2px center;
    list-style: none;
    list-style-image: none;
    border: none;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #154179;
    color: #ffffff;
    border: none;
}
#SearchChoices li.searchDefault
{
    background-color: #F8FAFF;
    border: none;
}


/* Minimal Entropy Example Styles */
.linkscontainer_left
{
    padding: 0;
    background: url(images/left_bg.png) repeat-y bottom left;
}
.linkscontainer_right
{
    padding: 0;
    background: url(images/right_bg.png) repeat-y bottom right;
}
.linkscontainer_pad
{
    background: url(images/center_bg.png) repeat-x bottom left;
    margin: 0 19px 0 7px;
    padding: 0 0 10px 10px;
    height: 100%;
}

.tag_bg
{
    padding: 0;
    margin: 0 19px 0 7px;
    background: url(images/bread_bg.png) repeat top left;
    min-height: 68px;
}
.tag_left
{
    padding: 0;
    margin: 0;
    background: url(images/bread_left.png) repeat-y top left;
    min-height: 68px;
}
.tag_right
{
    padding: 0;
    background: url(images/bread_right.png) repeat-y top right;
    min-height: 68px;
}

#tag_style
{
    display: table;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
}
#tag_style ul.categories, #tag_style ul.tags
{
    min-height: 34px;
    max-height: 34px;
    height: 34px;
}


/*
#region Emdat Menu
*/

.menu_separator
{
    margin-left: 7px;
    margin-right: 19px;
    padding-left: 10px;
    height: 2px;
    background-color: #0A3663;
}

.menu_sub_bg
{
    margin-left: 7px;
    margin-right: 19px;
    padding-left: 10px;
    background-color: #003366;
    background-image: url('/images/sub_background.png');
    background-repeat: repeat-x;
}

.menu_bottom_bg
{
    margin-left: 7px;
    margin-right: 19px;
    padding-left: 20px;
    background-color: #003366;
    background-image: url('/images/bottom_background.png');
    background-repeat: repeat-x;
}

.menu_bottom_item_seperator
{
    width: 16px;
}

.menu_sub_item_seperator
{
    width: 16px;
}

.menu_tabs a.level1
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu_right li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.menu_tabs
{
    text-align: center;
    margin: 0 18px 0 6px;
    padding: 0 0 0 6px;
}

.menu_main_item
{
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    float: left;
    background-image: url('/images/tab.png');
    color: #fff;
    font-size: 14px;
}

.menu_main_item_left
{
    width: 12px;
    height: 24px;
    float: left;
    background-image: url('/images/tab_left.png');
}

.menu_main_item_right
{
    width: 12px;
    height: 24px;
    float: left;
    background-image: url('/images/tab_right.png');
}

.menu_sub_item
{
    height: 20px;
    color: #fff;
    float: left;
    padding-top: 10px;
}

.menu_sub_item_left
{
    width: 8px;
    height: 30px;
    float: left;
}

.menu_sub_item_right
{
    width: 8px;
    height: 30px;
    float: left;
}

.highlighted .menu_main_item
{
    color: #125;
    font-weight: normal;
}
.highlighted .menu_sub_item
{
    color: #125;
    font-weight: normal;
}
.selected.highlighted .menu_sub_item
{
    color: #fff;
    font-weight: bold;
}
.highlighted .menu_bottom_item
{
    color: #125;
    font-weight: normal;
}

.selected.highlighted .menu_bottom_item
{
    color: #fff;
    font-weight: bold;
}

.selected.highlighted .menu_main_item
{
    color: #fff;
}

.selected .menu_main_item
{
    padding-top: 4px;
    height: 20px;
    float: left;
    background-image: url('/images/tab_selected.png');
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.selected .menu_main_item_left
{
    background-image: url('/images/tab_left_selected.png');
    float: left;
    width: 12px;
}

.selected .menu_main_item_right
{
    background-image: url('/images/tab_right_selected.png');
    float: left;
    width: 12px;
}

.selected .menu_sub_item
{
    color: #fff;
    font-weight: bold;
    float: left;
    background-image: url('/images/sub_selected.png');
    padding-left: 8px;
    padding-right: 8px;
}

.selected .menu_sub_item_left
{
    width: 12px;
    background-image: url('/images/sub_left_selected.png');
}

.selected .menu_sub_item_right
{
    width: 12px;
    background-image: url('/images/sub_right_selected.png');
}

.menu_bottom_item
{
    height: 20px;
    color: #fff;
    float: left;
    padding-top: 10px;
}

.menu_bottom_item_left
{
    width: 8px;
    height: 30px;
    float: left;
}

.menu_bottom_item_right
{
    width: 8px;
    height: 30px;
    float: left;
}

.selected .menu_bottom_item
{
    color: #fff;
    font-weight: bold;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    background-repeat: repeat-x;
    background-image: url('/images/bottom_selected.png');
}

.selected .menu_bottom_item_left
{
    width: 12px;
    background-image: url('/images/bottom_left_selected.png');
}

.selected .menu_bottom_item_right
{
    width: 12px;
    background-image: url('/images/bottom_right_selected.png');
}

.contactcontainer
{
    font-size: 10px;
    color: #000;
    padding: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(/images/contact-background.png);
    background-repeat: repeat-x;
    margin-left: 7px;
    margin-right: 19px;
}

.contactcontainer a, .contactcontainer a:link
{
    text-decoration: underline;
    color: #154179;
}

.search_style img
{
    margin-left: 0;
}


/*
#endregion Emdat Menu
*/

/*
#region Emdat News
*/

.newstitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #154179;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
}

.newsdate
{
    color: #000;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    line-height: 12px;
}

.newslink
{
    font-style: italic;
}

/*
#endregion Emdat News
*/

/*
#region Emdat Website Styles
*/
p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    line-height: 16px;
}

a, a:link, a:visited
{
    color: #5884C3;
    text-decoration: underline;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #154179;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5884C3;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    font-style: italic;
    color: #000000;
    padding: 0px;
    line-height: 15px;
    text-transform: capitalize;
}
ul
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding-top: 9px;
    padding-left: 6px;
    padding-bottom: 9px;
    margin: 0;
    list-style-type: square;
    list-style-position: outside;
    padding-left: 12px;
    line-height: 15px;
}

ul a
{
    color: #5884C3;
}

li
{
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 4px;
    text-align: justify;
}
ul ul
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    margin-top: 0;
    font-style: italic;
}

table.form
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin: 0px;
    padding: 0px;
}
table.form td
{
    padding: 2px;
    vertical-align: middle;
}

table.sidebar
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #E5E9ED;
    float: right;
    width: 200px;
    height: 340px;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: 20px;
    margin-bottom: 10px;
    border-top-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 3px;
    border-left-width: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #bac1c8;
    border-right-color: #bac1c8;
    border-bottom-color: #bac1c8;
    border-left-color: #bac1c8;
    padding: 0 5px 5px 5px;
}

table.sidebar h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #154179;
    line-height: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 5px;
    font-style: normal;
}

table.sidebar h2
{
    margin-top: 0;
}

table.sidebar p
{
    color: #154179;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-style: italic;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 14px;
}

table.sidebar ul
{
    color: #154179;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 6px;
    list-style-type: square;
    list-style-position: outside;
    padding-left: 12px;
    line-height: 13px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    font-style: italic;
    color: #002F67;
}

table.sidebar li
{
    padding-top: 2px;
    padding-bottom: 4px;
}
table.sidebar a
{
    color: #5884C3;
    text-decoration: underline;
    font-weight: normal;
}
table.sidebar a:hover
{
    color: #999999;
    text-decoration: none;
}

.headshot
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    float: right;
    width: 100px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
    padding: 0px;
    clear: right;
    line-height: 12px;
}

.screenshot
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    float: right;
    width: 300px;
    clear: right;
    line-height: 12px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.sample-tran
{
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 300px;
    padding: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


.image-with-caption
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
    padding: 0;
    clear: right;
    line-height: 12px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

img
{
    border: none;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
    padding: 0;
}

.strong
{
    font-weight: bold;
    text-transform: uppercase;
    color: #5984c4;
}
.highlighted
{
    background-color: #FFFF33;
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
}

.redtext
{
    color: #FF0000;
    font-weight: bold;
}

h3.bio-title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    font-style: italic;
    padding: 0px;
    line-height: 15px;
    text-transform: capitalize;
}
p.formoreinfo a
{
    font-style: italic;
    padding-left: 30px;
}

strong a
{
    text-decoration: none;
}

.testimonialsbg h1
{
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 0;
    color: #5984c4;
    font-weight: bold;
    text-align: center;
}
.testimonialsbg h2
{
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: italic;
    color: #545454;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    text-indent: -5px;
    margin: 0px;
    text-transform: none;
    text-align: justify;
}
.testimonialsbg h3
{
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    line-height: 12px;
    margin: 0px;
    color: #545454;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

.testimonialsbg .randomContainer
{
    height: auto !important;
    width: auto !important;
}

/*
#endregion Emdat Website Styles
*/

/*
#region Blog
*/

h2.BlogTitle a
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #154179 !important;
    font-size: 18px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    font-weight: bold !important;
    text-transform: none !important;
    text-decoration: none !important;
}

div.BlogBody
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    text-align: justify !important;
    padding: 0px !important;
    margin-top: 3px !important;
    margin-right: 0px !important;
    margin-bottom: 6px !important;
    margin-left: 0px !important;
    line-height: 16px !important;
}

/*
#endregion Blog
*/