@import url(news.css);

body {
	background-color: #f7f7f7;
	margin:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	min-width:420px;
	font-size: 11px;
}
#login {
	margin-left: auto; margin-right: auto;
	width:420px;
	padding-top:60px;
	text-align:left;
}
#mainTbl {
	width:392px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #222;
	/*text-decoration: underline;*/
}
#title {
	font-size: 15px;
	color: #222 /*#ADC2DE*/;
	/*line-height: 30px;*/
	margin:20px;
}
#footer {
	font-size: 9px;
	color: #666;
	padding: 5px;
	text-align: center;
}
#mainLogo {
	margin-top: 20px;
	margin-left: 15px; 
}

.loginTbl {
	width:320px;
	border-top:solid 1px #CFCFCF;
	border-left:solid 1px #CFCFCF;
}
.loginTbl th {
	text-align: right;
	font-weight: normal;
	font-size:12px;
	color: #666;
	padding: 4px;
	padding-right: 6px;
	background-color: #EFEFE7; /*#E2DFD6;*/
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
}
.loginTbl td  {
	color: #666;
	padding: 1px;
	background-color: #EFEFE7; /*#E2DFD6;*/
	font-size:12px;
	padding: 4px;
	padding-left: 6px;
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
}

.messageTbl {
	width:320px;
}
.messageTbl td {
	font-size:12px;
}

#skin-select {
	font-size: 11px;
}

.commands a {
	font-size:11px; 
}
.commands a:visited {
	color:#888; 
}


/*extjs excerpt instead of loading full css file here */


.x-box-tl {
	background: transparent url(../../../external/ext/resources/images/default/box/corners.gif) no-repeat 0 0;
    zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent url(../../../external/ext/resources/images/default/box/tb.gif) repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent url(../../../external/ext/resources/images/default/box/corners.gif) no-repeat right -8px;
}

.x-box-ml {
	background: transparent url(../../../external/ext/resources/images/default/box/l.gif) repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
    zoom:1;
}

.x-box-mc {
	background: #eee url(../../../external/ext/resources/images/default/box/tb.gif) repeat-x 0 -16px;
	padding: 4px 10px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

.x-box-mr {
	background: transparent url(../../../external/ext/resources/images/default/box/r.gif) repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl {
	background: transparent url(../../../external/ext/resources/images/default/box/corners.gif) no-repeat 0 -16px;
    zoom:1;
}

.x-box-bc {
	background: transparent url(../../../external/ext/resources/images/default/box/tb.gif) repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent url(../../../external/ext/resources/images/default/box/corners.gif) no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
	background-image: url(../../../external/ext/resources/images/default/box/corners-blue.gif);
}

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
	background-image: url(../../../external/ext/resources/images/default/box/tb-blue.gif);
}

