﻿table#nobordertable 
{  
    border: none;
}

table#nobordertable td 
{    
     border: none;
}

.licensePg {
	margin:0px;padding:0px;
	margin-bottom:40px;
	/*width:100%;*/
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.licensePg table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.licensePg tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.licensePg table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.licensePg table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.licensePg tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.licensePg tr:hover td{
	
}
.licensePg tr:nth-child(odd){ background-color:#a9c0d8; }
.licensePg tr:nth-child(even)    { background-color:#f4f2f2; }
.licensePg td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
}.licensePg tr:last-child td{
	border-width:0px 1px 0px 0px;
}.licensePg tr td:last-child{
	border-width:0px 0px 1px 0px;
}.licensePg tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.licensePg tr:first-child td{
		background:-o-linear-gradient(bottom, #5c87b2 5%, #3571ad 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c87b2), color-stop(1, #3571ad) );
	background:-moz-linear-gradient( center top, #5c87b2 5%, #3571ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c87b2", endColorstr="#3571ad");	background: -o-linear-gradient(top,#5c87b2,3571ad);

	background-color:#5c87b2;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#ffffff;
}


.licensePg tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5c87b2 5%, #3571ad 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c87b2), color-stop(1, #3571ad) );
	background:-moz-linear-gradient( center top, #5c87b2 5%, #3571ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c87b2", endColorstr="#3571ad");	background: -o-linear-gradient(top,#5c87b2,3571ad);

	background-color:#5c87b2;
}
.licensePg tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.licensePg tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.licensePg tr:first-child th:first-child{
	border-width:0px 0px 1px 0px;
}

/*rachel*/
.licensePg th{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
}

.licensePg tr:first-child th{
		background:-o-linear-gradient(bottom, #5c87b2 5%, #3571ad 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c87b2), color-stop(1, #3571ad) );
	background:-moz-linear-gradient( center top, #5c87b2 5%, #3571ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c87b2", endColorstr="#3571ad");	background: -o-linear-gradient(top,#5c87b2,3571ad);

	background-color:#5c87b2;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#ffffff;
}

.licensePg td.no_feature{
	vertical-align:middle;
	/*border-width:0px 1px 1px 0px;*/
	text-align:left;
	padding:9px;
	font-size:18px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
	border-style:none;
	
}	

.licensePg tr:hover{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #3571ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,3571ad);

	background-color:#cccccc;
}


/*for setting page*/
.settingPg {
	margin:0px;padding:0px;
	margin-bottom:5px;
	/*width:100%;*/
	/*box-shadow: 10px 10px 5px #888888;*/
	/*border:1px solid #ffffff;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.settingPg table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.settingPg tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.settingPg table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.settingPg table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	/*border:1px solid;
	border-width:1px 1px 0px 0px;*/
	

	/*border-width:0px 0px 1px 1px;*/
	

}.settingPg tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
/*.settingPg tr:nth-child(odd){ background-color:#cccccc; }*/
/*.settingPg tr:nth-child(odd){ background-color:#a9c0d8; }*/
/*.settingPg tr:nth-child(even)    { background-color:#cccccc; }*/
.settingPg td{
	vertical-align:middle;
	/*border:1px solid;*/
	border-width:1px 1px 1px 1px;
	text-align:left;
	/*padding:9px;*/
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
}.settingPg tr:last-child td{
	border-width:0px 1px 0px 0px;
		
}.settingPg tr td:last-child{
	/*border:1px solid;
	border-width:1px 0px 0px 0px;*/
	
}.settingPg tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.settingPg th td{
/*.settingPg tr:first-child td{*/
	/*	background:-o-linear-gradient(bottom, #5c87b2 5%, #3571ad 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c87b2), color-stop(1, #3571ad) );
	background:-moz-linear-gradient( center top, #5c87b2 5%, #3571ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c87b2", endColorstr="#3571ad");	background: -o-linear-gradient(top,#5c87b2,3571ad);

	background-color:#5c87b2;*/
	/*border:1px solid #ffffff;*/
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	padding:5px;
	color:#ffffff;
}

 
.settingPg tr:first-child td:first-child th:first-child{
	border-width:1px 1px 1px 1px;
}

.settingPg tr:n-child td:last-child{
border:0px solid !important;
	border-width:1px 1px 0px 0px;
	
}


.settingPg tr:first-child th:first-child{
	border-width:0px 0px 1px 0px;
}

/*rachel*/
.settingPg tr th{
	vertical-align:middle;
	border:1px solid;
	border-width:1px 1px 1px 1px;
	text-align:left;
	padding:5px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#000000;
	background-color:#a9c0d8;
}


.settingPg td.no_feature{
	vertical-align:middle;
	/*border-width:0px 1px 1px 0px;*/
	text-align:left;
	padding:9px;
	font-size:18px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
	border-style:none;
	
}	

.settingPg-button {display: inline-block;
 position: relative;
 padding: 0;
 margin-right: .1em;
 text-decoration: none !important;
 cursor: pointer;
 text-align: center;
 zoom: 1;
 overflow: visible;
 /*-moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -khtml-border-bottom-right-radius: 5px;
 border-bottom-right-radius: 5px;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radois:5px;
border-radius: 5px;
 font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
 font-size: 1.1em;
 border: 1px solid #c5dbec;
 background: #dfeffc url(themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
 font-weight: bold;
 color: #2e6e9e;
 
 }
 
 .settingPg-button:hover { border: 1px solid #79b7e7; background: #d0e5f5 url(themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
 
 select
 {
     height:26px; 
     background: url(themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -khtml-border-radois:5px;
     border-radius: 5px;
     
     }
     
 input[type="text" i],input[type="password" i]
 {
     height:18px; 
     /*background: url(themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;*/
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -khtml-border-radois:5px;
     border-radius: 5px;
     
     }     
     
#currentSettings td
    {
        vertical-align:middle;
        padding-left: 2px;
        border:1px solid black;
    }
#currentSettings tr
    {
        vertical-align:middle;
        padding-left: 2px;
        border:1px solid black;
    }
