/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}






#r0b-main
{
    background: #005285 url('../images/page.png') bottom left repeat-x scroll;
    background: linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, -webkit-linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    background: -moz-linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, -moz-linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    background: -o-linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, -o-linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    background: -ms-linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, -ms-linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    background: linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    -svg-background: linear-gradient(top, rgba(0, 99, 161, 0.26) 0, rgba(0, 99, 161, 0.26) 420px, rgba(0, 0, 0, 0.23) 1050px) no-repeat, url('../images/page.png') bottom left repeat-x, linear-gradient(top, #004F80 0, #004F80 420px, #000D14 1050px) no-repeat;
    margin:0 auto;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
}
table, ul.r0b-hmenu
{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.r0b-button
{
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #4CB5FF;
    background: linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    background: -webkit-linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    background: -moz-linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    background: -o-linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    background: -ms-linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    background: linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    -svg-background: linear-gradient(top, #80CAFF 0, #149DFF 100%) no-repeat;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #005285;
    padding:0 10px;
    margin:0 auto;
    height:31px;
}

.r0b-postcontent,
.r0b-postheadericons,
.r0b-postfootericons,
.r0b-blockcontent,
ul.r0b-vmenu a
{
    text-align: left;
}

.r0b-postcontent,
.r0b-postcontent li,
.r0b-postcontent table,
.r0b-postcontent a,
.r0b-postcontent a:link,
.r0b-postcontent a:visited,
.r0b-postcontent a.visited,
.r0b-postcontent a:hover,
.r0b-postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent p
{
    margin: 12px 0;
}

.r0b-postcontent h1, .r0b-postcontent h1 a, .r0b-postcontent h1 a:link, .r0b-postcontent h1 a:visited, .r0b-postcontent h1 a:hover,
.r0b-postcontent h2, .r0b-postcontent h2 a, .r0b-postcontent h2 a:link, .r0b-postcontent h2 a:visited, .r0b-postcontent h2 a:hover,
.r0b-postcontent h3, .r0b-postcontent h3 a, .r0b-postcontent h3 a:link, .r0b-postcontent h3 a:visited, .r0b-postcontent h3 a:hover,
.r0b-postcontent h4, .r0b-postcontent h4 a, .r0b-postcontent h4 a:link, .r0b-postcontent h4 a:visited, .r0b-postcontent h4 a:hover,
.r0b-postcontent h5, .r0b-postcontent h5 a, .r0b-postcontent h5 a:link, .r0b-postcontent h5 a:visited, .r0b-postcontent h5 a:hover,
.r0b-postcontent h6, .r0b-postcontent h6 a, .r0b-postcontent h6 a:link, .r0b-postcontent h6 a:visited, .r0b-postcontent h6 a:hover,
.r0b-blockheader .t, .r0b-blockheader .t a, .r0b-blockheader .t a:link, .r0b-blockheader .t a:visited, .r0b-blockheader .t a:hover,
.r0b-vmenublockheader .t, .r0b-vmenublockheader .t a, .r0b-vmenublockheader .t a:link, .r0b-vmenublockheader .t a:visited, .r0b-vmenublockheader .t a:hover,
.r0b-headline, .r0b-headline a, .r0b-headline a:link, .r0b-headline a:visited, .r0b-headline a:hover,
.r0b-slogan, .r0b-slogan a, .r0b-slogan a:link, .r0b-slogan a:visited, .r0b-slogan a:hover,
.r0b-postheader, .r0b-postheader a, .r0b-postheader a:link, .r0b-postheader a:visited, .r0b-postheader a:hover
{
    font-size: 32px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.r0b-postcontent a, .r0b-postcontent a:link
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #4CB5FF;
}

.r0b-postcontent a:visited, .r0b-postcontent a.visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #80B4EF;
}

.r0b-postcontent  a:hover, .r0b-postcontent a.hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #70C4FF;
}

.r0b-postcontent h1
{
    color: #4CBBFF;
    margin: 10px 0 0;
    font-size: 32px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
}

.r0b-blockcontent h1
{
    margin: 10px 0 0;
    font-size: 32px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
}

.r0b-postcontent h1 a, .r0b-postcontent h1 a:link, .r0b-postcontent h1 a:hover, .r0b-postcontent h1 a:visited, .r0b-blockcontent h1 a, .r0b-blockcontent h1 a:link, .r0b-blockcontent h1 a:hover, .r0b-blockcontent h1 a:visited
{
    font-size: 32px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
}

.r0b-postcontent h2
{
    color: #70C8FF;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 26px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent h2
{
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 26px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h2 a, .r0b-postcontent h2 a:link, .r0b-postcontent h2 a:hover, .r0b-postcontent h2 a:visited, .r0b-blockcontent h2 a, .r0b-blockcontent h2 a:link, .r0b-blockcontent h2 a:hover, .r0b-blockcontent h2 a:visited
{
    font-size: 26px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h3
{
    color: #70C4FF;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent h3
{
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h3 a, .r0b-postcontent h3 a:link, .r0b-postcontent h3 a:hover, .r0b-postcontent h3 a:visited, .r0b-blockcontent h3 a, .r0b-blockcontent h3 a:link, .r0b-blockcontent h3 a:hover, .r0b-blockcontent h3 a:visited
{
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h4
{
    color: #E8F2FC;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent h4
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h4 a, .r0b-postcontent h4 a:link, .r0b-postcontent h4 a:hover, .r0b-postcontent h4 a:visited, .r0b-blockcontent h4 a, .r0b-blockcontent h4 a:link, .r0b-blockcontent h4 a:hover, .r0b-blockcontent h4 a:visited
{
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h5
{
    color: #E8F2FC;
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent h5
{
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h5 a, .r0b-postcontent h5 a:link, .r0b-postcontent h5 a:hover, .r0b-postcontent h5 a:visited, .r0b-blockcontent h5 a, .r0b-blockcontent h5 a:link, .r0b-blockcontent h5 a:hover, .r0b-blockcontent h5 a:visited
{
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h6
{
    color: #A0C7F3;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 11px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent h6
{
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 11px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postcontent h6 a, .r0b-postcontent h6 a:link, .r0b-postcontent h6 a:hover, .r0b-postcontent h6 a:visited, .r0b-blockcontent h6 a, .r0b-blockcontent h6 a:link, .r0b-blockcontent h6 a:hover, .r0b-blockcontent h6 a:visited
{
    font-size: 11px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

header, footer, article, nav, #r0b-hmenu-bg, .r0b-sheet, .r0b-hmenu a, .r0b-vmenu a, .r0b-slidenavigator > a, .r0b-checkbox:before, .r0b-radiobutton:before
{
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
}

header, footer, article, nav, #r0b-hmenu-bg, .r0b-sheet, .r0b-slidenavigator > a, .r0b-checkbox:before, .r0b-radiobutton:before
{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position: inside;
}

html, body
{
    height: 100%;
}

body
{
    padding: 0;
    margin:0;
    min-width: 1000px;
    color: #BBD7F7;
}

.r0b-header:before, #r0b-header-bg:before, .r0b-layout-cell:before, .r0b-layout-wrapper:before, .r0b-footer:before, .r0b-nav:before, #r0b-hmenu-bg:before, .r0b-sheet:before
{
    width: 100%;
    content: " ";
    display: table;
}
.r0b-header:after, #r0b-header-bg:after, .r0b-layout-cell:after, .r0b-layout-wrapper:after, .r0b-footer:after, .r0b-nav:after, #r0b-hmenu-bg:after, .r0b-sheet:after,
.cleared, .clearfix:after {
    clear: both;
    font: 0/0 serif;
    display: block;
    content: " ";
}

form
{
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}

li h1, .r0b-postcontent li h1, .r0b-blockcontent li h1
{
    margin:1px;
}
li h2, .r0b-postcontent li h2, .r0b-blockcontent li h2
{
    margin:1px;
}
li h3, .r0b-postcontent li h3, .r0b-blockcontent li h3
{
    margin:1px;
}
li h4, .r0b-postcontent li h4, .r0b-blockcontent li h4
{
    margin:1px;
}
li h5, .r0b-postcontent li h5, .r0b-blockcontent li h5
{
    margin:1px;
}
li h6, .r0b-postcontent li h6, .r0b-blockcontent li h6
{
    margin:1px;
}
li p, .r0b-postcontent li p, .r0b-blockcontent li p
{
    margin:1px;
}


.r0b-shapes
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.r0b-slider-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.r0b-slidenavigator > a {
    display: inline-block;
    vertical-align: middle;
    outline-style: none;
    font-size: 1px;
}

.r0b-slidenavigator > a:last-child {
    margin-right: 0 !important;
}

.r0b-object381241690
{
    display: block;
    left: 0%;
    margin-left: -105px;
    position: absolute;
    top: -15px;
    width: 1019px;
    height: 254px;
    background-image: url('../images/object381241690.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 0;
}
.r0b-object0
{
    display: block;
    left: 22.33%;
    margin-left: -23px;
    position: absolute;
    top: 61px;
    width: 106px;
    height: 106px;
    background-image: url('../images/object0.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
}
.r0b-headline
{
    display: inline-block;
    position: absolute;
    min-width: 50px;
    top: 81px;
    left: 51.26%;
    line-height: 100%;
    margin-left: -187px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 101;
}

.r0b-headline,
.r0b-headline a,
.r0b-headline a:link,
.r0b-headline a:visited,
.r0b-headline a:hover
{
    font-size: 28px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 12px rgba(7, 29, 54, 0.98);
    padding: 0;
    margin: 0;
    color: #FFFFFF !important;
    white-space: nowrap;
}
.r0b-slogan
{
    display: inline-block;
    position: absolute;
    min-width: 50px;
    top: 118px;
    left: 56.21%;
    line-height: 100%;
    margin-left: -236px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 102;
    white-space: nowrap;
}

.r0b-slogan,
.r0b-slogan a,
.r0b-slogan a:link,
.r0b-slogan a:visited,
.r0b-slogan a:hover
{
    font-size: 18px;
    font-family: 'Comic Sans MS', Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 12px rgba(13, 56, 104, 0.98);
    padding: 0;
    margin: 0;
    color: #85D0FF !important;
}






.r0b-header
{
    margin:0 auto;
    position:relative;
    height: 220px;
    background-image: url('../images/header.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.responsive .r0b-header
{
    background-image: url('../images/header.png');
    background-position: center center;
}

.r0b-header-inner{
    position: relative;
    width: 1000px;
    z-index: auto !important;
    margin: 0 auto;
}

.r0b-header>.widget
{
    position:absolute;
    z-index:101;
}

.r0b-sheet
{
    background: #005285;
    background: rgba(0, 82, 133, 0.8);
    -webkit-border-radius:20px 20px 0 0;
    -moz-border-radius:20px 20px 0 0;
    border-radius:20px 20px 0 0;
    margin:0 auto;
    position:relative;
    cursor:auto;
    width: 1000px;
    z-index: auto !important;
}

.r0b-layout-wrapper
{
    position: relative;
    margin: 0 auto 0 auto;
    z-index: auto !important;
}

.r0b-content-layout
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.r0b-content-layout-row
{
    display: table-row;
}

.r0b-layout-cell
{
    display: table-cell;
    vertical-align: top;
}

/* need only for content layout in post content */
.r0b-postcontent .r0b-content-layout
{
    border-collapse: collapse;
}

.r0b-vmenublock
{
    margin:15px;
}
div.r0b-vmenublock img
{
    margin: 0;
}

.r0b-vmenublockcontent
{
    margin:0 auto;
}

ul.r0b-vmenu, ul.r0b-vmenu ul
{
    list-style: none;
    display: block;
}

ul.r0b-vmenu, ul.r0b-vmenu li
{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 0;
}

ul.r0b-vmenu
{
    margin-top: 0;
    margin-bottom: 0;
}

ul.r0b-vmenu ul
{
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.r0b-vmenu ul.active
{
    display: block;
}

ul.r0b-vmenu>li>a
{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid transparent;
    padding:0 10px;
    margin:0 auto;
    color: #60A1EB;
    min-height: 30px;
    line-height: 30px;
}
ul.r0b-vmenu a
{
    display: block;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    position:relative;
}

ul.r0b-vmenu li{
    position:relative;
}

ul.r0b-vmenu>li
{
    margin-top: 4px;
}
ul.r0b-vmenu>li>ul
{
    padding: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
ul.r0b-vmenu>li:first-child
{
    margin-top:0;
}

ul.r0b-vmenu>li>a:before
{
    content:url('../images/vmenuitemicon.png');
    margin-right:10px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}
.opera ul.r0b-vmenu>li>a:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.r0b-vmenu>li>a.active:before
{
    content:url('../images/vmenuactiveitemicon.png');
    margin-right:10px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}
.opera ul.r0b-vmenu>li>a.active:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.r0b-vmenu>li>a:hover:before,  ul.r0b-vmenu>li>a.active:hover:before,  ul.r0b-vmenu>li:hover>a:before,  ul.r0b-vmenu>li:hover>a.active:before
{
    content:url('../images/vmenuhovereditemicon.png');
    margin-right:10px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}
.opera ul.r0b-vmenu>li>a:hover:before, .opera   ul.r0b-vmenu>li>a.active:hover:before, .opera   ul.r0b-vmenu>li:hover>a:before, .opera   ul.r0b-vmenu>li:hover>a.active:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

ul.r0b-vmenu>li>a:hover, ul.r0b-vmenu>li>a.active:hover
{
    background: #4CB5FF;
    background: linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    background: -webkit-linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    background: -moz-linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    background: linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    -svg-background: linear-gradient(top, rgba(117, 198, 255, 0.4) 0, rgba(41, 166, 255, 0.4) 100%) no-repeat;
    border:1px solid rgba(0, 82, 133, 0.4);
    padding:0 10px;
    margin:0 auto;
}

ul.r0b-vmenu a:hover, ul.r0b-vmenu a.active:hover
{
    color: #A3DCFF;
}

ul.r0b-vmenu>li>a.active:hover>span.border-top, ul.r0b-vmenu>li>a.active:hover>span.border-bottom
{
    background-color: transparent;
}

ul.r0b-vmenu>li>a.active
{
    background: #1FA2FF;
    background: linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    background: -webkit-linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    background: -moz-linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    background: -o-linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    background: -ms-linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    background: linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    -svg-background: linear-gradient(top, #42B0FF 0, #0095FF 93%, #0092FA 100%) no-repeat;
    border:1px solid #1FA2FF;
    padding:0 10px;
    margin:0 auto;
    color: #002338;
}

ul.r0b-vmenu>li>ul:before
{
    margin:0 auto;
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

ul.r0b-vmenu li li a
{
    margin:0 auto;
    position: relative;
}
ul.r0b-vmenu ul li
{
    margin: 0;
    padding: 0;
}
ul.r0b-vmenu li li{
    position: relative;
    margin-top: 0;
}

ul.r0b-vmenu ul a
{
    display: block;
    position: relative;
    min-height: 20px;
    overflow: visible;
    padding: 0;
    padding-left: 25px;
    padding-right: 0;
    z-index: 0;
    line-height: 20px;
    color: #4CBBFF;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    margin-left: 0;
    margin-right: 0;
}

ul.r0b-vmenu ul a:visited, ul.r0b-vmenu ul a.active:hover, ul.r0b-vmenu ul a:hover, ul.r0b-vmenu ul a.active
{
    line-height: 20px;
    color: #4CBBFF;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    margin-left: 0;
    margin-right: 0;
}

ul.r0b-vmenu ul ul a
{
    padding-left: 50px;
}
ul.r0b-vmenu ul ul ul a
{
    padding-left: 75px;
}
ul.r0b-vmenu ul ul ul ul a
{
    padding-left: 100px;
}
ul.r0b-vmenu ul ul ul ul ul a
{
    padding-left: 125px;
}

ul.r0b-vmenu ul>li>a:hover, ul.r0b-vmenu ul>li>a.active:hover
{
    background: #408EE7;
    margin:0 auto;
}
ul.r0b-vmenu ul li a:hover, ul.r0b-vmenu ul li a.active:hover
{
    color: #0E3C71;
}

ul.r0b-vmenu ul a:hover:after
{
    background-position: center ;
}
ul.r0b-vmenu ul a.active:hover:after
{
    background-position: center ;
}
ul.r0b-vmenu ul a.active:after
{
    background-position: bottom ;
}

ul.r0b-vmenu ul>li>a.active
{
    background: #72ACEE;
    margin:0 auto;
}
ul.r0b-vmenu ul a.active, ul.r0b-vmenu ul a:hover, ul.r0b-vmenu ul a.active:hover
{
    color: #114988;
}

.r0b-block
{
    margin:15px;
}
div.r0b-block img
{
    border: none;
    margin: 0;
}

.r0b-blockheader
{
    padding:6px 5px;
    margin:0 auto;
}
.r0b-blockheader .t,
.r0b-blockheader .t a,
.r0b-blockheader .t a:link,
.r0b-blockheader .t a:visited,
.r0b-blockheader .t a:hover
{
    color: #77AFEE;
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    margin: 0 10px 0 0;
}

.r0b-blockcontent
{
    padding:5px;
    margin:0 auto;
    color: #8EBCF1;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
.r0b-blockcontent table,
.r0b-blockcontent li,
.r0b-blockcontent a,
.r0b-blockcontent a:link,
.r0b-blockcontent a:visited,
.r0b-blockcontent a:hover
{
    color: #8EBCF1;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-blockcontent p
{
    margin: 6px 0;
}

.r0b-blockcontent a, .r0b-blockcontent a:link
{
    color: #70C4FF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.r0b-blockcontent a:visited, .r0b-blockcontent a.visited
{
    color: #80B4EF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.r0b-blockcontent a:hover, .r0b-blockcontent a.hover
{
    color: #70C4FF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
.r0b-block ul>li:before
{
    content:url('../images/blockbullets.png');
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    margin-left: -12px;
}
.opera .r0b-block ul>li:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.r0b-block li
{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    line-height: 125%;
    color: #E8F2FC;
}

.r0b-block ul>li, .r0b-block ol
{
    padding: 0;
}

.r0b-block ul>li
{
    padding-left: 12px;
}

.r0b-breadcrumbs
{
    margin:0 auto;
}

a.r0b-button,
a.r0b-button:link,
a:link.r0b-button:link,
body a.r0b-button:link,
a.r0b-button:visited,
body a.r0b-button:visited,
input.r0b-button,
button.r0b-button
{
    text-decoration: none;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    position:relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #002338;
    margin: 0 5px 0 0 !important;
    overflow: visible;
    cursor: pointer;
    text-indent: 0;
    line-height: 31px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.r0b-button img
{
    margin: 0;
    vertical-align: middle;
}

.firefox2 .r0b-button
{
    display: block;
    float: left;
}

input, select, textarea, a.r0b-search-button span
{
    vertical-align: middle;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-block select
{
    width:96%;
}

input.r0b-button
{
    float: none !important;
}

.r0b-button.active, .r0b-button.active:hover
{
    background: #1AA7FF;
    background: linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    background: -webkit-linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    background: -moz-linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    background: -o-linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    background: -ms-linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    background: linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    -svg-background: linear-gradient(top, #4CBBFF 0, #009DFF 75%, #008EE5 100%) no-repeat;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #0091EB;
    padding:0 10px;
    margin:0 auto;
}
.r0b-button.active, .r0b-button.active:hover {
    color: #001F33 !important;
}

.r0b-button.hover, .r0b-button:hover
{
    background: #005285;
    background: linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    background: -webkit-linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    background: -moz-linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    background: -o-linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    background: -ms-linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    background: linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    -svg-background: linear-gradient(top, #0074BD 0, #002F4D 100%) no-repeat;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #1AA7FF;
    padding:0 10px;
    margin:0 auto;
}
.r0b-button.hover, .r0b-button:hover {
    color: #77AFEE !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
    background: #F9FAFB;
    border:1px solid rgba(76, 181, 255, 0.2);
    margin:0 auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
    width: auto;
    padding: 8px 0;
    color: #00477A !important;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}
input.r0b-error, textarea.r0b-error
{
    background: #F9FAFB;
    border:1px solid #E2341D;
    margin:0 auto;
}
input.r0b-error, textarea.r0b-error {
    color: #00477A !important;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}
form.r0b-search input[type="text"]
{
    background: #F9FAFB;
    border-radius: 0;
    border:1px solid #CCD6E0;
    margin:0 auto;
    width: 100%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #00477A !important;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}
form.r0b-search
{
    background-image: none;
    border: 0;
    display:block;
    position:relative;
    top:0;
    padding:0;
    margin:5px;
    left:0;
    line-height: 0;
}

form.r0b-search input, a.r0b-search-button
{
    top:0;
    right:0;
}

form.r0b-search>input, a.r0b-search-button{
    bottom:0;
    left:0;
    vertical-align: middle;
}

form.r0b-search input[type="submit"], input.r0b-search-button, a.r0b-search-button
{
    background: #72ACEE;
    -webkit-border-radius:0 -1px -1px 0;
    -moz-border-radius:0 -1px -1px 0;
    border-radius:0 -1px -1px 0;
    margin:0 auto;
}
form.r0b-search input[type="submit"], input.r0b-search-button, a.r0b-search-button {
    position:absolute;
    left:auto;
    display:block;
    border: 0;
    top: 1px;
    bottom: 1px;
    right: 	1px;
    padding:0 6px;
    color: #10447F !important;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
}

a.r0b-search-button span.r0b-search-button-text, a.r0b-search-button:after {
    vertical-align:middle;
}

a.r0b-search-button:after {
    display:inline-block;
    content:' ';
    height: 100%;
}

a.r0b-search-button, a.r0b-search-button span,
a.r0b-search-button:visited, a.r0b-search-button.visited,
a.r0b-search-button:hover, a.r0b-search-button.hover
{
    text-decoration: none;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

label.r0b-checkbox:before
{
    background: #F9FAFB;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
}
label.r0b-checkbox
{
    cursor: pointer;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    color: #B3DFFF !important;
}

.r0b-checkbox>input[type="checkbox"]
{
    margin: 0 5px 0 0;
}

label.r0b-checkbox.active:before
{
    background: #4CBBFF;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
    display: inline-block;
}

label.r0b-checkbox.hovered:before
{
    background: #8FD4FF;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
    display: inline-block;
}

label.r0b-radiobutton:before
{
    background: #F9FAFB;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
}
label.r0b-radiobutton
{
    cursor: pointer;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: 12px;
    display: inline-block;
    color: #B3DFFF !important;
}

.r0b-radiobutton>input[type="radio"]
{
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

label.r0b-radiobutton.active:before
{
    background: #4CBBFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
    display: inline-block;
}

label.r0b-radiobutton.hovered:before
{
    background: #8FD4FF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
    display: inline-block;
}

.r0b-comments
{
    border-top:1px dotted #1AA7FF;
    margin:0 auto;
    margin-top: 25px;
}

.r0b-comments h2
{
    color: #99D8FF;
}

.r0b-comment-inner
{
    background: #E2E8EE;
    background: transparent;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:5px;
    margin:0 auto;
    margin-left: 94px;
}
.r0b-comment-avatar
{
    float:left;
    width:80px;
    height:80px;
    padding:1px;
    background:#fff;
    border:1px solid #E2E8EE;
}

.r0b-comment-avatar>img
{
    margin:0 !important;
    border:none !important;
}

.r0b-comment-content
{
    padding:10px 0;
    color: #BBD7F7;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-comment
{
    margin-top: 6px;
}

.r0b-comment:first-child
{
    margin-top: 0;
}

.r0b-comment-header
{
    color: #99D8FF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    line-height: 100%;
}

.r0b-comment-header a,
.r0b-comment-header a:link,
.r0b-comment-header a:visited,
.r0b-comment-header a.visited,
.r0b-comment-header a:hover,
.r0b-comment-header a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    line-height: 100%;
}

.r0b-comment-header a, .r0b-comment-header a:link
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
}

.r0b-comment-header a:visited, .r0b-comment-header a.visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
}

.r0b-comment-header a:hover,  .r0b-comment-header a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
}

.r0b-comment-content a,
.r0b-comment-content a:link,
.r0b-comment-content a:visited,
.r0b-comment-content a.visited,
.r0b-comment-content a:hover,
.r0b-comment-content a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-comment-content a, .r0b-comment-content a:link
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #E5F4FF;
}

.r0b-comment-content a:visited, .r0b-comment-content a.visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #D2E4F9;
}

.r0b-comment-content a:hover,  .r0b-comment-content a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #E5F4FF;
}

.r0b-pager
{
    background: #EFF2F5;
    background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    background: -webkit-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    background: -o-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    -svg-background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #1AA7FF;
    padding:5px;
}

.r0b-pager>*:last-child,
.r0b-pager>*:last-child:hover
{
    margin-right:0;
}

.r0b-pager>span {
    cursor:default;
}

.r0b-pager>*
{
    background: #8FD4FF;
    background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -webkit-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -moz-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -o-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -ms-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    -svg-background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #8FD4FF;
    padding:7px;
    margin:0 4px 0 auto;
    position:relative;
    display:inline-block;
    margin-left: 0;
}

.r0b-pager a:link,
.r0b-pager a:visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #001F33
;
}

.r0b-pager .active
{
    background: #B6BFC9;
    background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    background: -webkit-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    background: -moz-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    background: -o-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    background: -ms-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    -svg-background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
    border:1px solid #8FD4FF;
    padding:7px;
    margin:0 4px 0 auto;
    color: #FFFFFF
;
}

.r0b-pager .more
{
    background: #8FD4FF;
    background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -webkit-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -moz-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -o-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: -ms-linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    -svg-background: linear-gradient(top, #E0F3FF 0, #3DB5FF 100%) no-repeat;
    border:1px solid #8FD4FF;
    margin:0 4px 0 auto;
}
.r0b-pager a.more:link,
.r0b-pager a.more:visited
{
    color: #001E33
;
}
.r0b-pager a:hover
{
    background: #4CBBFF;
    background: linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    background: -webkit-linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    background: -moz-linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    background: -o-linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    background: -ms-linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    background: linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    -svg-background: linear-gradient(top, #99D8FF 0, #009DFF 97%, #009AFA 100%) no-repeat;
    border:1px solid #8FD4FF;
    padding:7px;
    margin:0 4px 0 auto;
}
.r0b-pager  a:hover,
.r0b-pager  a.more:hover
{
    color: #002338
;
}
.r0b-pager>*:after
{
    margin:0 0 0 auto;
    display:inline-block;
    position:absolute;
    content: ' ';
    top:0;
    width:0;
    height:100%;
    right: 0;
    text-decoration:none;
}

.r0b-pager>*:last-child:after{
    display:none;
}

.r0b-commentsform
{
    background: #E2E8EE;
    background: transparent;
    padding:10px;
    margin:0 auto;
    margin-top:25px;
    color: #99D8FF;
}

.r0b-commentsform h2{
    padding-bottom:10px;
    margin: 0;
    color: #99D8FF;
}

.r0b-commentsform label {
    display: inline-block;
    line-height: 25px;
}

.r0b-commentsform input:not([type=submit]), .r0b-commentsform textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
    max-width:100%;
}

.r0b-commentsform .form-submit
{
    margin-top: 10px;
}

a img
{
    border: 0;
}

.r0b-article img, img.r0b-article, .r0b-block img, .r0b-footer img
{
    margin: 7px 7px 7px 7px;
}

.r0b-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.r0b-article table, table.r0b-article
{
    border-collapse: collapse;
    margin: 1px;
}

.r0b-post .r0b-content-layout-br
{
    height: 0;
}

.r0b-article th, .r0b-article td
{
    padding: 2px;
    border: solid 1px #0091EB;
    vertical-align: top;
    text-align: left;
}

.r0b-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
}

.preview-cms-logo
{
    border: 0;
    margin: 1em 1em 0 0;
    float: left;
}

.image-caption-wrapper
{
    padding: 7px 7px 7px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper img
{
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper div.r0b-collage
{
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper p
{
    font-size: 80%;
    text-align: right;
    margin: 0;
}

.r0b-postheader
{
    color: #B3E2FF;
    margin: 10px 0 0 10px;
    font-size: 24px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postheader a,
.r0b-postheader a:link,
.r0b-postheader a:visited,
.r0b-postheader a.visited,
.r0b-postheader a:hover,
.r0b-postheader a.hovered
{
    font-size: 24px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-postheader a, .r0b-postheader a:link
{
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #38ACFF;
}

.r0b-postheader a:visited, .r0b-postheader a.visited
{
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #80B4EF;
}

.r0b-postheader a:hover,  .r0b-postheader a.hovered
{
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #70C4FF;
}

.r0b-postheadericons,
.r0b-postheadericons a,
.r0b-postheadericons a:link,
.r0b-postheadericons a:visited,
.r0b-postheadericons a:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #E8F2FC;
}

.r0b-postheadericons
{
    padding: 1px;
}

.r0b-postheadericons a, .r0b-postheadericons a:link
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #99D5FF;
}

.r0b-postheadericons a:visited, .r0b-postheadericons a.visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #99D8FF;
}

.r0b-postheadericons a:hover, .r0b-postheadericons a.hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    color: #BDE3FF;
}

.r0b-postpdficon:before
{
    content:url('../images/postpdficon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .r0b-postpdficon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.r0b-postprinticon:before
{
    content:url('../images/postprinticon.png');
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}
.opera .r0b-postprinticon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.r0b-postemailicon:before
{
    content:url('../images/postemailicon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .r0b-postemailicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}


.opera .r0b-postcontent ul>li:before, .opera   .r0b-post ul>li:before, .opera   .r0b-textblock ul>li:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.r0b-postcontent li, .r0b-post li, .r0b-textblock li
{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #80CEFF;
    margin: 0 0 0 26px;
}

.r0b-postcontent ul>li, .r0b-post ul>li, .r0b-textblock ul>li, .r0b-postcontent ol, .r0b-post ol, .r0b-textblock ol
{
    padding: 0;
}

.r0b-postcontent ul>li, .r0b-post ul>li, .r0b-textblock ul>li
{
    padding-left: 0px;
}



.r0b-postcontent ol, .r0b-post ol, .r0b-textblock ol, .r0b-postcontent ul, .r0b-post ul, .r0b-textblock ul
{
    margin: 1em 0 1em 26px;
}

.r0b-postcontent li ol, .r0b-post li ol, .r0b-textblock li ol, .r0b-postcontent li ul, .r0b-post li ul, .r0b-textblock li ul
{
    margin: 0.5em 0 0.5em 26px;
}

.r0b-postcontent li, .r0b-post li, .r0b-textblock li
{
    margin: 0 0 0 0;
}

.r0b-postcontent ol>li, .r0b-post ol>li, .r0b-textblock ol>li
{
    /* overrides overflow for "ul li" and sets the default value */
    overflow: visible;
}

.r0b-postcontent ul>li, .r0b-post ul>li, .r0b-textblock ul>li
{
    /* makes "ul li" not to align behind the image if they are in the same line */
    overflow-x: visible;
    overflow-y: hidden;
}

blockquote
{
    background: #1AA7FF url('../images/postquote.png') no-repeat scroll;
    padding:0 0 0 28px;
    margin:10px 10px 10px 50px;
    color: #02070E;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    /* makes block not to align behind the image if they are in the same line */
    overflow: auto;
    clear:both;
}
blockquote a, .r0b-postcontent blockquote a, .r0b-blockcontent blockquote a, .r0b-footer blockquote a,
blockquote a:link, .r0b-postcontent blockquote a:link, .r0b-blockcontent blockquote a:link, .r0b-footer blockquote a:link,
blockquote a:visited, .r0b-postcontent blockquote a:visited, .r0b-blockcontent blockquote a:visited, .r0b-footer blockquote a:visited,
blockquote a:hover, .r0b-postcontent blockquote a:hover, .r0b-blockcontent blockquote a:hover, .r0b-footer blockquote a:hover
{
    color: #02070E;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

/* Override native 'p' margins*/
blockquote p,
.r0b-postcontent blockquote p,
.r0b-blockcontent blockquote p,
.r0b-footer blockquote p
{
    margin: 0;
    margin:3px;
}

.r0b-postfootericons,
.r0b-postfootericons a,
.r0b-postfootericons a:link,
.r0b-postfootericons a:visited,
.r0b-postfootericons a:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #E8F2FC;
}

.r0b-postfootericons
{
    padding: 1px;
}

.r0b-postfootericons a, .r0b-postfootericons a:link
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #BDE3FF;
}

.r0b-postfootericons a:visited, .r0b-postfootericons a.visited
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #99D8FF;
}

.r0b-postfootericons a:hover, .r0b-postfootericons a.hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #BDE3FF;
}

.r0b-footer
{
    background: #003557;
    background: transparent;
    padding:5px;
    margin:0 auto;
    position: relative;
    color: #CCEBFF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-align: center;
}

.r0b-footer a,
.r0b-footer a:link,
.r0b-footer a:visited,
.r0b-footer a:hover,
.r0b-footer td,
.r0b-footer th,
.r0b-footer caption
{
    color: #CCEBFF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.r0b-footer p
{
    padding:0;
    text-align: center;
}

.r0b-footer a,
.r0b-footer a:link
{
    color: #4CB5FF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.r0b-footer a:visited
{
    color: #4CBBFF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.r0b-footer a:hover
{
    color: #70C4FF;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.r0b-footer h1
{
    color: #0091EB;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer h2
{
    color: #1AA7FF;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer h3
{
    color: #4CB5FF;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer h4
{
    color: #72ACEE;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer h5
{
    color: #72ACEE;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer h6
{
    color: #72ACEE;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

.r0b-footer img
{
    border: none;
    margin: 0;
}

.r0b-rss-tag-icon
{
    background:  url('../images/footerrssicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
}

.r0b-rss-tag-icon:empty
{
    vertical-align: middle;
}

.r0b-facebook-tag-icon
{
    background:  url('../images/footerfacebookicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
}

.r0b-facebook-tag-icon:empty
{
    vertical-align: middle;
}

.r0b-twitter-tag-icon
{
    background:  url('../images/footertwittericon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
}

.r0b-twitter-tag-icon:empty
{
    vertical-align: middle;
}

.r0b-footer li
{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    line-height: 125%;
    color: #CCEAFF;
}

.r0b-page-footer,
.r0b-page-footer a,
.r0b-page-footer a:link,
.r0b-page-footer a:visited,
.r0b-page-footer a:hover
{
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #BDE6FF;
}

.r0b-page-footer
{
    position: relative;
    z-index: auto !important;
    padding: 1em;
    text-align: center !important;
    text-decoration: none;
    color: #A4C9F4;
}

.r0b-lightbox-wrapper
{
    background: #333;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    padding: 0 100px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000000;
}

.r0b-lightbox,
.r0b-lightbox-wrapper .r0b-lightbox-image
{
    cursor: pointer;
}

.r0b-lightbox-wrapper .r0b-lightbox-image
{
    border: 6px solid #fff;
    border-radius: 3px;
    display: none;
    max-width: 100%;
    vertical-align: middle;
}

.r0b-lightbox-wrapper .r0b-lightbox-image.active
{
    display: inline-block;
}

.r0b-lightbox-wrapper .lightbox-error
{
    background: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    box-shadow: 0 2px 5px #333;
    height: 80px;
    opacity: .95;
    padding: 20px;
    position: fixed;
    width: 300px;
    z-index: 100;
}

.r0b-lightbox-wrapper .loading
{
    background: #fff url('../images/preloader-01.gif') center center no-repeat;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    box-shadow: 0 2px 5px #333;
    height: 32px;
    opacity: .5;
    padding: 10px;
    position: fixed;
    width: 32px;
    z-index: 10100;
}

.r0b-lightbox-wrapper .arrow
{
    cursor: pointer;
    height: 100px;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    width: 82px;
    z-index: 10003;
}

.r0b-lightbox-wrapper .arrow.left
{
    left: 9px;
}

.r0b-lightbox-wrapper .arrow.right
{
    right: 9px;
}

.r0b-lightbox-wrapper .arrow:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.r0b-lightbox-wrapper .arrow.disabled
{
    display: none;
}

.r0b-lightbox-wrapper .arrow-t,
.r0b-lightbox-wrapper .arrow-b
{
    background-color: #fff;
    border-radius: 3px;
    height: 6px;
    left: 26px;
    position: relative;
    width: 30px;
}

.r0b-lightbox-wrapper .arrow-t
{
    top: 38px;
}

.r0b-lightbox-wrapper .arrow-b
{
    top: 50px;
}

.r0b-lightbox-wrapper .close
{
    cursor: pointer;
    height: 22px;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 39px;
    top: 30px;
    width: 22px;
    z-index: 10003;
}

.r0b-lightbox-wrapper .close:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.r0b-lightbox-wrapper .close .cw,
.r0b-lightbox-wrapper .close .ccw
{
    background-color: #fff;
    border-radius: 3px;
    height: 6px;
    position: absolute;
    left: -4px;
    top: 8px;
    width: 30px;
}

.r0b-lightbox-wrapper .cw
{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */}

.r0b-lightbox-wrapper .ccw
{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
    /* Firefox */}

.r0b-lightbox-wrapper .close-alt,
.r0b-lightbox-wrapper .arrow-right-alt,
.r0b-lightbox-wrapper .arrow-left-alt
{
    color: #fff;
    display: none;
    font-size: 2.5em;
    line-height: 100%;
}

.ie8 .r0b-lightbox-wrapper .close-alt,
.ie8 .r0b-lightbox-wrapper .arrow-right-alt,
.ie8 .r0b-lightbox-wrapper .arrow-left-alt
{
    display: block;
}

.ie8 .r0b-lightbox-wrapper .cw,
.ie8 .r0b-lightbox-wrapper .ccw
{
    display: none;
}

.r0b-content-layout .r0b-sidebar1
{
    -webkit-border-radius:20px 0 0;
    -moz-border-radius:20px 0 0;
    border-radius:20px 0 0;
    margin:0 auto;
    width: 275px;
}

.r0b-content-layout .r0b-content
{
    margin:0 auto;
}

/* Begin Additional CSS Styles */
.r0b-blockheader .t, .r0b-vmenublockheader .t {white-space: nowrap;}
/* End Additional CSS Styles */