div.tabledata{float:right; position:relative; margin-left:10px; margin-top:0px; margin-bottom:0px;}
.mt_10{margin-top:10px;}
h2{font-weight:normal;}
.index_title{color:#87847f; font-size:15px;}
.table_data{
	height: 20%;
    /*border: 1px solid #ddd;
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
}
.table_data * {
	word-wrap: break-word;
}

.table_data a {
	color:#777777;
	text-decoration: none;
	font-weight:normal;
}
.table_data a:hover {
	color:#777777;
	text-decoration: none;
	font-weight:normal;
}

.table_data td,th {
	font-family:  "times new roman", Arial, Verdana, "Bitstream Vera Sans", sans-serif, "Lucida Grande";
	font-size: 13px;
	color:#ffffff;  	
}
.table_data tr.even{background-color:#ffffff;}
.table_data td { padding-left: 1px; padding-right:1px; padding-top:5px; padding-bottom:5px; color:#777777; border-bottom:1px dotted #cccccc; }
.table_data td p,
.table_data td ol,
.table_data td ul {
	font-size: 12px;
}

.table_data th {
	/*padding: 7px 7px 8px;*/
        padding:10px;
	text-align: left;
	line-height: 1.3em;
	font-weight:bold; background-color:#87847f;
}
.table_data td.footer{
	border-bottom:0px;
}

.table_data th a{color:#ffffff;}
.table_data th a:hover{color:#990000;}
.table_data td.sorted{background-color:#ffeced;}
.table_data td .draft{color:#FF0000;}
.table_data tr:hover {
  background-color: #ffa;
}


.no_records{font-size:14px; font-weight:bold; text-align:center;}

.success{background-color:#b4ff00;padding:3px; margin-bottom:6px; text-align:left;}
.failed{background-color:#f98484;padding:3px; margin-bottom:6px; text-align:left; color:#990000; font-weight:bold;}

.search-content{}
.search-content .left-con{text-align:right;}

.btn {
	float: left;
	position:relative;
	clear: both;
	background: url(../../sjr_assets/images/btn_left_small.png) no-repeat;
	padding: 0 0 0 10px;
}
.btn a{
	float: left;
	position:relative;	
	height: 22px;
	background: url(../../sjr_assets/images/btn_stretch_small.png) repeat-x left top;
	line-height: 20px;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}
.btn a:hover{
	float: left;
	position:relative;	
	height: 22px;
	background: url(../../sjr_assets/images/btn_stretch_small.png) repeat-x left top;
	line-height: 20px;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}
.btn span {
	background: url(../../sjr_assets/images/btn_right_small.png) no-repeat;
	float: left;
	position:relative;	
	width: 10px;
	height: 22px;
}
.clear {clear: both;}
.btn_red{background-color: #ff0400; }
.btn_gray{background-color: #999999; }

.buttons a, .buttons button{
    display:block;
    float:right;
	margin-left:5px;
    background-color:#fff;
    font-family:Arial, Verdana;
	border:1px solid #fff;
    font-size:100%;
	height:22px;
    text-decoration:none;
    font-weight:normal;
    cursor:pointer;  
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    border:1px solid #fff;
    color:#336699;
}
.buttons a:active{
    border:1px solid #fff;
    color:#fff;
}
.buttons .even{background-color:#f0f0f0; border:1px solid #f0f0f0;}

.button_content button, .button_content a{
    display:block;
    float:left;
	margin-left:5px;
    background-color:#fff;
    font-family:Arial;
	border:1px solid #fff;
    font-size:13px;
	color:#999999;
	height:32px;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;    
}
.button_content button, .button_content a{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.button_content button[type], .button_content a{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

.button_content button img{
    margin:0 0px -10px 0 !important;
    padding:0;
    border:none;
    width:30px;
    height:30px;
}

/* STANDARD */
button:hover, .button_content:hover{
    border:1px solid #fff;
    color:#666;
}
.button_content{
    border:1px solid #fff;
    color:#fff;
}

.button_add{
	background-color:#c03b34;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	border:0px;
	cursor:pointer;
}
.button_add:hover{
	background-color:#c03b34;
	padding:5px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	border:0px;
	cursor:pointer;
}

a.link_update{color:#bf3b36; text-decoration:none; margin-right:10px;}
a.link_update:hover{color:#333333; text-decoration:none; margin-right:10px;}
a.link_delete{text-decoration:none; }
a.link_delete:hover{color:#bf3b36; text-decoration:none;}

.box_color{width:15px; height:15px; }

.pagination {width:500px;}
.pagination a{font-size: 16px; padding-left: 5px;}
.pagination strong{font-size: 16px; color:#ff0000; padding-left: 5px;}

