

/*----------------------------------------------------- OGTA Editor CSS ------------------------------------------------------*/

/*-------------------------- Created by Ankit Bhatia, UI Designer on 10th July 2012 at 09:48:00 -----------------------------*/



/*------------------------- Attach fonts ------------------------------*/

@font-face {

    font-family: 'prospus-cg';

    src: url('fonts/CenturyGothic.eot');

    src: url('fonts/CenturyGothic.woff') format('woff'),

         url('fonts/CenturyGothic.TTF') format('truetype'),

         url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'prospus-cg';

    src: url('fonts/CenturyGothic-Bold.eot');

    src: url('fonts/CenturyGothic-Bold.woff') format('woff'),

         url('fonts/CenturyGothic-Bold.TTF') format('truetype'),

         url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: 'prospus-cg';

    src: url('fonts/CenturyGothic-Italic.eot');

    src: url('fonts/CenturyGothic-Italic.woff') format('woff'),

         url('fonts/CenturyGothic-Italic.TTF') format('truetype'),

         url('fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');

    font-weight: normal;

    font-style: italic;

}



@font-face {

    font-family: 'prospus-jss';

    src: url('fonts/JosefinSansStd-Light.eot');

    src: url('fonts/JosefinSansStd-Light.woff') format('woff'),

         url('fonts/JosefinSansStd-Light.TTF') format('truetype'),

         url('fonts/JosefinSansStd-Light.svg#JosefinSansStd-Light') format('svg');

    font-weight: normal;

    font-style: normal;

}



/*------------------------- Global ------------------------------*/

.page-id-2 #nav-menu{

	left: auto;

    right: 10px;

    top: 14px;

}

.left{

	float: left;

}

.right{

	float: right;

}

.clear:after, .sidebar .ogta-blk:after{

	display: block;

	content: "";

	clear: both;

	visibility: hidden;

	height: 0;

}

li.widget{

	list-style-type: none;

}

.page-id-2 #ProtonotesMenu{

	display: none !important;

}

.page-id-2 #main-wrapper{

	margin: 0;

}



/*------------------------- OGTA ------------------------------*/

#ogta-editor{

	font-family: 'Source Sans Pro', sans-serif;

	font-size: 14px;

	padding: 20px 0 10px;

	text-align: left;

	min-width: 1180px;

}

.copyright {

	padding-bottom: 30px;

	text-align: center;

}

.ogte-editor-page .section {

	

}

.copyright img {

	float: right;

	margin: -12px 0 0 5px;

}

.copyright a{

	text-decoration: none;

}

.copyright a:hover{

	text-decoration: underline;

}

#ogta-editor-page{

	background: url("../images/ogta-page-theme.jpg") repeat-y scroll 0 0 #FFFFFF;

	box-shadow: 0 0 10px #111111;

	margin: 0 auto;

    width: 960px;

    margin-bottom: 20px;

}

#ogta-editor .sidebar{

	padding: 20px;

	width: 317px;

}

#ogta-editor .main-col{

    width: 603px;

}

#ogta-editor table {

    border: 0 none;

    border-collapse: collapse;

    margin: 0;

    width: 100%;

}



/*-------------- sidebar-blk-1 ----------------*/

.ogta-blk .report {

    margin-bottom: 10px;

}

#ogta-editor select{

	background-color: #74CA95;

    border: 1px inset #333333;

    padding: 3px;

    width: 165px;

}

#ogta-editor select#level{

	margin-left: 10px;

    width: 130px;

}

.select-box{

	display: inline-block;

    margin-right: 10px;

    position: relative;

    width: 143px;

    z-index: 20;

}

.select-box .button, .select-box .drop-down, .flyout-popup{	

	border: 1px solid #555555;

    -moz-border-radius: 5px;/*Firefox*/

    -webkit-border-radius: 5px;/*Safari, Chrome*/

    border-radius: 5px;

    -moz-box-shadow: inset 0px 0px 4px #fff;/*FF 3.5+*/

    -webkit-box-shadow: inset 0px 0px 4px #fff;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/

    box-shadow: inset 0px 0px 4px #fff;

    color: #000000;

    font-family: arial;

    font-size: 11px;

    text-shadow: 1px 1px 1px #FFFFFF;    

}

