body {
	font-size: 10px; 
	font-family: ³ª´®°íµñ,Verdana,Arial,sans-serif;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
}

table td {
	font-size: 12px; 
	font-family: ³ª´®°íµñ,Verdana,Arial,sans-serif;
}

.title {
	font-size: 30px;
	font-family: Aller,³ª´®°íµñ,Verdana,Arial,sans-serif;
	color: rgb(0, 56, 109);
	font-weight: bolder;
	letter-spacing:-1pt;
}


.title2 {
	font-size: 23px;
	font-family: Aller,³ª´®°íµñ,Verdana,Arial,sans-serif;
	color: rgb(0, 56, 109);
	font-weight: bolder;
	letter-spacing:-1pt;
}

.sstitle {
	font-size: 16px;
	font-family: ³ª´®°íµñ,Verdana,Arial,sans-serif;
	color: rgb(0, 56, 109);
	font-weight: bolder;
	letter-spacing:-1pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: middle;
}
		
input[type="radio"] {
	vertical-align: middle;
}
		
input, textarea {
	
}


select {
	border: 1px solid #d9d8d8;
	font: 12px ³ª´®°íµñ, Verdana, Arial, Helvetica;
}


input.search {
	width: 120px;
}

input.text {
	width: 160px;
}

input.file {
	width: 160px;
}

input.password {
	width: 160px;
}

input.date {
	width: 100px;
	text-align: center;
}

input.inputFileField {
	width: 500px;
	border: 1px solid #e5e5e5;
	height: 25px;

}

input.inputTextField {
	width: 500px;
	text-align: left;
	height: 25px;
}

textarea.desc {
	width: 550px;
	height: 200px;
}

.fullWidth {
	width: 100%;
}

.controlContainer {
	border-top: 1px solid #cacaca; 
	border-left: 1px solid #cacaca; 
	border-right: 1px solid #cacaca; 
	border-bottom: 1px solid #cacaca; 
	background-color: #003365; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003365), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');/*For IE7-8-9*/
	border-radius: 6px; 
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	width:98%;

   	box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
}

.controlContainer2 {
	background-color: #f1f1f1; 
	border-radius: 6px; 
	margin-bottom: 10px;
	color: #000000;
}

.controlContainerR {
    border-top: 1px solid #cacaca; 
	border-left: 1px solid #cacaca; 
	border-right: 1px solid #cacaca; 
	border-bottom: 1px solid #cacaca; 
	background-color: #003365; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003365), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');/*For IE7-8-9*/
	border-radius: 6px; 
	color: #000000;
	padding:5px 10px 5px 10px;
	width:98%;

   	box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
}

.button
{    
	display: inline-block;
	white-space: nowrap;
	background-color: #207db7;
	border: 1px solid #0073B7;
	padding: 3px 13px 5px 13px;
	margin: 0.5em;
	font: bold 12px ³ª´®°íµñ,Verdana,Arial, Helvetica;
	text-decoration: none;
	color: #ffffff;
	border-radius: 4px;

   	box-shadow: 0 1px 1px #b7b7b7;
   -o-box-shadow: 0 1px 1px #b7b7b7;
   -webkit-box-shadow: 0 1px 1px #b7b7b7;
   -moz-box-shadow: 0 1px 1px #b7b7b7;
   /*
	box-shadow: inset 0 5px 10px #207db7, 0 1px 1px #000000;
   -o-box-shadow: inset 0 5px 10px #207db7, 0 1px 1px #000000;
   -webkit-box-shadow: inset 0 5px 10px #0084D6, 0 1px 1px #000000;
   -moz-box-shadow: inset 0 5px 10px #0084D6, 0 1px 1px #000000;
   */
   text-shadow: 0 1px 1px #10537d;
}

.button:hover
{
	background-color: #0084D6;
}

.browseButton
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #5d5d5d;
	border: 1px solid #5d5d5d;
	padding: 3px 13px 5px 13px;
	margin: 0.5em;
	font: bold 12px ³ª´®°íµñ,Verdana,Arial, Helvetica;
	text-decoration: none;
	color: #ffffff;
	border-radius: 4px;

   	box-shadow: 0 1px 1px #b7b7b7;
   -o-box-shadow: 0 1px 1px #b7b7b7;
   -webkit-box-shadow: 0 1px 1px #b7b7b7;
   -moz-box-shadow: 0 1px 1px #b7b7b7;
   text-shadow: 0 1px 1px #000000;
}

