@charset "UTF-8";
/*Style overrides for the Administrator GUI of the touchatag Wallet product */

body {
background: #eee;
font-family: Helvetica, Verdana, Arial;
}

a {
color:#333333;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}



#header{
background:#FFFFFF url(invest.gif) no-repeat scroll 100%;
height:50px;
left:0;
margin:0;
padding:0;
position:relative;
top:0;
width:100%;
}


#menu-bar {
border:none;
color:#999;
padding:10px 15px;
margin-bottom:0;
background:#fff;
}

#container {
background:none;
border:none;
margin:0 auto;
padding: 0;
width:960px;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
}


#navigation-panel {
background:#ffffff url(bgh.png) repeat-x;
width:940px;
padding:10px;
}

#navigation-panel ul {

}

#navigation-panel li {
    margin-top: 15px;
    padding: 3px 10px;
}

#navigation-panel li.currentPage a{
    font-weight:bold;
	color:#66cc33;
}

#navigation-panel a {
    font-size: 1em;
    text-decoration: none;
}

#navigation-panel a:hover {
    color:#66cc33;
	text-decoration:underline;
}

#center{
background:#fff;
width:940px;
}

#organization{
padding:5px; 
display:block; 
background:#eee; 
-moz-border-radius:20px; 
-webkit-border-radius:20px;
border:1px solid #ccc;
}

table {
    border-collapse: collapse;
    margin: 10px;
    width: 648px;
}

table tr .odd .selected, table tr .even .selected {
    background-color: #FFE;
}

table tr.odd {
    background-color: #FFF;
}


table td.right {
    text-align: right;
}

table tr.even {
    background-color: #EEE;
}

.invalid {
    border-style: solid;
    border-width: 2px;
    border-color: #CC6633
}

.error {
    color: #CC6633
}

.headers {
    padding: 2px 5px;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}



td{
    padding: 2px 5px;
    font-size: .9em;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

th a {
    text-decoration: none;
    font-size: 1em;
}

th input {
    font-size: .9em;
}

th input[type=text] {
    height: 1.1em;
    line-height: .9em;
    padding: 0;
}

thead tr,tr.even {
	background-color: #FFFFFF;
}

th{
border-bottom:1px solid #ccc;
padding: 2px 20px 2px 0;
font-size: .9em;
font-weight: bold;
text-align: left;
overflow: hidden;
white-space: nowrap;
}

#first, #prev, #next, #last {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #CCCCCC;
color:#999999;
padding:0 5px;
background:#eee;
margin: 20px 5px;
}

td.pagenav{
text-align:right;
}

#save{
text-align:right;
border-top: 1px solid #ccc;
padding-top:10px;
}

.frontblock{
height:130px;
width:130px;
border:1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 0px 5px #ccc;
position:relative;
padding:5px;
margin: 0 25px 5px 0;
float:left;
display:block;
text-align:center;
font-weight:bold;
}


.frontblock a:hover{
text-decoration:none;}

.nopad{
padding:0;
}

.detailPanel-border {
	background-color: #eee;
	padding: 7px;
}

.detailPanel {
	background-color: #fff;
}
