/**
	@fileOverview This file has CSS rules related to support of Cisco&copy; Kubrick style-guide.
	@author <a href="mailto:maximt@marvell.com">Maxim Tsyganok</a>, &copy; 2009 Marvell Technology Group Ltd.
	@version 1.0.15 (Nov 18 2009)
*/
/* body & forms */
body 
{
	margin: 10px;
	padding: 0px;
	border: none;
	background-color: transparent;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: auto;
	cursor: wait;
}

body.dialogBox
{
	background-color: #d9e3e9;
	margin: 8px;
}

body.alertBox
{
	background-color: #ffffff; 
	margin: 15px;
}

td.formBody, td.dialogBoxBody
{
	margin: 0px;
	padding: 10px;
	border: 1px solid #8499A2;
	width: 100%;
}
td.formBody {background: transparent url(../kubrick/images/opacity40.png) repeat;}
td.dialogBoxBody {background-color: #FFFFFF;}

div
{
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div.veil
{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	display: none;
	cursor: not-allowed;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

form
{
	cursor: wait;
}

form, img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

h3
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border: none;
    font-size: 18px;
	font-weight: normal;
    color: #000000;
}

/* buttons */
table.btn_normal, table.btn_hover, table.btn_pressed, table.btn_disabled, table.btn_default
{
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	cursor: pointer;
}

table.btn_normal a, table.btn_hover a, table.btn_pressed a, table.btn_disabled a, table.btn_default a
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

td.btnTD1, td.btnTD2, td.btnTD3
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url(../kubrick/images/button.gif) no-repeat;
	height: 23px;
}

table.btn_normal td.btnTD1     {background-position:    0px 0px;}
table.btn_normal td.btnTD2     {background-position:   -9px 0px;}
table.btn_normal td.btnTD3     {background-position: -791px 0px;}
table.btn_normal a {color: #000000;}

table.btn_pressed td.btnTD1  {background-position:    0px -30px;}
table.btn_pressed td.btnTD2  {background-position:   -9px -30px;}
table.btn_pressed td.btnTD3  {background-position: -791px -30px;}
table.btn_pressed a {color: #1FA0D5;}

table.btn_hover td.btnTD1    {background-position:    0px -60px;}
table.btn_hover td.btnTD2    {background-position:   -9px -60px;}
table.btn_hover td.btnTD3    {background-position: -791px -60px;}
table.btn_hover a {color: #000000;}

table.btn_disabled td.btnTD1 {background-position:    0px -90px;}
table.btn_disabled td.btnTD2 {background-position:   -9px -90px;}
table.btn_disabled td.btnTD3 {background-position: -791px -90px;}
table.btn_disabled a {color: #8E8E8E;}

table.btn_default td.btnTD1  {background-position:    0px -120px;}
table.btn_default td.btnTD2  {background-position:   -9px -120px;}
table.btn_default td.btnTD3  {background-position: -791px -120px;}
table.btn_default a {color: #000000;}

/* controls & labels */
input, textarea, select
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: transparent;
	color: #000000;
}

select
{
	background-color: #ffffff;
}

input.checkbox
{
	margin-top: 1px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

input.radio
{
	margin: 1px 0px 0px 0px;
	vertical-align: baseline;
}

input.text, textarea
{
	background-color: #ffffff;
}

input.text
{
	height: 21px;
}

label
{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	color: #000000;
	vertical-align: baseline;
}

label img
{
	background: transparent url(../kubrick/images/required.gif) no-repeat;
	background-position: 0px 0px;
}

label.left, label.leftNoColon {margin-right: 8px;}
label.topSingle   {margin-bottom: 5px;}
label.topMulti    {margin-bottom:10px;}
label.topSingle, label.topMulti {display: block;}
td.right          {padding-left:  8px;}
td.notRequired    {padding-left: 15px;}

label.disabled {color: #999999;}

label.disabled img
{
	background-position: 0px -15px;
}

input.disabled, textarea.disabled, select.disabled
{
	background-color: #dfdfdf;
	color: #999999;
}

/* tables of data & layout */
table, td, th
{
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

caption
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

thead, tbody, tfoot
{
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

table.dataTable
{
	border-collapse: separate;
	border: 1px solid #8499A2;
	width: 100%;
}

table.dataTable caption
{
	font-weight: bold;
	background-color: #A2B9C9;
	padding: 0px 8px;
	line-height: 24px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #8499A2;
}

table.dataTable th
{
	padding: 0px 7px; /* results in proper alignment with TD (due to border-width=2px) */
	background-color: #d9e3e9;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #ffffff #ffffff #8499a2 #a2b9c9;
	font-weight: normal;
	line-height: 20px;
	vertical-align: top;
}

table.dataTable th input
{
	margin-top: 3px;
}

table.dataTable td
{
	padding: 0px 8px;
	border: none;
	line-height: 22px;
}

table.dataTable tfoot td
{
	padding: 3px 0px 0px 4px;
	border: none;
	border-top: 1px solid #8499A2;
	height: 26px; /* results in height=29px (together with padding-top=3px) */
	background-color: #D9E3E9;
	vertical-align: top;
}

table.dataTable tfoot td td /* cells - button containers */
{
	padding: 0px 10px 0px 0px;
	border: none;
}

table.dataTable tfoot td td td /* buttons themselves */
{
	padding: 0px;
}

tr.evenTR
{
	background: transparent url(../kubrick/images/opacity30.png) repeat;
}

tr.selected
{
	color: #ffffff;
	background: url(../kubrick/images/selected_tbl_bg.gif) repeat-x;
}

table.formButtons, table.dialogButtons
{
	margin-top: 10px;
}

/*table.dialogButtons
{
	float: right;
	margin-right: -5px;
}*/

table.formButtons tbody td, table.dialogButtons tbody td 
{
	padding-right: 5px;
}

table.formButtons tbody td td, table.dialogButtons tbody td td /* buttons themselves */
{
	padding: 0px;
}

/* messages */
table.contextMessageRight, table.contextMessageTop
{
	display: none;
}

table.contextMessageRight td, table.contextMessageTop td
{
	white-space: normal;
}

table.contextMessageRight label, table.contextMessageTop label
{
	color: #E9102A;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

table.pageMessage
{
	display: none;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

body.dialogBox table.pageMessage
{
	margin-top: 15px;
}

table.pageMessage td
{
	padding-right: 5px;
	vertical-align: middle;
	font-size: 14px;
	white-space: normal;
}

table.pageMessage td td
{
	padding: 0px;
}

table.pageMessage td.critical, table.pageMessage td.critical td
{
	color: #E9102A;
}

/* links */
a.onLight, a.onLight:visited
{
	color: #0088C2;
	text-decoration: none;
}

a.onLight:hover
{
	color: #0088C2;
	text-decoration: underline;
}

a.onDark, a.onDark:hover, a.onDark:visited
{
	color: #ffffff;
	text-decoration: underline;
}

/* form & group box elements and spacing */
img.hr
{
	margin: 15px 0px;
	width: 100%;
	height: 1px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.hint
{
	color: #8E8E8E;
}

td.chkbxSpacing {padding-top:  3px;}
td.radioSpacing {padding-top:  2px;}
td.ctrlSpacing  {padding-top: 10px;}
.groupSpacing   {padding-top: 15px;} /* to use for <td>, <h4> */
td.ctrlTblSpacing  {padding-bottom: 10px;}
td.groupTblSpacing {padding-bottom: 15px;}