.select-box .button{  

    cursor: pointer;

    display: inline-block;

    padding: 10px 35px 10px 10px;

    width: 98px;

    position: relative;

    line-height: 15px;

}

.select-box .arrow-bg {

    background: url("../images/select-arrow.png") no-repeat scroll center 0 transparent;

    border-left: 1px solid #555555;

    height: 35px;

    position: absolute;

    right: 0;

    top: 1px;

    width: 35px;

    z-index: 12;

    cursor: pointer;

}

.select-box .drop-down{

    -moz-border-radius: 5px;/*Firefox*/

    -webkit-border-radius: 5px;/*Safari, Chrome*/

    border-radius: 5px;

    /*border-top: 1px solid #FFFFFF;*/

    left: 0;

    overflow: hidden;    

    position: absolute;

    top: 40px;

    display: none;

    width: 125%;

    max-height: 380px;

    overflow: auto;

    z-index: 10;

}

.select-box .drop-down span {

    display: block;

    padding: 4px 10px;

    cursor: pointer;

}

.select-box .drop-down span:hover{

    background-color: #C9D0E3;

}

.select-box.open .button{

	border-bottom: 1px solid #AAAAAA;

    /*Firefox*/

    -moz-border-top-left-radius: 5px;

    -moz-border-top-right-radius: 5px;

    -moz-border-bottom-right-radius: 0px;

    -moz-border-bottom-left-radius: 0px;

    /*Safari, Chrome*/

    -webkit-border-top-left-radius: 5px;

    -webkit-border-top-right-radius: 5px;

    -webkit-border-bottom-right-radius: 0px;

    -webkit-border-bottom-left-radius: 0px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 0px;

    border-bottom-left-radius: 0px;

}

.select-box.open .arrow-bg{

	background: url("../images/select-arrow.png") no-repeat scroll center -35px transparent;

}

.select-box.open .drop-down{

	display: block;

}

.selectors .select-box:last-child{

	margin-right: 0;

    width: 160px;

}

.selectors .select-box:last-child .button{

	width: 114px;

}

.selectors .select-box.disabled .button, .selectors .select-box.disabled .arrow-bg{

	opacity: 0.6;

	cursor: default;

}



/*-------------- ogta-blk ----------------*/

#ogta-editor-page .ogta-blk h3{

	border-bottom: 1px solid #767676;

    font-family: 'prospus-jss';

    font-size: 18px;

    font-weight: normal;

    margin: 0 15px 5px;

    padding-bottom: 3px;

    text-transform: none;

	color: #000000;

}

/*------ control scrolling of ogta blk -------*/

.tceditor-block-content .table-body{

	max-height: 300px;

    overflow: auto;  

    min-height: 50px;

}

/*--- inlist ---*/

#ogta-editor .ogta-blk.in-list th:first-child, #ogta-editor .ogta-blk.in-list td:first-child{

	width: 110px;

}

#ogta-editor .ogta-blk.in-list th:nth-child(2), #ogta-editor .ogta-blk.in-list td:nth-child(2){

	width: 60px;

	text-align: center;

}

#ogta-editor .ogta-blk.in-list th:nth-child(3), #ogta-editor .ogta-blk.in-list td:nth-child(3){

	width: 80px;

	text-align: center;

}

#ogta-editor .ogta-blk.in-list .table-body td:last-child, #ogta-editor .ogta-blk.in-list .table-footer .list-analysis td:last-child{

	padding-right: 22px;

    width: 80px;

}

#ogta-editor .ogta-blk.in-list .table-footer td:first-child{

	padding-left: 140px;

    width: 50px;

}

#ogta-editor .ogta-blk.in-list .table-footer .actions td:first-child{

    text-align: right;

}



/*--- out level ---*/

#ogta-editor .ogta-blk.out-level th:first-child, #ogta-editor .ogta-blk.out-level td:first-child{

	width: 110px;

}

#ogta-editor .ogta-blk.out-level th:nth-child(2), #ogta-editor .ogta-blk.out-level td:nth-child(2){

	width: 60px;

	text-align: center;

}

#ogta-editor .ogta-blk.out-level th:nth-child(3), #ogta-editor .ogta-blk.out-level td:nth-child(3){

	width: 80px;

	text-align: center;

}

