html {
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    background-color: white;
    min-width: 640px;
	overfow-x:hidden;
}

blockquote {
    border-left: 2px dotted #888;
    padding-left: 5px;
    background: #d0f0ff;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.panels {
    margin-right: 1em;
}

.wmd-panel {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wmd-button-bar {
    overflow: hidden;
    width: 50%;
}

.wmd-input {
    width: 100%;
    background-color: Gainsboro;
    border: 1px solid DarkGray;
    padding: 0 5px 0 5px;
    margin-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#wmd-preview-container {
    overflow: auto;
    left: 14px;
    position: relative;
    border: 1px solid DarkGray;
    padding: 0 5px 0 5px;
}

#wmd-preview {
    overflow: auto;
}

.wmd-button-row {
    position: relative;
    margin: 10px 5px 5px;
    padding: 0;
    height: 20px;
}

.wmd-spacer {
    width: 1px;
    height: 20px;
    margin-left: 14px;

    position: absolute;
    background-color: Silver;
    display: inline-block;
    list-style: none;
}

.wmd-button {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.wmd-button > span {
    background: url(./wmd-buttons.png) no-repeat 0 0 white;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-buttons {
    margin-left: 10px;
}

#wmd-table-button > span {
    background: url(./table.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#wmd-video-button > span {
    background: url(./video.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-spacer1 {
    left: 25px;
}

.wmd-spacer2 {
    left: 95px;
}

.wmd-spacer3 {
    left: 170px;
}

.wmd-spacer4 {
    left: 300px;
}

.wmd-spacer5 {
    left: 425px;
}

.wmd-spacer6 {
    left: 495px;
}

.wmd-prompt-background {
    background-color: black;
}

.wmd-prompt-dialog {
    border: 1px solid #999999;
    background-color: #F5F5F5;
}

.wmd-prompt-dialog > div {
    font-size: 0.8em;
    font-family: arial, helvetica, sans-serif;
}

.wmd-prompt-dialog > form > input[type="text"] {
    border: 1px solid #999999;
    color: black;
}

.wmd-prompt-dialog > form > input[type="button"] {
    border: 1px solid #888888;
    font-family: trebuchet MS, helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

.sfooter {
    font-style: italic;
    float: right;
}

.green {
    color: green;
}

/*styles for Choose Language dropdown*/
.chooseLang, .chooseLang * {
    margin: 0;
    outline: medium none;
    padding: 0;
}

.chooseLang {
    z-index: 100;
    position: relative;
    float: right;
}

.chooseLang a {
    background: no-repeat 6px center;
    color: #444;
    display: block;
    padding: 4px 4px 4px 10px;
    text-decoration: none;
    width: 90px;
}

.chooseLang img {
    margin-right: 5px;
}

.chooseLang img.array-down {
    float: right;
}

.chooseLang ul.dropdown {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-image: none;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #e5e5e5;
    border-top: medium none !important;
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    list-style: outside none none;
}

.chooseLang ul.dropdown li {
    border-top: 1px dotted #d4d4d4;
}

.chooseLang a:hover {
    color: #000;
}

.chooseLang a.current:link, .chooseLang a.current:visited, .chooseLang a.current:active {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 1.25em;
    position: relative;
}

.chooseLang a.current:hover,
.chooseLang ul.dropdown li:hover {
    background-color: #F7F7F7;
}

/*Style for Insert Image Dialog*/
.ui-dialog {
    z-index: 1001;
	background-color: white;
}

.dialogOptionsLabel {
    font-weight: bold;
    text-align: right;
    width: 100px;
    float: left;
    margin-right: 10px;
}

.dialogOptionInput {
    float: left;
}

.dialogOption {
    display: block;
    float: left;
	padding-right: 10px;
	padding-left:   5px;
}

.loading {
    width: 16px;
    height: 16px;
    background: url('images/loading.gif') no-repeat;
    display: inline-block;
}

.insertDialog {
    display: none;
    padding: 10px;
}

.insertDialog h4 {
    margin-bottom: 10px;
	padding-top:5px;
	border:0 !important;
	background-color: white !important;
}

#imgUrl {
    width: 100%;
}

#imgDlg .loading {
    display: none;
    float: left;
    padding-right: 5px;
}

.insertDialog .marginRight1 {
    margin-right: 1em;
}

.left, .align_left {
    text-align: left;
}

.center, .align_center {
    text-align: center;
}

.right, .align_right {
    text-align: right;
}

/*override some jquery dialog classes*/
.ui-widget-header {
    border: 1px solid #808080;
    background: #808080 url("./images/ui-bg_gloss-wave_35_f6a828_500x100_gray.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("./images/ui-icons_222222_256x240.png");
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #808080;
    background: #d3d3d3 url("./images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #808080;
}

.ui-resizable-e {
    background-color: #777;
    right: -13px;
}

/*.mrktab th, .mrktab td {
    width: 100px;
}*/