html,body {
	background:#666666;
	font-size: 12px;
    font-family: verdana, sans-serif;
}

.main_trans_table {
  table-layout: fixed;
   width: 100%;
  white-space: nowrap;
}

.dialog_transfer table {
    border:1px;
}

.saveQty {
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
    font-size: 12px;
    white-space: nowrap;
    width:105px;
    text-align: right;
}

.amendQty {
    background: transparent url(../images/skin/cancel.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
    font-size: 12px;
    white-space: nowrap;
    width:105px;
    text-align: right;
}

.buttons2{
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #333;
    width : 105px
}

.buttons2 input.approve {
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
    font-size: 11px;
    width : 105px;
    text-align: right;
}

.clickableRowRed td a:link, .clickableRowRed td a:visited, .clickableRowRed td a:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#container {
    background:#fff;
}

#content_container {
	background: #fff;
}

#main_article {
    background: #fff;
}

#main_article_container {
    background: #fff;
}

#contact_details_container {
    background:#fff;
}

#contact_details {
    font-size:11px;

}

#center {
	background-color: #ffffff;
	margin:0px auto;
	max-width:165px;
	margin-top:5em;
	margin-bottom: -5em;
}

#center .box_container {
	border:1px solid #586c9c;
}



#menu {
    border-bottom:1px solid #000000;
    background:#ffc;
}

#header_isNotLogin{
	background:#ffc;
}

#header_isLogin{
	background:#ffc;
	/*background:#152d83;*/
}

#login_message{
    font-size:16px;
}

#account_settings{
    font-size:12px;
}

span#page_title{
    font-size:18px;
    font-weight:bold;
}

span#table_title{
    font-size:14px;
    font-weight:bold;
}

input {
	background-color: #eff3f7;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/* Page Header : Welcome Note */
#system_name{
    color:#000000;
    font: 33px DejaVu LGC Serif Condensed;
}

#system_name_islogin{
    color:#000000;
    font: 35px DejaVu LGC Serif Condensed;
}

/*Menu */

ul#tabmenu {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
}

#tabmenu li a {
    border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #ffc; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    text-decoration: none;
}

#tabmenu li a:hover {
    background:#fff;
    border-bottom:1px solid #fff;
    color: #000;
}

#menu #tabmenu li.selected a{
    border-bottom:1px solid #fff;
    background:#fff;
    color: #000;
}

#menu li a span.myAccount{
   background: url(../images/skin/user.png)5px 50% no-repeat;
}

/* Left Sidebar */
#left_sidebar .box_container {
	background-color: #ffffff;
    border:1px solid #586c9c;
}

/* Left Sidebar : User Login */
#login {
    color: #000000;
	font-weight: bold;
	text-align: left;
}

#login form strong {
    font-size:9px;
}

#login h2 {
    font-size:14px;
}

#login .login_message {
    color:red;
    font-size:10px;
}

#login .text {
    color:#000000;
    font-weight:normal;
}

/* Left Sidebar : Latest News */
#news h4 {
    font-size: 10px;
	font-weight: bold;
}

#news p {
    font-size:12px;
}

#news .link-more {
	font-weight: bold;
}

.box_container #user_login .login_message {
    color:red;
}

/*Right Sidebar */
#right_sidebar {
	border-top : 1px solid #000;
	border-left : 1px solid #000;
}

#right_sidebar_content #enrollment_message{
    color:#cc0000;
    background: url(../images/skin/exclamation.png) #fff3f3 8px  no-repeat;
    border-color:red;
}
#right_sidebar_content #enrollment_message{
    color:#cc0000;
    background: url(../images/skin/exclamation.png) #fff3f3 8px  no-repeat;
    border-color:red;
}

/* Right Sidebar : Top */
#registration {
	background: url(../images/maincontent_verticaldiv.gif) repeat-y 329px 5px;
}

/* Right Sidebar : Top *: locator **/
#locatorlabel {
    /*background:url(../images/locator_label2.png) no-repeat;*/
    background:url(../images/locator_box.png) no-repeat;
    background-color: #ffffff;
}

#locatorlabel p{
    font-size:15px;
}

/* Right Sidebar : Top *: broker **/
#brokerlabel {
    /*background:url(../images/broker_label2.png) no-repeat;*/
    background:url(../images/broker_box.png) no-repeat;
	background-color: #ffffff;
}