#ogta-editor .ogta-blk.out-level .table-body td:last-child, #ogta-editor .ogta-blk.out-level .table-footer .list-analysis td:last-child{

	padding-right: 22px;

    width: 80px;

}

#ogta-editor .ogta-blk.out-level .table-footer td:first-child{

	padding-left: 140px;

    width: 50px;

}

#ogta-editor .ogta-blk.out-level .table-footer .actions td:first-child{

    text-align: right;

}



/*--- inlevel ---*/

#ogta-editor .ogta-blk.in-level th:first-child, #ogta-editor .ogta-blk.in-level td:first-child{

	width: 110px;

}

#ogta-editor .ogta-blk.in-level th:nth-child(2), #ogta-editor .ogta-blk.in-level td:nth-child(2){

	width: 60px;

	text-align: center;

}

#ogta-editor .ogta-blk.in-level th:nth-child(3), #ogta-editor .ogta-blk.in-level td:nth-child(3){

	width: 80px;

	text-align: center;

}

#ogta-editor .ogta-blk.in-level .table-body td:last-child, #ogta-editor .ogta-blk.in-level .table-footer .list-analysis td:last-child{

	padding-right: 22px;

    width: 80px;

}

#ogta-editor .ogta-blk.in-level .table-footer td:first-child{

	padding-left: 140px;

    width: 50px;

}

#ogta-editor .ogta-blk.in-level .table-footer .actions td:first-child{

    text-align: right;

}



/*--- outlist ignore-list---*/

#ogta-editor .ogta-blk.out-list td:first-child, #ogta-editor .ogta-blk.out-list th:first-child, 

#ogta-editor .ogta-blk.ignore-list td:first-child, #ogta-editor .ogta-blk.ignore-list th:first-child{

	width: 150px;

}

#ogta-editor .ogta-blk.out-list td:last-child, #ogta-editor .ogta-blk.out-list th:last-child, 

#ogta-editor .ogta-blk.ignore-list td:last-child, #ogta-editor .ogta-blk.ignore-list th:last-child{

	padding-right: 64px;

    text-align: center;

}

#ogta-editor .ogta-blk.out-list .table-head th:last-child, 

#ogta-editor .ogta-blk.ignore-list .table-head th:last-child{

	padding-right: 51px;

}

#ogta-editor .ogta-blk.ignore-list .list-analysis td:last-child{

	padding-right: 63px;

}

#ogta-editor .ogta-blk.ignore-list .actions td:first-child{

	width: auto;

	text-align: left;

}

#ogta-editor .ogta-blk.ignore-list .actions td:last-child{

	padding-right: 6px;

}

#ogta-editor .ogta-blk th{

	color: #4B5774;

    font-size: 13px;

    padding: 2px 3px 9px;

    text-align: center;

    background: #DBE0EF;

}

#ogta-editor .ogta-blk th:first-child{

	text-align: left;

}

#ogta-editor .ogta-blk td{

	color: #000000;

	font-family: verdana;

	font-size: 11px;

	line-height: 13px;

	max-width: 160px;

	padding: 4px 3px;

	word-wrap: break-word;

	border: 0 none;

    background-color: #DBE0EF;

}

#ogta-editor .ogta-blk .gridtable tr:nth-child(odd){

	background-color: #CCD2E6;

}

#ogta-editor .ogta-blk .gridtable tr{

	background-color: #ececf1;

}

#ogta-editor .list-analysis td{

	padding: 3px;

}

#ogta-editor .ogta-blk th:first-child, #ogta-editor .ogta-blk td:first-child{

	padding-left: 19px;

}

#ogta-editor .ogta-blk th:last-child, #ogta-editor .ogta-blk td:last-child{

	padding-right: 16px;

}

#ogta-editor .ogta-blk .actions{

	text-align: right;

}

#ogta-editor .ogta-blk .actions td{

	padding-top: 10px;

}

#ogta-editor .sidebar .ogta-blk > input {

    float: right;

}



/*----------------------- sidebar tabs -------------------------*/

#frmAnalysis {

    margin-bottom: 0;

}

.tab-block{

	display: none;

}

.tab-block.selected{

	display: block;

}



/*----------------------- introduction editor -------------------------*/

#ogta-editor .main-col > div{

	background: #ebeaea; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #ebeaea 0%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #ebeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #ebeaea 0%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #ebeaea 0%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #ebeaea 0%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */	

}

