.displyNone{display:none}
.titleStyle{
    width:360px;
    height:25px;
    background:rgb(176, 181, 189);
    /*background:rgb(157, 169, 185);*/    
}
.titleStyles{
    width:361px;
    height:25px;
    background:rgb(176, 181, 189);
    /*background:rgb(157, 169, 185);*/    
}
.titleStylePic{
	width:330px;
    height:25px;
    background:rgb(176, 181, 189);	
}
#confirm-dialog {
    top:0px;
    height: 140px;
    width: 360px;
    text-align: left;
    background: #fff;
    border: 1px solid rgb(184, 191, 201);
    margin:0px 50% 0 50%;
    position:inherit;
}
#confirm-dialog-reboot{
	top:0px;
    height: 145px;
    width: 361px;
    text-align: left;
    background: #fff;
    border: 1px solid rgb(184, 191, 201);
    margin:0px 50% 0 50%;
    position:inherit;
}
#confirm-dialog-pic {
    top:0px;
    height: 140px;
    width: 330px;
    text-align: left;
    background: #fff;
    border: 1px solid rgb(184, 191, 201);
    margin:0px 50% 0 65%;
    position:inherit;
}

#modalContent{
    margin: 30px 5px 0 5px;
    font-size: 12px;    
}
.modalContent{
    margin: 30px 5px 0 15px;
    font-size: 12px;    
}
#modalContentP{
    margin: 30px 5px 0 15px;
    font-size: 12px; 
}
label.yes {
    width: 50px;
    height: 20px;
    text-align: center;
    background: rgb(217, 220, 224);
    padding: 5px 0 0 0;
    margin: 10px 10px 0 0;
    font-size:12px;
    border:solid 1px rgb(147, 157, 172);
    float:right;
}
label.no {
    width: 50px;
    height: 20px;
    text-align: center;
    background: rgb(217, 220, 224);
    padding: 5px 0 0 0;
    margin: 10px 10px 0 0;
    font-size:12px;
    border:solid 1px rgb(147, 157, 172);
    float:right;
}
.modalBtns{
    margin: 20px 20px 0 0;
    text-align: right; 
    padding:0px;
    height:30px;
}
label.yesP {
    width: 55px;
    height: 20px;
    text-align: center;
    background: rgb(217, 220, 224);
    padding: 5px 0 0 0;
    margin: 10px 10px 0 0;
    font-size:12px;
    border:solid 1px rgb(147, 157, 172);
    float:left;
}
label.noP {
    width: 55px;
    height: 20px;
    text-align: center;
    background: rgb(217, 220, 224);
    padding: 5px 0 0 0;
    margin: 10px 5px 0 0;
    font-size:12px;
    border:solid 1px rgb(147, 157, 172);
    float:right;
}
#previewDalog{
	margin: 20px 0px 0 8px;
    text-align: right; 
    padding:0px;
    height:30px;
}
#editCruiseBtn{
	margin: 20px 3px 0 7px;
	text-align: right;
	padding: 0px;
	height: 30px;	
}
#confirm-dialog a.modal-close,
#confirm-dialog a.modal-close:link,
#confirm-dialog a.modal-close:active,
#confirm-dialog a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:black;}
#confirm-dialog-pic a.modal-close:hover {color:black;}
#confirm-dialog-pic a.modal-close,
#confirm-dialog-pic a.modal-close:link,
#confirm-dialog-pic a.modal-close:active,
#confirm-dialog-pic a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:black;}
#confirm-dialog-pic a.modal-close:hover {color:black;}