table.list { 
	border-spacing:0;
	border-collapse:collapse;
	width: 100%;
}

.controlBox {
	border: 1px solid #cacaca; 
	background-color: #f1f1f1; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003365), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');/*For IE7-8-9*/
	border-radius: 0px; 
	color: #000000;
	margin-bottom: 20px;
	margin-right: 20px;

	display: table;
	width: 100%;
}

.controlBox div {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

.panelContent {
	border-left: 1px solid #cacaca; 
	border-right: 1px solid #cacaca; 
	border-bottom: 1px solid #cacaca; 
	border-top: 5px solid #c0c0c0; 
	background-color: #f1f1f1; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003365), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');/*For IE7-8-9*/
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	color: #000000;

	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 00px;

	margin-top: 20px;
}

.panelContent .title {
	font-size: 16px;
	font-weight: bold;
	color: #303030;

	padding-top: 10px;
	padding-bottom: 5px;
}

.panelContent .title2 {
	position: relative;
	left: 8px;
	top: -24px;

	width: 200px;
	height: 30px;

	background-image: url('./images/common/t_img0.png');
}

.panelContent .title table {
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: white;
}

.panelContent .content {
	border: 1px solid #c0c0c0;
	background-color: #e0e0e0;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	padding: 10px;
}

.panelContent .content02 {
	border: 1px solid #c0c0c0;
	background-color: #e0e0e0;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	padding: 10px;
	word-spacing:2px;
}

.panelContent table.list { 
	border-spacing:0;
	border-collapse:collapse;
	width: 100%;
}

.panelContent table tr td {
	padding: 5px;
}

.listHeaderBreaker {
	border-top: 2px solid #04468a;
	border-bottom: 1px solid #ecebeb;
}

.listHeader01 {
	background-color: #74A6CE;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	border-collapse: collapse;
	text-align: center;
}

.listHeader02 {
	background-color: #74A6CE;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	border-collapse: collapse;
	text-align: center;
}

.panelContent .listHeader {
	background-color: #74A6CE;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	border-collapse: collapse;
	text-align: center;
}

.listDataBreaker {
	border-bottom: 1px solid #ecebeb;
}

.listData {
	text-align: left;
	height: 30px;
	padding-left: 20px;
}

.fieldHeader {
	background-color: #B8D2E6;
	height: 30px;
	width: 120px;
	color: #000000;
	border-collapse: collapse;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
}

.fieldContent {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.mandatory {
	font-weight: bolder;
	color: #ff0000;
}

.viewContainer {
	background-color: #f0f0f0; 
	border-radius: 6px; 
	color: #000000;
	padding: 0px;
	width:100%;
}



.contentContainer {
	border-top: 1px solid #cacaca; 
	border-left: 1px solid #cacaca; 
	border-right: 1px solid #cacaca; 
	border-bottom: 1px solid #cacaca; 
	background-color: #003365; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003365), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');/*For IE7-8-9*/
	border-radius: 6px; 
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	width:98%;

   	box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: 2px 2px 7px 2px rgba(210, 210, 210, 0.75);
}

.viewHeaderBreaker {
	border-top: 2px solid #a0a0a0;
	border-bottom: 1px solid #c0c0c0;
}

.viewQuestionTitle {
	font-size: 14px;
	font-weight: bolder;
	color: #457BB2;
}

.viewAnswerTitle {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

.viewAnswerTitle .subTitle {
	font-size: 14px;
	font-weight: bolder;
	color: #457BB2;
}

.noSpace { 
	border-spacing:0;
	border-collapse:collapse;
	margin-top: 10px;
	margin-left: 0px;
}

/*
input[type="file"] {
	position:absolute;
	display:none;
}
*/

.pageBox {
	border-radius: 6px;
	background-color: rgb(215, 215, 215);
	padding: 0px 10px;
	height: 25px;
	display: table
}

.pageBox div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pageNumberList ul {
	list-style: none;
	padding: 0px 10px;
	display: table;
}

.pageNumberList li {
	text-align: left;
	width: 25px;
	height: 25px;
	border: 1px solid rgb(227, 227, 227);
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin-left: 2px;
	margin-right: 2px;
}

.pageNumberList li:hover {
	border: 1px solid rgb(20, 121, 199);
	color: rgb(20, 121, 199);
}

.anker {
    color: #0066cc !important; 
    text-decoration: none;
}

.anker:hover {
    color: #FF5500 !important;
}


		
