﻿html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

table, tr, td {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
}

#page_wrapper {
  height: 93%;
  width: 100%;
  background-color: #ffffff;
  font-family: "Segoe UI", Verdana , sans-serif;
  font-size: 12px;
  color: #333333;
}

#header {
  position: relative;
  padding-top: 17px;
  background-color: #ffffff;
}

#logo_customer {
  position: relative;
  min-width: 42px;
  height: 42px;
  left: 15px;  
  float: left;
  overflow: hidden;
  width: auto;
}

#logo_weblite {
  position: relative;
  min-width: 42px;
  height: 42px;
  right: 15px;
  float: right;
}

#top_seperator_bar {
  position: relative;
  background-image: url(../images/login_seperator_bar_bg.gif);
  background-repeat: repeat-x;
}

#navi_menu {
  position: relative;
  height: 23px;
  padding: 2px 0 2px 3px;
}

div.RadMenu a.rmLink .rmLeftImage {
  position: relative;
  cursor: pointer;
}

div.RadMenu .rmItem .rmLink .rmLeftImage, div.RadMenu .rmItem .rmLink, div.RadMenu .rmLink .rmText {
    margin: 0 3px;
    padding: 0;
    z-index: 9999;
}

#user_profile_area {
    position: relative;
    height: 39px;
    padding: 0 10px;
    font-family: "Segoe UI", Verdana , sans-serif;
    font-size: 11px;
    color: #666666;
}

#login_as {
    position: absolute;
    float: left;
    left: 10;
    top: 12px;
}

.username {
    color: #0c0f60;
    font-weight: bold;
}

#date_time_logout {
    font-size: 11px;
    font-family: "Segoe UI", Verdana , sans-serif;
}

#content_block {
    padding: 0 10px;
}

.text_left {
    text-align: left;
}

.body_text {
    font-family: "Segoe UI", Verdana , sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: normal;
}

.body_text a:link, .body_text a:visited, .body_text a:active {
    color: #000000;
    text-decoration: underline;
}

.body_text a:hover {
    color: #999999;
    text-decoration: underline;
}
/*
.ReqFieldlValidation_wrapper {
  position: absolute;
  float: right;
  height: 20px;
  top: 0;
  right: -20px;
  clear: left;
}

.ReqFieldlValidation_wrapper img {
  padding-top: 2px;
}
*/
.ReqFieldlValidation_wrapper {
    top: 0;
    clear: left;
}
  
.text_11px_link_no_underline {
    font-family: "Segoe UI", Verdana , sans-serif;
    font-size: 11px;
    line-height: normal;
}

.text_11px_link_no_underline a:link, .text_11px_link_no_underline a:visited, .text_11px_link_no_underline a:active {
    color: inherit;
    text-decoration: none;
}

.text_11px_link_no_underline a:hover {
    color: inherit;
    text-decoration: none;
}

.add_delete_link {
    font-family: "Segoe UI", Verdana , sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: normal;
}
.add_delete_link a:link, .add_delete_link a:visited, .add_delete_link a:active {
    color: #666666;
    text-decoration: none;
}

.add_delete_link a:hover {
    color: #a2bbe0;
    text-decoration: none;
}

#footer_area {
    padding: 10px;
    background-color: #ffffff;
}

#footer {
    background-image: url(../images/footer_seperator.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.footer_text {
    font-family: "Segoe UI", Verdana , sans-serif;
    font-size: 11px;
    color: #999999;
    text-align: center;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
    color: #999999;
    text-decoration: underline;
}

.footer_text a:hover {
    color: #a2bbe0;
    text-decoration: underline;
}

.categories_background {
	background-image: url(../images/cetegories_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.categories_background_white {
	background-image: url(../images/cetegories_background_white.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.inner_content_block {
	padding: 15px 10px 10px 10px;
}

.inner_content_block_border {
	border:1px solid #688caf;
	background-color: #FFF;
}

.errmsg{
    color: #b32d34 !important; /*color: #CC0000;*/    
}

.Griderrmsg{
    color: #b32d34 !important; /*color: #CC0000;*/
    padding-left: 5px;
}

.header_title{
    font-weight: bold;
    color: #0c0f60; /*#2039ad;*/ /*#012f77;*/
	padding: 5px 4px;
    background-color: #bfdbff;
}
.link_text {
  font-family: "Segoe UI", Verdana , sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: normal;
}

.link_text a:link, .link_text a:visited, .link_text a:active {
  color: #000000;
  text-decoration: none;
}

.link_text a:hover {
  color: #999999;
  text-decoration: underline;
  cursor:pointer;
}