#ogta-editor .introduction{

	border-bottom: 1px solid #A9A9A9;

    padding: 15px 20px 0;

    position: relative;

    text-align: center;

}

#ogta-editor .introduction h1{

	font-family: 'prospus-jss';

    font-size: 31px;

    font-weight: normal;

    margin: 0;

}

#ogta-editor .introduction h5{

    font-size: 14px;

	font-family: prospus-cg;

	margin-top: 3px;

    font-weight: normal;

    margin-bottom: 20px;

    background-color: transparent;

    padding: 0;

}

#ogta-editor .introduction .help-wrp{

	position: absolute;

    right: 20px;

    top: -62px;

}

.blue-circle{

	background-color: #3F4C6B;

    -moz-border-radius: 50%;/*Firefox*/

    -webkit-border-radius: 50%;/*Safari, Chrome*/

    border-radius: 50%;

    color: #FFFFFF;

    cursor: pointer;

    display: inline-block;

    font-family: arial;

    font-size: 18px;

    height: 25px;

    padding-top: 3px;

    text-align: center;

    text-shadow: 1px 1px 0 #000000;

    width: 28px;

    line-height: 25px;

}

#ogta-editor .help-wrp a{

	text-decoration: none;

	cursor: pointer;

}

#ogta-editor .help-wrp .flyout-button > .blue-circle{

	font-family: times new roman;

    font-size: 19px;

    font-style: italic;

    height: 27px;

    padding-top: 1px;

    margin-left: 5px;

}

#ogta-editor .help-pop .blue-circle{

    letter-spacing: -1px;

    margin-right: 5px;

    opacity: 0.7;    

}

#ogta-editor .help-pop.flyout-popup {

    text-align: left;

    width: 200px;

    margin: 0 0 0 -10px;

}

#ogta-editor .help-pop .help-pop-list{

	margin-top: 10px;

}

#ogta-editor .help-pop .help-pop-list:first-child{

	margin-top: 0;

}

#ogte-clear-cache span {

    margin-left: 5px;

    vertical-align: sub;

	background: url('../images/refresh-ogte.png') no-repeat center center #3F4C6B;

}

#ogte-clear-cache a {

    cursor: pointer;

    font-size: 14px;

}

#ogte-clear-cache a:hover, #ogta-editor .help-wrp a:hover {

    text-decoration: none;

	opacity: 0.8;

}



/*----------------------- editor region -------------------------*/

#ogta-editor .editor-wrp{

	border-top: 1px solid #fff;

	padding: 20px;

	font-family: sans-serif;

}

#ogta-editor .editor-wrp > div{

	margin-top: 20px;

}

#ogta-editor .editor-wrp > div:first-child{

	margin-top: 0px;

}

#ogta-editor .editor-wrp > .feedback{

	color: #8D8D8D;

    margin: 30px 0;

    text-align: center;

}

#ogta-editor .feedback a{

	color: #3f4c6b;

	text-decoration: underline;

}

#ogta-editor .feedback a:hover{

	text-decoration: none;

}

.ogta-stats-box .left{

	padding: 3px 0 0 0;

}

#ogta-editor .right{

    text-align: right;

}



#ogta-editor .stats-wrp{

	display: inline-block;

	padding: 0 8px 0 0;

}

#ogta-editor .stats-wrp{

	padding: 1px 5px 2px 0;

    margin-bottom: 15px;

}

#ogta-editor .stats-wrp:last-child{

	padding-right: 0;

}

#ogta-editor .color-details{

	background-color: #7881A0;

    border-bottom: 1px solid #606F92;

    padding: 10px 12px;

    font-family: 'prospus-cg';

}

#ogta-editor .color-details .stats-wrp{

	display: inline-block;

    padding: 0 0 0 20px;

}

#ogta-editor .color-details .stats-wrp:first-child{	

    padding: 0;

}

#ogta-editor .color-details span{

	padding: 3px 0 0;

}



#outOfListPerc, #outOfLevelPerc, #inListPerc, #ignoreListPerc, .stats-wrp > span:first-child {

    background-color: #FFFFFF;

    border: 1px solid #AAAAAA;

    color: #E42C45;

    display: inline-block;

    text-align: center;
    width: 40px;
    min-width: 20px;
    font-size: 12px;
    padding: 3px 4px;

}

