
/* licenses.css
----------------------------------------*/

/* #LicensesDiv
-------------------------------------------------------------- */
#LicensesDiv {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #ccc;
}


/* .LicensesTable
-------------------------------------------------------------- */
.LicensesTable {
	width: 100%;
	font-size: 91%;
}

.LicensesTable thead {
	font-weight: bold;
	color: #545454;
	border-bottom: 1px solid #000;
}

.LicensesTable th { padding: 2px 1px; }

.LicensesTable span { display: block; padding-top: 4px; }


/* .LicensesTable .head
-------------------------------------------------------------- */
.LicensesTable .head {
	width: 100%;
	height: 15px;
	padding-top:2px;
	font-size: 91%;
	font-weight: bold;
	color: #545454;
	border-bottom: 1px solid #000;
}

.LicensesTable .head div {
	float: left;
}


/* .LicensesTable .body
-------------------------------------------------------------- */
.LicensesTable .body {
	width: 100%;
	height: 23px;
	font-size: 100%;
	padding-top: 5px;
	cursor: pointer;
}

.LicensesTable .incart { color: #000; }
.LicensesTable .body div { float: left; }

.LicensesTable .canvas,
.LicensesTable .canvas2 {
	font-size: 91%;
	font-family: Arial, Helvetica, sans-serif;
}

.LicensesTable .canvas,
.LicensesTable .canvas3 { font-size: 91%; font-family: Arial, Helvetica, sans-serif; }

.LicensesTable .select2 { text-align: center; font-size: 91%; padding-top: 5px; }


/* .LicensesTable .lb_
-------------------------------------------------------------- */
.LicensesTable .lb_odd { background-color: #fff; }
.LicensesTable .lb_even { background-color: #e0e0e0; }


/* .LicensesTable common
-------------------------------------------------------------- */
.LicensesTable a { color: #E67817; text-decoration: underline; }
.LicensesTable a:hover { color: #E67817; text-decoration: underline; }
.LicensesTable img { border-width: 0px; }
.LicensesTable .selected { background-color: red; }

.LicensesTable .code_ico { clear: left; }
.LicensesTable .code_ico img { position: relative; top: 2px; }

.LicensesTable .select { text-align: center; font-size: 91%; padding-top:5px; }

.LicensesTable .alert { 
	margin: 30px;
	padding: 4px;
	text-align: center;
	font-size: 100%;
	color: #600;
	border: 1px solid #a00;
	background-color: #fee;
}


/* .LicenseOption
-------------------------------------------------------------- */
.LicenseOption {
	float: right;
	width: 160px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #fceee2;
	border: 1px solid #e67817;
}

.LicenseOption div { margin: 5px; }
.LicenseOption a { color: #666; text-decoration: underline; font-size: 8pt; }
.LicenseOption .title { font-weight: bold; color: #575757; }
.LicenseOption .license { padding-left: 5px; font-weight: bold; color: #6bc431; }
.LicenseOption .options { margin-left: 10px; margin-top: 5px; color: #000; }
.LicenseOption .options span { display: block; }
.LicenseOption .options img { position: relative; top: -1px; margin-right: 5px; }
.LicenseOption .charge { padding-left: 5px; font-weight: bold; color: #575757; }
.LicenseOption .delete { color:#03c; }

