﻿@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545454;
	background: url(../images/bg.jpg) repeat top left;
	padding:0;
	margin:0;
}
.wrapper{
	margin:0 auto;
	width:1016px;
	padding:10px 56px;
	}
.top{
	background:url(../images/top.png) top left no-repeat;
	height:15px;
	width:1016px;
	}
.sendBtn{
    background:url(../images/ar-sendBtn.jpg) no-repeat top left;
    width:70px!important;
    height:25px!important;
    border:none!important;
    cursor:pointer;
}
.loginForm .loginText
{
    font-weight:bold;
    padding:0 10px;
    font-size:14px;
}
.saveBtn
{
    background:url(../images/ar-saveBtn.jpg) no-repeat top left;
    width:70px!important;
    height:25px!important;
    border:none!important;
    cursor:pointer;
}
.loginBtn
{
    /*background:url(../images/ar-loginBtn.jpg) no-repeat top left;*/
    width:70px!important;
    height:25px!important;
    border:none!important;
    cursor:pointer;
}
.resetBtn{
    background:url(../images/ar-resetBtn.jpg) no-repeat top left;
    width:128px!important;
    height:25px!important;
    border:none!important;
    cursor:pointer;
}
.cancelBtn{
    background:url(../images/ar-cancelBtn.jpg) no-repeat top left;
    width:70px!important;
    height:25px!important;
    border:none!important;
    cursor:pointer;
}
.bottom{
	background:url(../images/bottom.png) top left no-repeat;
	height:15px;
	width:1016px;
	}
.content{
	background:url(../images/mainContentBG.png) top left repeat-y;
	width:1016px;
	}
.header{
	background:url(../images/banner.png) top center no-repeat;
	height:159px;
	}
.innerContent{
	width:982px;
	margin: 0 18px;
	min-height: 500px;
	border-bottom:1px solid #a1a1a1;
    background-color:white;
	}
.searchBox{
    background:url(../images/searchCharacter-ar.png) no-repeat 40px 75px #FFFFFF; 
    border:3px solid #3C87C7;
    border-top:none!important;
}
.pagination a:link,
.pagination a:visited{
    background-color: #E37B00;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 1px 5px;
    text-decoration: none;
    }
.pagination a:hover,
.pagination .selectedPage{
    background-color: #FFFFFF !important;
    border: 2px solid #E37B00 !important;
    color: #333333 !important;
    padding: 1px 4px !important;
    text-decoration: none !important;
    }
.collapse-open{
    background: url("../images/minus.jpg") no-repeat scroll 935px center #3C87C7 !important;
    padding-right: 25px !important;
    }
.collapse-close{
    background: url("../images/plus.jpg") no-repeat scroll 935px center #3C87C7 !important;
    padding-right: 25px !important;
    }
.spacing
{
    padding-right:20px!important;
}