/*  
 * SAWS Applet Device Selection Box Style Sheet
 * 
 * @Author   Guillaume TARTAYRE for Mobilegov - guillaume.tartayre@mobilegov.com
 * @Date     2009/04/16
 * @Version  1.2
*/

#SawsDeviceSelectionBox {

/*border:1px solid #528D9A;*/

padding-top:15px;
padding-right:11px;
visibility:hidden;


     
     /* Dynamic vertical align */
     /* top: 50%; */
     /* height: 300px;*/
      /*margin-top: -150px; /* half the height of the box */
      
     /* Dynamic horizontal align */
   /*  left: 50%; */
   /*  width: 500px;*/
    
     /* using fixed vertical margin */
}

#SawsDeviceSelectionBoxTitle {
    font-family: arial;
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;

}

#SawsDeviceSelectionBoxButton {
    margin: 1px;
    color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size: 10pt;
	text-decoration:none;
}

.SawsDevice, .SawsDeviceSelected  {
    font-family: arial;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

.SawsDeviceName {
    /*background: url('device_bg.png') no-repeat;*/
   color:#1C3249;
   font-weight:bold;
   font-size:12px;
   height:20px;
}

.SawsDeviceRefresh
{
   font-size:10px;
   font-family: arial;
   text-align:right;
   text-decoration:underline;
}

.SawsDevice {
    /*background: url('device_bg.png') no-repeat;*/
   color:white;
   
}

.SawsDeviceSelected {
    /*background: url('device_bg_selected.png') no-repeat;*/
	color:white;

}

.SawsDeviceIcon {
    vertical-align:middle;
	margin-right:5px;
}