#outOfLevelPerc{	

	color: #000;	

}

#outOfLevelPerc .outOfLevelPerc{

	border-bottom: 3px double #E42C45;

}

#inListPerc{

	color: #000;

}

#ignoreListPerc{

	color: #118010;

}





#ogta-editor input#analyserSwitch{

	background: url("../images/light-bulb.png") no-repeat scroll right -4px transparent;

    border: 0 none;

    box-shadow: none;

    height: 26px;

    padding: 0 27px 0 0;

    color: #000000;

    font-family: sans-serif;

    font-size: 13px;

}

#ogta-editor input#analyserSwitch.switch-off{

	background: url('../images/light-bulb-off.png') no-repeat 79px -4px transparent;

	padding-right: 28px;

	color: #555555;

}

#ogta-editor .ogta-stats-box input[type="button"]{

	margin-left: 5px;

}

.zoom-options {

    background-color: #3F4C6B;

    padding: 15px 7px;

    text-align: right;

}

#fontSize a {

    border: 0 none;

    box-shadow: 0 0 1px #333333, 0 0 3px 0 #FFFFFF inset;

    -moz-box-shadow: 0 0 1px #333333, 0 0 3px 0 #FFFFFF inset;/*FF 3.5+*/

    -webkit-box-shadow: 0 0 1px #333333, 0 0 3px 0 #FFFFFF inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#6b6b6b)";/*IE 8*/

    box-shadow: 0 0 1px #333333, 0 0 3px 0 #FFFFFF inset;

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#6b6b6b);/*IE 5.5-7*/

    color: #000000;

    font-size: 14px;

    margin: 0 0 0 5px;

    padding: 6px 11px;

    text-decoration: none;

}

#fontSize a:first-child{

	margin: 0;

}

.ogta-textarea{

	-moz-box-shadow: 0px 0px 8px #6b6b6b;/*FF 3.5+*/

    -webkit-box-shadow: 0px 0px 8px #6b6b6b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=90, Color=#6b6b6b)";/*IE 8*/

    box-shadow: 0px 0px 8px #6b6b6b;

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=90, Color=#6b6b6b);/*IE 5.5-7*/

}

.nicEdit-main{

    font-size: 14px;

    outline: medium none;

    overflow: auto;

    padding: 5px 9px;

    border: 1px solid transparent;

    min-height: 20px;
    
    word-wrap: break-word;
}

.nicEdit-main:hover, .nicEdit-main:focus{

    border: 1px dashed #aaa;

}

span.inList{

	/*color: #da65a1;

	color: #3F4C6B;

	color: #0055AE;*/

}

span.inList .outOfLevel{

	border-bottom: 3px double #E42C45;

	color: #000000;

}

span.outList{

	/*color: #3f4c6b;*/

	color: #E42C45;

}

span.polysemic{

	/*background-color:#d7cfae;*/

	color: #0000ff;

}

#Text_Review_Editor span.polysemic{

    color: #FFA500;

}

span.ignore {

	color: #118010;

}

span.properNoun {

	color: #E554B0;

}



/*-------------- ogta editor popup ----------------*/

.rc-opt-1{

	/*background: url('../images/ogta-editor-pop.png') no-repeat left 0 transparent;*/

	display: none;

	position: absolute;

	z-index: 100;

}