#brokerlabel p{
    font-size:15px;
}
/* Right Sidebar : Top *: broker **/
#elselabel {
    /*background:url(../images/broker_label2.png) no-repeat;*/
    background:url(../images/else_box.png) no-repeat;
	background-color: #ffffff;
}

#elselabel p{
    font-size:15px;
}

/* Right Sidebar : Bottom */
#definition_container {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#definition p{
	font-size:11px;
}

/*Fieldset*/

fieldset{
    border:1px dashed #000000;
    background:#ffc;
 }

legend{
    border:1px solid #000000;
    border-width:inherit;
    color: #990000;
    background:#ffffff;
    font-weight:bold;
}

/* TABLES */

table {
    border: none;
}

tr {
    border: 0;

}

td, th {
    font: 11px verdana,  sans-serif;
 }

th {
    background: #FF9933;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

th a:link, th a:visited, th a:hover {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.clickableRow td a:link, .clickableRow td a:visited, .clickableRow td a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.tdHover td:hover {
	cursor:pointer;
}

.odd {
    background: #fff;
}
.even {
    background: #ffc;
}


/* LIST */

.list table {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.list th, .list td {
    border-bottom: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background:#BDD6D7;
    color:#000;
}

/* DIALOG */
.dialog table {
    border:1px solid #ddd;
}

.prop .name {
    white-space: nowrap;
    font-weight:bold;
    color:#504A4B;
}

.prop .req {
    color: red;
}

/*MENU BUTTONS*/

.menubutton {
    font-size:14px;
}

.menuButton a.addComment {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-size:11px;
}

.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-size:11px;
}

.menuButton a.upload {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-size:11px;
}

.menuButton a.deposit {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-size:11px;
}

/* ACTION BUTTONS */

.buttons{
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #333;
}


.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}

.buttons input.search {
    background: url(../images/skin/search.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.generateReport {
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.generatePassword {
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.reset {
    background: url(../images/skin/reset1.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.show {
    background: url(../images/skin/database_table.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.apply {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.cancel {
    background: transparent url(../images/skin/cancel.png) 1px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.reject {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}
.buttons input.upload {
    background: transparent url(../images/skin/upload1.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.tagbutton {
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.approve {
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.changeMinimumBalance {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.change{
     background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.add{
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-weight:bold;
}
.buttons input.create{
     background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.accept{
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.enable{
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.disable{
    background: transparent url(../images/skin/cancel.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.removeItem{
    background: transparent url(../images/skin/database_delete.png) 2px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.delete{
    background: transparent url(../images/skin/database_delete.png) 2px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.select{
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.saveDeposit{
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    color: #333;
    padding-left: 28px;
    font-weight:bold;
}
.buttons input.verify{
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.tagAsCancelled{
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.tagAsDelivered{
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.tagAsUsed{
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.tagAsReceived{
    background: transparent url(../images/skin/shadow.jpg) no-repeat;
    color: #333;
    font-weight:bold;
}

.buttons input.print{
    background: transparent url(../images/skin/printer.png) 5px 50%  no-repeat;
    color: #333;
    font-weight:bold;
}

input.submit{
    background: transparent url(../images/skin/approve.png) 5px 50% no-repeat;
    background-color:#fff;
    color: #333;
    font-weight:bold;
}

.CheckBoxList {
	list-style-type: none;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 8px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
 }

 /* Page Footer */

#footer {
    background: #ffc;
    color: #990000;
}

#footer a{
    color: #FFBF31;
}

#footer a:hover{
    color: #fff;
}

 /* MESSAGES AND ERRORS */

#message_islogin {
    font-size:12px;
    color:#fff;
}

div.error#report{
    background: url(../images/skin/exclamation.png)#fff3f3 5px no-repeat;
    border: 1px solid red;
    color: #cc0000;
 }

div.errors#importable{
    background: url(../images/skin/exclamation.png)#fff3f3 5px no-repeat;
    border: 1px solid red;
    color: #cc0000;
}
div.error{
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
   
}
div.error#message{
    background: url(../images/skin/exclamation.png)#fff3f3 5px no-repeat;
    border: 1px solid red;
    color: #cc0000;
}
.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
}

div.errors ul {
    list-style: none;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

td.errors textarea {
    border: 1px solid red;
}
td.errors ul {
    border: 1px solid red;
}

.label{
	font-size:10px;
	font-weight:normal;
	text-align:left;
}
