/* Minification failed. Returning unminified contents.
(878,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 5px;
}
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	/* border-top: 5px solid #000; */
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* page spacer
----------------------------------------------- */
h2#page-spacer{
	font-weight:normal;
	padding:.1em;
	font-size:2em;

	line-height:1em; 
	margin-bottom:.5em;
	margin-top:.5em;
}



/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../images/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}

.grid_12 .box h2{background:url("../images/menu-tab.png")}

.grid_12 .box h2 a {
	background-position: 99% 50%;
	
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../images/switch_plus.gif") no repeat;
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}

.grid table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}

.grid col.colC {
	width:8em;
}
.grid th, td {
	padding:.2em 1em;
	text-align:left;
}
.grid thead th {
	border-bottom:2px solid #888;
	background:url(../images/menu-tab.png);
	padding:.4em 1em .2em;
	color:#000;
}
.grid thead th.table-head,.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
.grid tbody th,
.grid tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
.grid tbody tr.odd th,
.grid tbody tr.odd td {
	background:#fff;
}
.grid tfoot th,
.grid tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
.grid tfoot tr.total th,
.grid tfoot tr.total td {
	border-top:6px double #666;
}
.grid tfoot tr.total th {
	text-transform:uppercase;
}
.grid th.currency,
.grid td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.entry p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.entry p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.entry p input {
	width:35%;
	padding: 2px;
	border:1px solid #2555ba; /* BDC7D8; */

}
fieldset.entry input.button {
	cursor:pointer;
	padding: 2px 30px 2px 30px;
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:200px;
	margin-left:2%;
}

