/* Html */
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
/* Body */
body {
	background-color: #ffffff;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body.default {
	background-image: url('../img/default/border/border_background.gif');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	background-color: transparent;
	/*color: #487420;*/
	color: #558ed5;
	text-decoration: underline;
}
/* Image */
img {
	border: 0;
	vertical-align: middle;
}
img.Margin0 { margin: 0px; }
img.Padding0 { padding: 0px; }
img.PaddingL5 { padding-left: 5px; }
img.PaddingL10 { padding-left: 10px; }
img.PaddingT5 { padding-top: 5px; }
img.PaddingT10 { padding-top: 10px; }
img.PaddingR5 { padding-right: 5px; }
img.PaddingR10 { padding-right: 10px; }
img.PaddingB5 { padding-bottom: 5px; }
img.PaddingB10 { padding-bottom: 10px; }
img.pointer { cursor: pointer; }

/* Input */
input  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type="image"] {
	border: 0;
	vertical-align: middle;
}
input[type="checkbox"] {
	border: 0;
	vertical-align: middle;
}
input[type="text"].login, input[type="password"].login { width: 200px; }
input[type="text"].short { width: 100px; }
input[type="text"].medium { width: 200px; }
input[type="text"].long { width: 300px; }
input[type="text"].long2 { width: 350px; }
input[type="text"].longplus { width: 400px; }
input[type="text"].longplus2 { width: 450px; }
input[type="text"].verylong { width: 500px; }
input[type="text"].verylong2 { width: 550px; }
input[type="text"].verylong3 { width: 600px; }
input[type="text"].verylong4 { width: 650px; }
input[type="password"].short { width: 100px; }
input[type="password"].medium { width: 200px; }
input[type="password"].long { width: 300px; }
input[type="button"].login, input[type="submit"].login {
	border: 0;
	vertical-align: middle;
	background-color: #0066cc;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px !important;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	height: 25px;
}
input[type="button"].licence, input[type="submit"].licence {
	border: 0;
	vertical-align: middle;
	background-color: #0066cc;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px !important;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	height: 25px;
}
input[type="submit"].button_main_action, input[type="button"].button_main_action {
	border: 0;
	vertical-align: middle;
	background-color: #0066cc;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px !important;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	height: 25px;
}
input[type="submit"].button_second_action, input[type="button"].button_second_action {
	border: 0;
	vertical-align: middle;
	background-color: #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px !important;
	color: #666666;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 25px;
}
input[disabled="disabled"].button_main_action { color: #999999; cursor: default; }
input[disabled="disabled"].button_second_action {	color: #999999; cursor: default; }
input[disabled="disabled"].button_main_action { color: #999999; cursor: default; }
input[disabled="disabled"].button_second_action { color: #999999; cursor: default; }
textarea {
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea.short { width: 100px; }
textarea.medium { width: 200px; }
textarea.long { width: 300px; }
textarea.longplus { width: 400px; }
textarea.verylong { width: 500px; }
textarea.verylong2 { width: 550px; }
textarea.max { width: 98%; }
textarea.height_x2 { height: 100px; }
textarea.height_x3 { height: 150px; }
textarea.height_x4 { height: 200px; }
/* Label */
label { display: inline; }
label.bold { font-weight: bold; }
label.pointer { cursor: pointer; }
label.underline { text-decoration: underline; }
label.default { color: #8a8989; }
label.asterix { font-size: 10px; }
label.warning { color: red; }
label.login { color: #8a8989; }
label.build { color: #8a8989; }
label.Footer {
    cursor: pointer;
    font-size: 11px;
}
label.Copyrights {
    cursor: default;
}
/* Span */
span { display: inline; }
span.bold { font-weight: bold; }
span.pointer { cursor: pointer; }
span.underline { text-decoration: underline; }
span.default { color: #8a8989; white-space: nowrap; }
span.asterix { font-size: 10px; }
span.warning { color: red; }
span.veryshort { width: 50px; }
span.short { width: 100px; }
span.medium { width: 200px; }
span.long { width: 300px; }
span.longplus { width: 400px; }
span.verylong { width: 500px; }
span.Footer {
    cursor: pointer;
    font-size: 11px;
}
span.Copyrights { cursor: default; }
span.login { color: #8a8989; }
span.build { color: #8a8989; }
/* Div */
div.Pointer { cursor: pointer; }
div.Underline { text-decoration: underline; }
div.VAlignMiddle { vertical-align: middle; }
div.VAlignTop { vertical-align: top; }
div.Border0 { border: 0; }
div.Margin0 { margin: 0; }
div.Padding0 { padding: 0; }
div.PaddingL5 { padding-left: 5px; }
div.PaddingL10 { padding-left: 10px; }
div.PaddingT5 { padding-top: 5px; }
div.PaddingT10 { padding-top: 10px; }
div.PaddingR5 { padding-right: 5px; }
div.PaddingR10 { padding-right: 10px; }
div.PaddingB5 { padding-bottom: 5px; }
div.PaddingB10 { padding-bottom: 10px; }
div.Clear { clear: both; }
div.OverflowHidden { overflow: hidden; }
div.OverflowAuto { overflow: auto; }
div.footer {
    background-image: url('../img/default/footer/footer_bg.gif');
	background-repeat: repeat-x;
	color: #7F7F7F;
	height: 25px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}
div.header {
	/*background-image: url('../img/default/header/header_bg.gif');
	background-repeat: repeat-x;*/
	color: #FFFFFF;
	height: 80px;
}
div.login {
	font-size: 12px;
	margin: auto;
	width: 50%;
}
div.logoff {
	font-size: 12px;
	margin: auto;
	width: 50%;
	overflow: hidden;
}
div.defaultDiv {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div.Content {
    height: 522px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
div.contentDiv {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	height: 475px;
	min-height: 475px;
	max-height: 475px;
	overflow: hidden;
}
div.Title {
	padding: 0;
	margin: 0;
	text-align :left;
}
div.IconLayer {
    border: 1px solid #d5d5d5;
	color: #003366;
	padding: 2px;
	padding-left : 7px;
}
div.IconLayer img {
	margin-right: 5px;
}
div.IconLayer input[type="image"] {
	margin-right: 5px;
}
div.MainContainer {
	background-color: #ffffff;
}
div.WinContainer {
	background-color: #ffffff;
	padding: 2px;
}
div.WinContainerDetails {
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	/*top:-1px !important;
	top:2px !important;*/
	z-index:1;
	height:95%;
}
div.WinButton {
	background-color: #ffffff;
	width:100%;
	height: 28px;
}
div.WinButtonDetails {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-right: 20px;
}
div.CustomerGrid {
    height: 98%;
    padding-top: 2px;
    /*border: 1px solid #d8d7ca;*/
}
div.CustomerContent {
    height: 360px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.LicenceGrid {
    height: 98%;
    padding-top: 2px;
    /*border: 1px solid #d8d7ca;*/
}
div.LicenceContent {
    height: 310px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.MaintenanceContent {
    height: 310px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.LicenceCreateContent {
    height: 310px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
/* Table */
td.PaddingL5 { padding-left: 5px; }
td.PaddingL10 { padding-left: 10px; }
table.Header {
	vertical-align: middle;
	margin: auto;
	width: 100%;
	height: 100%;
}
tr.Header {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
td.Header {
	vertical-align:middle;
	height: 100%;
}
td.HeaderLeft {
	vertical-align:middle;
	height: 100%;
	width: 26%;
	padding-left:10px;
}
td.HeaderRight {
	vertical-align: middle;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	width: 18%;
	white-space: nowrap;
}
table.Footer {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: middle;
	margin: auto;
}
tr.Footer {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
td.FooterLeft {
	vertical-align: middle;
	padding-left: 10px;
	height: 100%;
}
td.FooterRight {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	height: 100%;
}
table.Login {
	width: 100%;
	vertical-align: middle;
}
tr.Login { vertical-align: middle; }
td.LoginTop {
	background-color: #f0ebdb;
	text-align: center;
	padding: 10px;
}
td.LoginMiddle {
	vertical-align: middle;
	background-image: url(../img/default/login/login_bg.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #c9c9c9;
	padding-top: 10px;
}
td.LoginBottom {
	border-top: 2px solid #c9c9c9;
	background-color: #f0ebdb;
}
td.LoginLinks {
	vertical-align: middle;
	border-top: 2px solid #c9c9c9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
td.LoginBuild {
    font-size: 7pt;
	text-align: left;
}
table.LoginInput {
	width: 100%;
	vertical-align: middle;
}
tr.LoginInput {	vertical-align: middle; }
td.LoginLabel {
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.LoginInput {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.LoginMessage {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color:red;
	font-weight:bold;
}
td.LoginButton {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 130px;
	text-align: right;
}
table.Logoff {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: middle;
	margin: auto;
}
tr.Logoff { vertical-align: middle; }
td.Logoff { vertical-align: middle; }
table.PageTitle {
	width: 100%;
	height: 100%;
}
tr.PageTitle {
	width: 100%;
	height: 100%;
}
td.PageTitle {
    
}
td.PageTitleLeft {
	text-align: left;
	color: #013974;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	vertical-align:middle;
	height: 25px;
}
td.PageTitleRight {
	text-align: left;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
	vertical-align:middle;
	height: 100%;
}
table.Default { width: 100%; }
tr.Default { }
td.Default {
	/*vertical-align: middle;*/
}
/* RadWindow */
.RadWindow .rwIcon {
    height: 0!important;
    width: 0!important;
}
/* Keep radalert, radprompt and radconfirm icon on top */
.RadWindow div.rwDialogPopup.radalert,
.RadWindow div.rwDialogPopup.radconfirm, 
.RadWindow div.rwDialogPopup.radprompt { 
    background-position: left top; 
}
/* RadEditor */
.EditorDefault {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}
.reTool .DynFields { background-image: url(../img/default/icons/dynfields.gif) !important; }
.reTool .CertificateFields { background-image: url(../img/default/icons/dynfields.gif) !important; }
/* RadComboBox */
.RadComboBoxDropDown {
	font-size: 12px;
}
/* RadGrid */
.RadGrid_Default .rgMasterTable td.rgGroupCol {
	border-color: transparent;
	background: transparent none;
	padding-left: 0 !important; 
    padding-right: 0 !important;
}
.RadGrid_Default .rgGroupHeader td.rgGroupCol {
	border-top-color: transparent;
}
.RadGrid_Default tr.rgGroupHeader td {
    padding-left:3px;
}
.RadGrid_Default .rgRow td,
.RadGrid_Default .rgGroupHeader {
    background:#FFFFFF;
    font-size: 12px;
    /*line-height:21px;*/
	color:#666666;
}
.RadGrid_Default .rgGroupHeader td {
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.RadGrid_Default .rgAltRow {
	background:#fff;
	color:#666666;
}
.RadGrid_Default .rgAltRow td {
	border-color:#fff;
	color:#666666;
}
.RadGridLink {
    text-decoration : underline;
    cursor: pointer;
}
.RadGrid .CustomerName, .RadGrid .CustomerName a  {
	text-align: left;
	color: #558ed5;
	font-weight: bold;
}
.RadGrid .LicenceName, .RadGrid .LicenceName a  {
	text-align: left;
	color: #558ed5;
	font-weight: bold;
}