/*
Styling for swap, messaging and ratings dashboards
*/

#dashboard {
}

#panel_row {
	float: left;
	margin:10px 0 10px 0;
}

#full_panel {
    float: left;
    background-color:#FFFFFF;
    overflow: hidden;
    display: inline;
    position: relative;
    width: 760px;
}

#left_panel {
	float: left;
	background-color:#FFFFFF;
	overflow: hidden;
	width: 375px;
	display: inline;
	position: relative;
	height: 445px;
	margin:0 5px 0 0;
}

#right_panel {
	float: right;
	background-color:#FFFFFF;
	overflow: hidden;
	width: 375px;
	display: inline;
	position: relative;
	height: 445px;
	margin: 0 0 0 5px;
}


.panel_header {
	color: #333;
	background-color: #A6B0A6;
	overflow: hidden;
	height: 25px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	padding:5px 0 0 5px;
}

.panel_header a {
    color:#333;
}

.panel_content a:visited {
    /*color: #156020;*/
    /*color: #829186;*/
    color: #5B665E;
}

.panel_content a:hover, a:active, a:focus {
    text-decoration:underline;
}

.panel_content {
    padding:10px;
}

.panel_content a {
    /*color:#8B2B63;*/
    color:#05163F;
}

.dashboard_table {
	text-align: left;
	padding: 2px;
	width: 100%;
	border-style: none;
	border-collapse: collapse
}
.dashboard_table th, .dashboard_table td  {
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 4px
}

.dashboard_table .left {
	width:30%; 
	padding:0 0 10px 0;
}

.dashboard_table .right {
	width:70%;
	padding: 0px 0px 10px 10px
}

.dashboard_table .match-selected {
    color: #fff;
	background-color: #696969;
}

.dashboard_table .match-selected a {
    color: #fff;
}

.SwapField {
	width: 250px
}

.swap_form {
	padding: 20px;
}