input.search.button {
	width:200px;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info {
	color:#000064;
	margin-bottom:10px;
	border-top:1px solid #CCCCCC;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}



.UILinkButton {
float:left;
height:22px;
padding:0;
position:relative;
z-index:1;
}

.ff3 .UILinkButton {
padding-top:1px;
}

.UILinkButton .UILinkButton_A {
background:transparent url(../images/Button_Blue.png) no-repeat scroll left top;
border:0 none;
color:white;
cursor:pointer;
float:left;
font-size:11px;
font-weight:bold;
height:22px;
margin:0;
padding:3px 10px 3px 12px;
position:relative;
text-decoration: none;
}

.ff3 .UILinkButton .UILinkButton_A {
padding:2px 6px 4px 8px;
}


.UILinkButton .UILinkButton_RW {
float:left;
height:22px;
overflow:hidden;
position:relative;
width:3px;
}



.UILinkButton .UILinkButton_R {
background:transparent url(../images/Button_Blue.png) no-repeat scroll -248px 0;
height:27px;
position:absolute;
right:0;
top:0;
width:3px;
}

.custom-tabel td {
color:#666666;
font-weight:bold;
padding-right:15px;
font-size: 12px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.custom-tabel td.customlabel {
color:#666666;
font-weight:bold;
padding-right:15px;
text-align:right;
width:200px;
font-size: 12px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

td.label {
color:#666666;
font-weight:bold;
padding-right:15px;
text-align:right;
width:150px;
}

td.label-message {
color:red;
font-weight:bold;
padding-right:15px;
text-align:center;
width:100%;
}

td.label-login {
color:#000000;
font-weight:bold;
padding-right:5px;
text-align:right;
width:150px;
}

.field_container {
display:inline-block;
padding:1px;
position:relative;
width:auto;
}

.inputtext, .inputpassword { 
border:1px solid #BDC7D8;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:12px;
padding:3px;
}

.inputtext, .inputpassword {
border-color:#96A6C5;
margin-top:2px;
width:206px;
}

.inputtextsmall {
width:100px;
}

.inputtextreadonly {
background-color:LightGrey;
}

.k-autocomplete.inputtext {
border-color: #96A6C5 !important;
width: 206px !important;
border-radius: 0px !important;
border: 1px solid #BDC7D8 !important;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
font-size: 12px !important;
}

.k-autocomplete.inputtext.inputtextreadonly {
background-color:LightGrey !important;
}

.form-fieldset {
	border:0px solid #fff; 
	border-top:1px solid red; 
	padding:10px;
	position:relative;
	background:#fff;
	margin-bottom:10px;
}

.form-legend {
	color:#000064;
	font-weight:bold;
	font-size:1.25em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid red;
}


.title {
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #3162A6;
  vertical-align: center;
  text-transform: none;
}

.title_white {
  font-size: 12px;
	font-weight: bold;
  font-variant: small-caps;
  color: #ffffff;
  vertical-align: center;
  text-transform: none;
}

.caption {
	padding-top:2;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffffff;
  vertical-align: center;
}


.caption_black {
	padding-top:2;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  color: #3162A6;
  vertical-align: center;
}

.header {
  font-size: 12px;
  font-weight: medium;
  font-variant: small-caps;
  color: #3162A6;
  vertical-align: center;
  text-transform: none;
}

.header_white {
  font-size: 11px;
	font-weight: medium;
  font-variant: small-caps;
  color: #ffffff;
  vertical-align: center;
  text-transform: none;
}
.tab_active {
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #3162A6;
  vertical-align: center;
  text-transform: none;
  cursor:pointer;
}

.tab_selected {
  font-size: 12px;
	font-weight: bold;
  font-variant: small-caps;
  color: #ffffff;
  vertical-align: center;
  text-transform: none;
}


.normal 	{	Font-Size : 10Px;Color : #000000;}

.alert 		{	Font-Size : 10Px;Color : #cc0000;}

.blue 		{	Color : #3162A6;}

.grey_bg 	{ BACKGROUND: #FBFBFB }

.break3 	{	line-height: 3px }

.break5 	{	line-height: 5px }

.noline		{	Font-Size : 10Px;Color : #000000;}


.line		{
	Font-Size : 10Px;
	Padding:	0.1em 0.45em;
	Border-Bottom : 1Px Solid #E8E8E8;
}

.linebluedark		{
	Font-Size : 10Px;
	Padding:	0.1em 0.45em;
	Border-Bottom : 1Px Solid #3162A6;
}

.lineblue		{
	Font-Size : 10Px;
	Padding:	0.1em 0.45em;
	Border-Bottom : 1Px Solid #D1E9FF;
}


.lineon {
	Font-Size : 10Px;
	Padding:	0.1em 0.45em;
	cursor:pointer; //#ffeeaa; //#7a7a7a 
	border-bottom-width: 1px
	border-top: rgb(120,172,255) solid thin; //#7a7a7a 
	border-top-width: 1px; 	
	background-image: url(images/boxbgon.gif);
}

.line_clear { 	
	Font-Size: 10Px;Color:Black;cursor:Hand;
}

.line_clearon	 	{	
	Font-Size: 10Px;	cursor:Hand;
	Background-Color: Rgb(234,242,255); //#Ffeeaa; 
}

	
.text {	
	font:normal 10px verdana, arial, helvetica;	
	height:16px;
	border: #d0d0d0 1px solid; 
}

.textFocus 	{	
	font:normal 10px verdana, arial, helvetica;	
	height:16px;
	border: #666666 1px solid; 
	background: #fff9c9; 	
}

.textGrid {	
	font:normal 10px verdana, arial, helvetica;	
	height:15px;
	border: #FFFFFF 1px solid; 
}

.textGridFocus 	{	
	font:normal 10px verdana, arial, helvetica;	
	height:15px;
	border: #666666 1px solid; 
	background-image: url(images/boxbgon.gif)
}

.Remark{	
	font:normal 10px verdana, arial, helvetica;	
	height:100px;
	border: #d0d0d0 1px solid; 
}

.RemarkFocus 	{	
	font:normal 10px verdana, arial, helvetica;	
	height:100px;
	border: #666666 1px solid; 
	background: #fff9c9; 	
}
/* ------------------------------ MESSAGE -------------------------------- */

#message {
	MARGIN: auto; HEIGHT: auto; WIDTH: auto; POSITION: absolute; TEXT-ALIGN: left
}


.notification  td {
border:0 none;
}

/** Progress loader */
#progress {
    display: none;
    height: 100% !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: fixed;
}
#progress #box {
    width: 89px;
    height: 89px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c1427;
    animation-duration: 2.5s;
    animation-name: animSpin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 9999;
}

@keyframes animSpin {
    50% {
        transform: rotateZ(180deg) scale(.94);
    }

    100% {
        transform: rotateZ(360deg) scale(1);
    }
}
#progress #box,
#progress #box:before,
#progress #box:after {
    border-radius: 50%;
}

#progress #box:before,
#progress #box:after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
}

#progress #box:before {
    width: 75%;
    height: 75%;
    background: rgba(255, 255, 255, 0.13);
    left: 12.5%;
    top: 12.5%;
    border-left: 8px solid rgba(255, 255, 255, 0.34);
    border-bottom: 8px solid rgba(255, 255, 255, 0.34);
}
#progress #box:after {
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
    border-right: 8px solid rgba(255, 255, 255, 1);
    border-left: 8px solid rgba(255, 255, 255, 1);
    border-bottom: 8px solid rgba(255, 255, 255, 1);
}



