html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;vertical-align: baseline;background: transparent;}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

:focus {outline: 0;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

body{
	background-color: #F5F5F5;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/bk.jpg);
}

* {
	outline: none;
}

body, html {width:100%;height:100%;
}

.wrapper {
	min-width: 1000px;
	min-height: 650px;
}

#header{
	width: 100%;
	height: 70px;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/hd_bk.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	margin: 0;
	z-index: 2500;
}

#header .hd1, #header .hd2 {position: absolute;}

#header .hd1{
	left: 10px;
	bottom: 17px;
}

#header .hd2{
	right: 10px;
	bottom: 20px;
}

#header ul#options{
	position: absolute;
	right: 10px;
	top: 10px;
}

#header ul#options li{
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#header ul#options li.last{
	border-left-width: 0px;
}

#header ul#options li a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#header .divCompanyHeading {
    width: 100%; border: 5px solid green; position:relative;
}
#header .divCompanyHeadingInner {
    margin: auto; 
    width: 50%;
    height: 100%;
    text-align: center;
    padding-top: 29px;
    /*border: 3px solid yellow;*/ 
}
#header #labelCompanyHeading {
    font-size: 16pt;
    /*border: 1px solid black;*/
}

#appBar {
	height: 80px;
	position: absolute;
	width: 100%;
	top: 50px;
	z-index: 2000;
}

.appContainer {
	background-image: url(../images/appbar-bk.png);
	background-repeat: repeat-x;
	height: 60px;
	padding-top: 20px;
}

.cv-left-end {background-image: url(../images/appbar-left.png);background-repeat: no-repeat;height: 100px;width: 50px;position: absolute;left: 0px;top: 0px;}

.cv-right-end {background-image: url(../images/appbar-right.png);background-repeat: no-repeat;height: 100px;width: 50px;position: absolute;right: 0px;top: 0px;}

a.dock-item {
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
}
.dock-item div {
	display: none;
	background-image: url(../images/trans_ind.png);
	background-position: center top;
	padding-top: 10px;
	background-repeat: no-repeat;
	/*float: left; removed this to make arrows above spans for app names align with centre of the icon */
}
.dock-item div span {
	white-space: nowrap;
	color: #FFF;
	text-shadow: #000 0 1px 1px;
	text-transform: uppercase;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #4d4d4d;
	padding: 10px;
	float: left;
}
.dock {
	position: relative; 
	text-align: center;
}
.dock-container {
	position: absolute;
}
.dock-item img {
	border: none;
	width: 100%;
}

#sliderWrap {
	width: 200px;
}
#slider {
	background-image: url(../images/sl_bk_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed;
	width: 220px;
	height: 520px;
	bottom: -475px;
	right: 16px;
	z-index: 2000;
}

.flashing {
	background-image: url(../images/flashing.png);
	width: 220px;
	height: 520px;
	bottom: -475px;
	right: 16px;
	position: fixed;
	z-index: 1900;
	display: none;
	background-repeat: no-repeat;
	background-position: center top;

}

.not-flashing {
	background-image: url(../images/not-flashing.png);
	width: 220px;
	height: 520px;
	bottom: -475px;
	right: 16px;
	position: fixed;
	z-index: 1600;
	display: none;
	background-repeat: no-repeat;
	background-position: center top;

}

#slider img {
border: 0;
}

#sliderContent {
	position: absolute;
	color:#333;
	overflow: auto;
	height: 150px;
	width: 165px;
	top: 60px;
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid #FFF;
	color: white;
	z-index: 2500;
}

#openCloseWrap {
	position:absolute;
	width: 170px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	text-align: center;
}
#openCloseWrap a {
	color:white;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:520px;
	padding-top:20px;
	position:relative;
	right:25px;
	text-decoration:none;
	width:220px;
	top:-20px;
	z-index: 2100;
}
#openCloseWrap a img {
	margin-right: 10px;	
}


#sliderContent h1 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/h1warning_bk.gif);
	background-color: #fe3c3c;
	margin-bottom: 10px;
}
#sliderContent p {
	font-size: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fe3c3c;
	color: white;
}



















#LoginArea {
	min-height: 650px;
	background-attachment: scroll;
	background-color: transparent;
}
.container {
	font-size: 13px;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
}
.container div.inner {
	left: 50%;
	position: absolute;
	top: 50%;
}
#LoginArea div.inner {
	height: 195px;
	width: 250px;
	background-image: url(../images/login_panel.png);
    background-size: 100% 100%;
	background-repeat: no-repeat;
	float: none;
	-webkit-transition: margin-left 0.05s ease-out;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -145px;
	padding: 20px;
	overflow: visible;
	position: relative;
}
#LoginArea h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #037EC3;
}
#LoginArea div {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LoginArea div.log {
	float: left;
	width: 100%;
}
#LoginArea label{
	padding-right: 15px;
	font-size: 12px;
	white-space: nowrap;
	font-weight: normal;
	color: #333;
	text-transform: capitalize;
	
}
#LoginArea div.log label{
	line-height: 30px;
	width: 50px;
	float: left;
}

