﻿body
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #D8D8D8;
	 margin-top:0px;
}

#bg {position:fixed; top:0; left:0; width:100%; height:100%;}

#content {position:relative; z-index:100;}

iframe 
{
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #D8D8D8;
}
.tdTextSmall 
{
	font:11px Tahoma;
	color:#333333;   
	height:20px;    
	text-align:center;    
	vertical-align:middle; 
	font-weight:bold;
}

.rowEditTable
{
    font-family: Tahoma;
    font-size: small;
    color: #4B555E;
}

.robot
{
	background-image: url( '../images/friggen2.jpg' );
	background-repeat: no-repeat;
	background-position:center;
		
}

.schedule
{
	background-image: url( '../images/schedule2.png' );
	background-repeat: no-repeat;
	background-position:center;
	height:21px;
	width:21px;		
}

.delschedule
{
	background-image: url( '../images/del-schedule2.png' );
	background-repeat: no-repeat;
	background-position:center;
	height:21px;
	width:21px;
		
}
.cancelAlarm
{
	background-image: url( '../images/alarm3.png' );
	background-repeat: no-repeat;
	background-position:center;
	height:30px;
	width:30px;		
}
.cancelAlarmHist
{
	background-image: url( '../images/alarm4.png' );
	background-repeat: no-repeat;
	background-position:center;
	height:22px;
	width:22px;		
}

button
{
	vertical-align: middle;
}

 button:hover
{	
	text-decoration:none;
}

.tooltip span 
{
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:130px;
	
}

.tooltip:hover span
{
	display:inline; 
	position:fixed; 	 
	border:1px solid #cccccc; 
	color:#000000;
	text-align:left;
	background-color: lightyellow;
	z-index:999999;
	
}

.tooltip2 span 
{
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:130px;
	z-index:999999;
}

.tooltip2:hover span
{
	display:inline; 
	position:fixed; 	 
	border:1px solid #cccccc; 
	color:#000000;
	text-align:left;
	background-color: lightyellow;
	
}

.moveup
{
	background-image: url( '../images/arrow_up_blue.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}
.movedown
{
	background-image: url( '../images/arrow_down_blue.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.delete
{
	background-image: url( '../images/document_delete.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}
.edit
{
	background-image: url( '../images/document_edit.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}


.noaction
{
	background-image: url( '../images/noaction.png' );
	background-repeat: no-repeat;
	background-position:center;
	height:22px;
	width:22px;		
}

 .search
{
	background-image: url( '../images/go_up_search.png' );
	background-repeat: no-repeat;
	background-position:center;
}
 .lookup
{
	background-image: url( '../images/Lookup2.png' );
	background-repeat: no-repeat;
	background-position:center;
}


.play
{
	background-image: url( '../images/play2.gif' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.map
{
	background-image: url( '../images/Globe.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.targeturl
{
	background-image: url( '../images/DiagArrow.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.sendemail
{
	background-image: url( '../images/send.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.download
{
	background-image: url( '../images/download.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.expire
{
	background-image: url( '../images/clock_stop.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}
.adduser
{
	background-image: url( '../images/user_add.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}
.edituser
{
	background-image: url( '../images/user_blue.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.deletePhone
{
	background-image: url( '../images/phone-blue.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.videolist
{
	background-image: url( '../images/video.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	
}

.deleteMemo
{
	background-image: url( '../images/trash.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:18px;
	height:18px;
	
}

.replyMemo
{
	background-image: url( '../images/mail_reply.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:18px;
	height:18px;
	
}

.mailRead
{
	background-image: url( '../images/mail_read.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:18px;
	height:18px;	
}

.mailUnRead
{
	background-image: url( '../images/mail_unread.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:18px;
	height:18px;	
}



.invalidEntry
{
    color: Red;
}
input
{
    height: 17px;
    vertical-align: middle;
}

img
{
	vertical-align: middle;
}

span
{
    text-align: right;
}

 .otherspan
{
    text-align: left;
}
.faintLbl
{
	color:#505050 ;
}

.faintLbl2
{
	color:#505050 ;
	text-align:left;
}
 .rowEditTable
{
    font-family: Verdana;
    font-size: small;
    color: #4B555E;
}
.tdText
{
    font: 11px Verdana;
    color: #333333;
}
.option2
{
    font: 11px Verdana;
    color: #0033cc;
    background-color: #f6f9fc;
    padding-left: 4px;
    padding-right: 4px;
}
a
{
    /*font: normal normal normal normal normal Tahoma;*/
    font-family:Tahoma;
    color: #315686;
    text-decoration: underline;  
    text-align: right; 
}

.OOS
{
	background-image: url( '../images/oosnew.png' );
	background-repeat: no-repeat;
	background-position:center;
}
.INS
{
	background-image: url( '../images/insnew.png' );
	background-repeat: no-repeat;
	background-position:center;
}

.Panel
{
	background-image: url( '../images/addpanel.png' );
	background-repeat: no-repeat;
	background-position:center;
	height: 25px;
	width: 25px;	
}

.History
{
	background-image: url( '../images/history.png' );
	background-repeat: no-repeat;
	background-position:center;
	height: 25px;
	width: 25px;	
}
.AltXmitHistory
{
	background-image: url( '../images/altxmit.png' );
	background-repeat: no-repeat;
	background-position:center;
	height: 25px;
	width: 25px;	
}

.nextpage
{
	background-image: url( '../images/next_normal.gif' );
	background-repeat: no-repeat;
	background-position:center;
	height: 21px;
	width: 21px;	
}

.prevpage
{
	background-image: url( '../images/previous_normal.gif' );
	background-repeat: no-repeat;
	background-position:center;
	height: 21px;
	width: 21px;	
}
.gotostart
{
	background-image: url( '../images/first_normal.gif' );
	background-repeat: no-repeat;
	background-position:center;
	height: 21px;
	width: 21px;	
}
.gotoend
{
	background-image: url( '../images/last_normal.gif' );
	background-repeat: no-repeat;
	background-position:center;
	height: 21px;
	width: 21px;
}
.QuickEdit
{
	background-image: url( '../images/update.png' );
	background-repeat: no-repeat;
	background-position:center;
	height: 25px;
	width: 25px;	
}

.helpbutton
{
	background-image: url( '../images/help2.png' );
	background-repeat: no-repeat;
	background-position:center;
	width:15px;
	height:15px;
	border: solid 0px
}

.plusbtn
{
	background-image: url( '../images/plus2.png' );
	background-repeat: no-repeat;
	background-position:center;	
	height: 16px;
	width: 16px;	
	overflow:visible;
	padding: 0 .25em;
	position:relative;
	font-size: 1px;
	
}


.alldivs
{
    margin: 0;
    width: 30%;
    float: left;
    height: 100%;
}
.alllabels
{
    width: 130px;
    text-align: right;
}

a:hover {
	color:crimson;
}