.right-click-options{

	/*background: url("../images/ogta-editor-pop-03.png") no-repeat scroll center 0 transparent;*/

    font-family: verdana;

    font-size: 12px;

    padding: 3px 5px;

    color: white;
    
    -moz-border-radius: 5px;/*Firefox*/

    -webkit-border-radius: 5px;/*Safari, Chrome*/

    border-radius: 5px;

    -moz-box-shadow: 0px 2px 2px #6b6b6b;/*FF 3.5+*/

    -webkit-box-shadow: 0px 2px 2px #6b6b6b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#6b6b6b)";/*IE 8*/

    box-shadow: 0px 2px 2px #6b6b6b;

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#6b6b6b);/*IE 5.5-7*/



    max-width: 950px;

    

    background: rgb(37,162,200); /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YTJjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZkOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgba(37,162,200,1) 0%, rgba(0,109,147,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,162,200,1)), color-stop(100%,rgba(0,109,147,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(37,162,200,1) 0%,rgba(0,109,147,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(37,162,200,1) 0%,rgba(0,109,147,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(37,162,200,1) 0%,rgba(0,109,147,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(37,162,200,1) 0%,rgba(0,109,147,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a2c8', endColorstr='#006d93',GradientType=0 ); /* IE6-8 */    

}

.right-click-options:after{

	/*  background: url("../images/ogta-editor-pop-03.png") no-repeat scroll center 0 transparent;*/

    bottom: -15px;

    content: "";

    display: block;

    height: 43px;

    left: 50%;

    margin-left: -12px;

    overflow: hidden;

    position: absolute;

    width: 24px;

    z-index: -1;

}

.right-click-options a{

	color: #FFFFFF;

    cursor: pointer;

    display: inline-block;

    padding: 5px 7px;

    text-decoration: none;

}

.right-click-options a:hover{

	color: #EBEBEB;

}

.right-click-options hr{

	display: none;

}



/*------------------ show loading -------------------*/

.white-overlay, .questionare-overlay{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #fff;

	opacity: 0.6;

	z-index: 100;

}

.load-image{

	position: fixed;

	top: 50%;

	left: 50%;

	width: 100px;

	height: 100px;

	margin: -50px 0 0 -50px;

	background: url('../images/loading45.gif') no-repeat 0 0 transparent;

	z-index: 150;

}



.advert{

	background-color: #CCCCCC;

    border: 1px solid #AAAAAA;

    color: #000000;

    font-weight: bold;

    height: 55px;

    margin: 20px 0 0;

    padding: 40px 0 0;

    text-align: center;

    width: 100%;

}



/*---------------------------- flyout popups -----------------------------*/

.flyout-popup{

	border: 1px solid #BBBBBB;

    b-moz-box-shadow: 1px 1px 3px #222222;/*FF 3.5+*/

    -webkit-box-shadow: 1px 1px 3px #222222;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#222222)";/*IE 8*/

    box-shadow: 1px 1px 3px #222222;

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#222222);/*IE 5.5-7*/



	position: absolute;

	display: none;

	padding: 10px;

}

.flyout-popup:before{

	display: block;

	content: "";

	position: absolute;

	top: -9px;

	width: 13px;

	height: 9px;

	left: 50%;

	margin: 0 0 0 -7px;

	background: url('../images/flyout-popup-arrow.png') no-repeat 0 0 transparent;

}



/*---------------------------- top menu -----------------------------*/

#top-nav{

    text-align: center;

}

#top-nav li {

    display: inline-block;

    list-style: none;

    margin-left: 35px;

    text-transform:uppercase;

    padding: 17px 0 15px;

}

#top-nav li:first-child{

    margin-left: 0;

}



/*---------------------------- footer nav -----------------------------*/

#footer-nav{

    text-align: right;

}

#footer-nav li {

    display: inline-block;

    margin-left: 20px;

    padding-bottom: 20px;

}

#footer-nav li:first-child{

    margin-left: 0;

}



/*---------------------------- OGTA PAGE SPECIFIC -----------------------------*/

.page-id-597 .widgets_on_page > ul {

    margin: 0;

}

.page-id-597 #main, .page-id-597 #wrapper{

    width: 100%;

    margin: 0 auto;

    padding: 0;

}

.page-id-597 #primary {

    display: none;

}

.page-id-597 .hentry, .page-id-597 #content {

    margin: 0;

}

#content, #content input, #content textarea {

    line-height: 110%;

}

.page-id-597 #header{

    background-color: transparent;

}

.page-id-597 h1.entry-title {

    text-align: center;

    display: none;

}

#files ul{

	list-style: none inside none;

}

#Text_Creation_Editor .section.legends {

    text-align: right;

}
span.mestatus1 {
    color: #4C64BA !important;
}

.admin-panel-search .form-item, .common-form-style .form-value{
	width:auto;
}
.admin-panel-search .form-item .form-value li {
    float: left;
    list-style: none;
    margin-right: 20px;
}
.admin-panel-search .form-item .form-value li:last-child {
    margin: 0;
}
.admin-panel-search .form-item .form-value li form{
	margin:0;
}
.admin-panel-search .form-item .form-value li form input[type="file"]{
	height:20px;
	
	line-height: inherit;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}