#Login1_LoginButton, .LoginButton {
	background-color: #ABABAE;
	float: right;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.LoginTextBox {
	float: right;
	padding: 4px;
	border: 1px solid #FFF;
	background-color: #b5b5bd;
	font-weight: bold;
	color: #333;
	width: 125px;
}
.LoginTextBox:focus {
	border: 1px solid #057EC3;
	color: #333;
	float: right;
	padding: 4px;
}
.RememberMe {
	margin-right: 10px;
	position: absolute;
	left: 20px;
	bottom: 65px;
}
#PasswordRequired, #UserNameRequired {
	float: right;
	padding-top: 8px;
	font-weight: bold;
	
	/*background-color: #06F;*/
}
.error {
	/*width: 250px;*/
	width: 50%; 
	left: 25%; 
	top: 40%; 
	position: absolute; 
	background-color:#bbbbbd; 
	border: 8px solid white;
	
	color: #F00;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	position: absolute;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
/*.LoginError {
	width: 250px;
	color: #F00;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}*/

.LoginError {
	bottom:0;
	left:20px;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding:0 20px;
	position:absolute;
	text-align:center;
	width:250px;
}

#LoginArea .btn {
	float: right;
	position: absolute;
	bottom: 45px;
	right: 20px;
    padding-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ftRight {float:right;
}
.ftLeft {float:left;
}

.analyserError
{
  color: #F00;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
}
.analyserOK
{
  color: Green;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
}

.DetectiveRow
{
    cursor: pointer;
}

.warningBubble
{
    background-color: Red;
    width: 20px;
    height: 20px;
}


#Desktop
{
	background-color: #F2F2F2;
	position: absolute;
	top: 80px;
	left:0px;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#ToolBar
{
    width: 96%;
    margin-left: 2%;
	margin-right: 2%;
	margin-top: 3%;
	height: 80px;
}

.ToolBarCell
{
	width: 80px;
	height: 48px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}

.ToolBarCellText
{
	text-align: center; 
	font-size: 75%;
}

.ToolBarTextRow
{
	
}

.BoxEnd
{
	height: inherit;
	width: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.BoxTopLeft
{
	background: url(../../boximg/tl.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 30px;
	width: 30px;
}

.BoxBottomLeft
{
	background: url(../../boximg/bl.png) no-repeat bottom left;
	float: left;
	height: 100%;
	width: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.BoxMid
{
	background: white;
	/*float: left;*/
	border: none;
	height: 100%;
	width: 100%;
	border-left: 30px;
	border-right: 30px;

}

.BoxTopRight
{
	background: url(../../boximg/tr.png) no-repeat top right; 
	padding: 0px;
	margin: 0px;
	border: none;
	height: 30px;
	width: 30px;
}

.BoxBottomRight
{
	background: url(../../boximg/br.png) no-repeat bottom right;
	float: right;
	height: 100%;
	width: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.BoxHeadder
{
	height: 30px;
}
.BoxHeadderLeft
{
	background: url(../../boximg/tl.png) no-repeat top left;
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 30px;
	width: 30px;
}
.BoxHeadderMid
{
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	border: none;
	height: 30px;
}

.BoxHeadderRight
{
	float: right;
	background: url(../../boximg/tr.png) no-repeat top right; 
	padding: 0px;
	margin: 0px;
	border: none;
	height: 30px;
	width: 30px;
}

.BoxContent
{
	padding: 5px; 
	border: none;
	background-color: White;
	height: 100%;
	overflow: auto;
}

.BoxFooter
{
}

.BoxFooterLeft
{
	background: url(../../boximg/bl.png) no-repeat bottom left;
	float: left;
	height: 30px; 
	width: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.BoxFooterMid
{
	border: none;
	background-color: White; 
	margin-left: 30px;
	margin-right: 30px;
	height: 30px;
}

.BoxFooterRight
{
	background: url(../../boximg/br.png) no-repeat bottom right;
	float: right;
	padding: 0px;
	margin: 0px;
	border: none;
	width: 30px; 
	height: 30px; 
}

.SmartSearchResult
{
	/*overflow: auto;*/
	width: 100%;
	height: 100px;
}
.SmartSearchTable
{
	width: 100%;
	border-collapse: collapse;
}

.SmartCellRow
{
	background-color: white;
	cursor: pointer;
}

.SmartCellRowSelected
{
	background-color: Blue;
	color: White;
	cursor: pointer;
}

.SmartSearchCellAccount
{
	padding-left: 1px;
	cursor: pointer;
	width: 25%;
}

.SmartSearchCellDescription
{
	padding-left: 5px;
	cursor: pointer;
	overflow: hidden;
	width: 75%;
	white-space : nowrap; 
}

.SmartSearchCellSelected
{
	padding-left: 1%;
	padding-right: 2%;
	cursor: pointer;
}

.timer
{
}

.WarningBar
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/h1warning_bk.gif);
	background-color: #fe3c3c;
	background-image: url(../images/h1warning_bk.gif);

	/*color: White;
	font-weight: bold;
	line-height: 15px;
	font-size: 14px;
	text-align: center;*/
}

.activityWindow
{
}

#divWarnings {
	position: absolute;
	width: 100%;
	top: 120px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 10px;
	/*padding-right: 10px;*/
	padding-bottom: 10px;
	/*padding-left: 10px;*/
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #fe3c3c;
	background-image: url(../images/h1warning_bk.gif);
}


#ShowCustomGroups table {
    width: 100%;
}
#ShowCustomGroups td {
    width: 50%;
    border-top-style : none;
    border-top-width : 0;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.wrapper {
		min-width: 980px;
		min-height: 650px;
	}


}


/*.account { display: inline-block;  }*/

.saGeneralTable table {
    width:100%;
}
.saGeneralTable tr td {
    white-space: nowrap;
    padding: 2px 0px 2px 15px;
}
.saGeneralTable td.fillRemainingSpace {
    white-space: nowrap;
    padding: 2px 0px 2px 15px;
    width: 100%;
}


.globalSettings table {
    width: 100%;
}
.globalSettings table td {
    width: 200px;
    min-width: 300px;
    max-width: 200px;
    white-space: nowrap;
}
.globalSettings tr > td:last-of-type {
    width: auto;
}
.globalSettings .companyDetails input {
    width: 400px;
}
.globalSettings .pollMargins input, .networkSupervision input {
    width: 50px;
}
.globalSettings .systemMessages td, .systemMessages th {
    min-width: 420px;
    max-width: 420px;
    padding: 5px;
}
.globalSettings div.systemMessagesOuter {
    overflow-x: scroll;
    overflow-y: hidden;
}
.globalSettings div.systemMessages {
    height: 300px;
    width: 1300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.globalSettings .systemMessages .event {
    width: 390px;
}
.globalSettings .systemMessages .msg1, .systemMessages .msg2 {
    width: 390px;
}



.reportSettings .recurringReports td, .recurringReports th {
    min-width: 30px;
    max-width: 420px;
    padding: 5px;
}
.reportSettings div.recurringReportsOuter {
    overflow-x: scroll;
    overflow-y: hidden;
}
.reportSettings div.recurringReports {
    height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/*.reportSettings .recurringReports .activeCell, .monthCell, .dayCell, .hourCell, .minuteCell {
    width: 50px;
    padding-right: 0px;
    color:blue;border: 2px dashed green;
}*/
.reportSettings .recurringReports .active,.month,.day,.hour,.minute {
    width: 30px;
    padding-right: 20px;
}

.reportSettings .recurringReports .activeCell {
    width: 69px;
    padding-left: 10px;
}
.reportSettings .recurringReports .descCell {
    width: 390px;
    padding-right: 30px;
}
.reportSettings .recurringReports .dayOfMonthCell {
    width: 110px;
    padding-right: 0px;
}
.reportSettings .recurringReports .desc {
    width: 390px;
    padding-right: 20px;
}
.reportSettings .recurringReports .active, .hour, .minute {
    width: 60px;
    padding-right: 0px;
}
.reportSettings .recurringReports .month, .day {
    width: 50px;
    padding-right: 0px;
}
.reportSettings .recurringReports .msg1, .recurringReports .msg2 {
    width: 30px;
}


.emailNotification_smtp table {
    width: 100%;
}
.emailNotification_smtp td:first-child {
    width: 100px;
}

.emailNotification_notes td:first-child {
    width: 100px;
}
.emailNotification_notes .notesLabel  {
    vertical-align: top;
}
.emailNotification_notes .notesText {
    width: 500px;
    height: 200px;
}

 .vtop {
    /*color: aliceblue;*/
    vertical-align: top;
}


  .syncIssuesDialog { z-index: 9999; }
  .syncIssuesDialog h1
, .syncIssuesDialog h2
, .syncIssuesDialog ul
, .syncIssuesDialog ol
, .syncIssuesDialog .ui-dialog
, .syncIssuesDialog .ui-dialog-content 
, .syncIssuesDialog .ui-dialog-buttonpane {
    background-color: #bbbbbd;
    margin: 0;
    padding: 0;
}

.syncIssuesDialog .ui-dialog-titlebar {
    background-image: url(../images/windows/default/hd-main.png);
    background-color: #bbbbbd;
}

.syncIssuesDialog h1 {
    background-image: url(../images/windows/default/h1_bk.gif);
    background-color: #007cc2;
    background-repeat: repeat-x;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 17px 10px 17px;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
}
.syncIssuesDialog h2 {
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: larger;
}

.syncIssuesDialog ol, .syncIssuesDialog ul {
    list-style: circle;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 10px;
}


.synchroniserIssues  ol, .synchroniserIssues ul {
    list-style: circle;
    padding-left: 20px;
    margin-bottom: 5px;
}


.synchroniserIssues li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.SelectableRow
{
    cursor: pointer;
}

#FrmReflasher #reflasherTaskNotRunning .reflasherTask {
    padding: 15px;
    padding-bottom: 0px;
}

#FrmReflasher #reflasherTaskNotRunning .reflasherTask li {
    padding: 25px;
}

#FrmReflasher #reflasherTaskNotRunning input {
    margin: 15px;
    width: 80px;
}
