/* styles for all not defined objects */
*       {
        /*font-family: Arial, sans-serif;
        font-size: 12px;
	      color: #524B41;*/
}
/* styles for main objects */
body {
        height:100%;
        margin:0;
        padding:0;
        /*color:#524B41;
        font-size:12px;
        font-family: Arial, sans-serif;*/
        background: url('../_img/body.jpg') #FFFFFF left top repeat-x;
}
h1 {font-size: 32px;} 
h2 {font-size: 24px;} 
h3 {font-size: 18px;} 
h4 {font-size: 14px;} 
h5 {font-size: 12px;} 
h6 {font-size: 11px;}
address {font-size: 12px; font-style: italic;} 
pre {font-size: 14px;} 
big {font-size: 1.4em;} 
a, a href, a:link, a:visited, a:active, .a {
	      color: #6697AB;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}
a:hover, .a:hover {
        color: #366794;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}
a:link.link1, a:visited.link1, a:active.link1 {
	      color: #666666;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:hover.link1 {
        color: #0A99DD;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
}
a:link.bottom_link, a:visited.bottom_link, a:active.bottom_link {
	      color: #555555;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:hover.bottom_link {
        color: #144D82;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:link.links, a:visited.links, a:active.links {
	      color: #999999;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}
a:hover.links {
        color: #0085EC;
        font-family:  Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}
a:link.small_links, a:visited.small_links, a:active.small_links {
	      color: #BBBBBB;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
a:hover.small_links {
        color: #0085EC;
        font-family:  Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: underline;
}
br {
        font-size: 12px;
}
ul, li, b, i, u, strong, span {
        font-family: Arial, sans-serif;
}
textarea, .textarea {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 0 2px 0 2px;
}
textarea:hover, .textarea_over {
        color: #555555;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        background: #FFFFFF;
}
input, .input {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 17px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 0 2px 0 2px;
}
.input_onfocus, .input:hover {
        color: #555555;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        background: #FFFFFF;
}
.input_readonly {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 17px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #EEEEEE;
        margin: 0 0 0 0; 
        padding: 0 2px 0 2px;
}
select {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 20px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 1px 2px 1px 2px;
        vertical-align:bottom;
}
optgroup {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        border: 0;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 2px 2px 2px 2px;
}
option {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 14px;
        border: 0;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 0 2px 0 10px;
}
.calendarDateInput{
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 16px;
}
.calendarDateInputSelect{
        height: 20px;
        font-size: 11px;
        font-family:  Arial, sans-serif;
}
.button, .button_onfocus {
        color: #524B41;
        background: #FFFFFF;
        font-size: 11px;
        font-family: Arial, sans-serif;
        height: 22px;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        cursor: pointer;
        margin: 0 0 0 0; 
        padding: 0 5px 0 5px;
}
.button:hover{
        color: #FFFFFF;
        background: #0085EC;
        border-top: solid 1px #0060AC;
        border-left: solid 1px #0060AC;
        border-right: solid 1px #0060AC;
        border-bottom: solid 1px #0060AC;
        cursor: pointer;
        margin: 0 0 0 0; 
        padding: 0 5px 0 5px;
}
.button_ok {
        background: url('../_img/small_ok.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_ok:hover {
        background: url('../_img/small_ok_over.jpg');
}
.button_cancel {
        background: url('../_img/small_cancel.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_cancel:hover {
        background: url('../_img/small_cancel_over.jpg');
}
.button_preview {
        background: url('../_img/small_preview.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_preview:hover {
        background: url('../_img/small_preview_over.jpg');
}
.button_config {
        background: url('../_img/small_config.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_config:hover {
        background: url('../_img/small_config_over.jpg');
}
.button_user {
        background: url('../_img/small_user.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_user:hover {
        background: url('../_img/small_user_over.jpg');
}
.button_users {
        background: url('../_img/small_users.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_users:hover {
        background: url('../_img/small_users_over.jpg');
}
.button_reply {
        background: url('../_img/small_reply.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_forward:hover {
        background: url('../_img/small_forward_over.jpg');
}
.button_forward {
        background: url('../_img/small_forward.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_reply:hover {
        background: url('../_img/small_reply_over.jpg');
}
.button_new {
        background: url('../_img/small_new.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_new:hover {
        background: url('../_img/small_new_over.jpg');
}
.button_delete {
        background: url('../_img/small_delete.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_delete:hover {
        background: url('../_img/small_delete_over.jpg');
}
.button_search {
        background: url('../_img/small_search.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_search:hover {
        background: url('../_img/small_search_over.jpg');
}
.button_save_window {
        background: url('../_img/small_save_window.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_save_window:hover {
        background: url('../_img/small_save_window_over.jpg');
}
.button_load_window {
        background: url('../_img/small_load_window.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_load_window:hover {
        background: url('../_img/small_load_window_over.jpg');
}
.button_checkall {
        background: url('../_img/small_checkall.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_uncheckall {
        background: url('../_img/small_uncheckall.jpg');
        height: 18px;
        width: 18px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.username {
        color: #555555;
        background: transparent;
        font-size: 14px;
        font-family:  Arial, sans-serif;
        vertical-align: baseline;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.checkbox, .radio {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 15px;
        border: 0;
        background: transparent;
        margin: 0 0 0 0; 
}
.tdform{
        font-size: 12px;
        font-family: Arial, sans-serif;
        font-weight: normal;
        background: #EEEEEE; 
        border: solid 1px #CCCCCC;
        padding: 3px; 
        margin: 0px;
}
form {
        padding: 0px;
        margin: 0px;
}
.user_form {
        padding: 0;
        margin: 0;
}
fieldset {
        background: transparent; 
        border: solid 1px #DDDDDD;
        padding: 5px;
        margin: 0px;
}
legend {
        background: #FFFFFF;
        border: solid 1px #DDDDDD;
        color: #F26122;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, sans-serif;
}
p {
        font-size: 12px;
        font-family: Tahoma, Arial, sans-serif;
}
p + p {
        text-indent: 0;
        margin-top : 5px
}

.hr {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.hr1 {
        background: url('../_img/hr.gif') #EEEEEE;
        background-repeat: repeat-x;
        height: 3px;
}
.hr_mod {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.photo1
        {
        border-width: 1px;
        border-color: #999999; 
        border-style: solid;
}
.photo2
        {
        border-width: 1px;
        border-color: #E89900; 
        border-style: dotted;
        background: #FFFFCC;
}
.picture
        {
        border-width: 1px;
        border-color: #FFFFFF; 
        border-style: solid;
}
.frameimg, .blogimg
        {
        border: 0;
        background: #FFFFFF;
        margin: 0px;
        padding: 0px;
}
.frameimg_left
        {
        float: left;
        background: none;
        border: 1px #999999 solid;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_left:hover
        {
        float: left;
        background: none;
        border: 1px #DA862E solid;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_right
        {
        float: right;
        background: none;
        border: 1px #999999 solid;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_center
        {
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: thin #999999 solid;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
}
.frameyotube_center
{
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
}
.framebox_right
        {
        float: right;
        background: #FFFFFF;
        border: 1px;
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
}
.frame_prod
        {
        float: right;
        background: #FFFFFF;
        border: thin #EEEEEE solid;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 3px;
        }
.frameimg_prod
        {
        float: right;
        /* min-width: 20px; */
        width: 140px; 
        border: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 0px;
        }
.blogimg_left
        {
        float: left;
        background: none;
        border: 0;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.blogimg_right
        {
        float: right;
        background: none;
        border: 0;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.blogimg_center
        {
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
}
.table1_header {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
      	border-width: 1px;
      	padding: 2px 5px 2px 5px;
      	border-style: solid none solid solid;
      	border-color: #AAAAAA;
      	background-color: #DDDDDD;
}
.table1_header_right {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
      	border-width: 1px;
      	padding: 2px 5px 2px 5px;
      	border-style: solid solid solid solid;
      	border-color: #AAAAAA;
      	background-color: #DDDDDD;
}
.table1 {
        font-family: Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 2px 5px 2px 5px;
      	border-style: none none dotted dotted;
      	border-color: #AAAAAA;
      	background-color: #FFFFFF;
}
.table1_right {
        font-family: Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 2px 5px 2px 5px;
      	border-style: none dotted dotted dotted;
      	border-color: #AAAAAA;
      	background-color: #FFFFFF;
}
.header0 {
	      color: #9C968A;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
}
.header0_back {
	      color: #524B41;
        height: 35px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 10px;
}
.header1 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
}
.text1 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
.text1_back {
        color: #524B41;
        background-color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
.header2 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
}
.text2 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 9px;
        text-decoration: none;
}
.text2_back {
        color: #524B41;
        background-color: #EBEBEB;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 9px;
        text-decoration: none;
}
.header3 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
}
.text3 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration: none;
}
.text3_back {
        color: #524B41;
        background: #FFFFCC;
        border-top: dotted 1px #E89900;
        border-left: dotted 1px #E89900;
        border-right: dotted 1px #E89900;
        border-bottom: dotted 1px #E89900;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration: none;
}
.intd1 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 10px;
}
.intd1_back {
        color: #524B41;
        background: #FFFFFF;
        border: solid 1px #DDDDDD;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 10px;
}
.intd2_back {
        color: #524B41;
        background: #FFFFFF;
        border: 0;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 10px;
}
.intd2 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        padding-left: 60px;
}
.intd3 {
	      color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        text-decoration: none;
        padding-left: 50px;
}
.back1 {
	      color: #000000;
        background: #FFFFFF;
}
.back2 {
	      color: #000000;
        background: #FFFFFF;
}
.image_text {
	      color: #5385A3;
        font-family: Arial, sans-serif;
        font-size:14px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        padding-top: 3px;
}
.main {
	      color: #000000;
        background: #FFFFFF;
        border-top: solid 1px #A5A5A5;
        border-left: solid 1px #A5A5A5;
        border-right: solid 1px #A5A5A5;
        border-bottom: solid 1px #A5A5A5;
}
.top_back{
        background: url('../_img/top_back.jpg') #FFFFFF left top repeat-x;
        height: 60px;
        margin: 0
}
.top_separator{
        background: url('../_img/top_separator.jpg') #FFFFFF left top no-repeat;
        width: 3px;
        height: 60px;
        margin: 0
}
.logo {
        width: 247px;
        height: 207px;
        margin: 0
}
.top_right {
        background: url('../_img/top_right.jpg') no-repeat;
        width: 367px;
        height: 207px;
        text-align: right;
        padding:0;
        margin: 0;
}
.button_social{
        cursor: pointer;
        height: 30px;
        width: 152px;
        border: 0;
        background: url('../_img/button_social.jpg') transparent center bottom no-repeat;
        margin: 0; 
        padding: 0;
}
.button_blog{
        cursor: pointer;
        height: 30px;
        width: 62px;
        border: 0;
        background: url('../_img/button_blog.jpg') transparent center bottom no-repeat;
        margin: 0; 
        padding: 0;
}
.button_facebook{
        cursor: pointer;
        height: 30px;
        width: 63px;
        border: 0;
        background: url('../_img/button_facebook.jpg') transparent center bottom no-repeat;
        margin: 0; 
        padding: 0;
}
.button_skype{
        cursor: pointer;
        height: 30px;
        width: 70px;
        border: 0;
        background: url('../_img/button_skype.jpg') transparent right bottom no-repeat;
        margin: 0; 
        padding: 0;
        display:inline-block;
        vertical-align:top;
        text-align: left;
}
.footer{
        background: url('../_img/footer.jpg') #FFFFFF left top repeat-x;
        height: 197px;
        margin: 0
}
.main_box{
        color:#5385A3;
        font-family: Arial, sans-serif;
        font-size:18px;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
        text-align: left;
        width:121px; 
        height:118px; 
        background:#E8F2F6; 
        border:solid 2px #E8F2F6;
        padding:10px; 
        margin:6px; 
        cursor:pointer;
        float:left;
}
.main_box:hover{
        width:121px; 
        height:118px; 
        background:#FFFFFF; 
        border:solid 2px #5385A3;
        padding:10px; 
        margin:6px; 
        cursor:pointer;
        float:left;
}
.header_text_sel_page{
        color:#5385A3;
        font-family: Arial, sans-serif;
        font-size:22px;
        font-style: normal;
        font-weight: normal;
        text-decoration: normal;
        text-align: left;
        padding:10px 20px 0 0; 
        margin:0; 
        text-align:right;
}
.subheader_text{
        color:#5385A3;
        font-family: Arial, sans-serif;
        font-size:18px;
        font-style: normal;
        font-weight: normal;
        text-decoration: normal;
        text-align: left;
        padding:10px 20px 0 0; ; 
        margin:0; 
        text-align:right;
}

.scrollable_table1 {
    		font-size: 20px;
}
.scrollable_table1 th {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
      	border-width: 1px;
      	padding: 2px 5px 2px 5px;
      	border-style: solid solid solid none;
      	border-color: #999999;
        background: url('../_img/mail_header.jpg') #DDDDDD repeat-x;
}
.scrollable_table1 .rows {
      	background-color: #FFFFFF;
        font-weight: normal;
}
.scrollable_table1 .rows_new {
      	background-color: #FFFFFF;
        font-weight: bold;
}
.scrollable_table1 .rows:hover, .scrollable_table1 .rows_new:hover {
      	background-color: #EEEEFF;
}
.scrollable_table1 .rows_selected {
      	background-color: #EEEEFF;
        font-weight: normal;
}
.scrollable_table1 .rows td, .scrollable_table1 .rows_new td {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 1px 5px 1px 5px;
      	border-style: none none dotted none;
      	border-color: #AAAAAA;
      	cursor: pointer;
}
.mail_list{
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
      	border: solid 1px transparent;
      	background: transparent;
      	padding: 2px 2px 2px 2px;
      	margin: 1px;
      	cursor:pointer;
}
.mail_list:hover,  .mail_list_selected {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
      	border: solid 1px #9999CC;
      	background: #EEEEFF;
}
.ui-dialog-content, .ui-widget-content{
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
}

