
@font-face {
    font-family: 'Gotham Bold';
    src: url('/resources/stylesheets/font/gotham-bold-webfont.eot');
    src: url('/resources/stylesheets/font/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/stylesheets/font/gotham-bold-webfont.woff') format('woff'),
         url('/resources/stylesheets/font/gotham-bold-webfont.ttf') format('truetype'),
         url('/resources/stylesheets/font/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRnd Bold';
    src: url('/resources/stylesheets/font/gothamrnd-bold-webfont.eot');
    src: url('/resources/stylesheets/font/gothamrnd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/stylesheets//resources/stylesheets/font/gothamrnd-bold-webfont.woff') format('woff'),
         url('/resources/stylesheets/font/gothamrnd-bold-webfont.ttf') format('truetype'),
         url('/resources/stylesheets/font/gothamrnd-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRnd Book';
    src: url('/resources/stylesheets/font/gothamrnd-book-webfont.eot');
    src: url('/resources/stylesheets/font/gothamrnd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/stylesheets/font/gothamrnd-book-webfont.woff') format('woff'),
         url('/resources/stylesheets/font/gothamrnd-book-webfont.ttf') format('truetype'),
         url('/resources/stylesheets/font/gothamrnd-book-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRnd Medium';
    src: url('/resources/stylesheets/font/gothamrnd-medium-webfont.eot');
    src: url('/resources/stylesheets/font/gothamrnd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/stylesheets/font/gothamrnd-medium-webfont.woff') format('woff'),
         url('/resources/stylesheets/font/gothamrnd-medium-webfont.ttf') format('truetype'),
         url('/resources/stylesheets/font/gothamrnd-medium-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

button, html input[type="button"]{
	padding: 10px;
	margin: 10px;
	border: none;
}

.main_body table,.plugin_list table {
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.main_body th,.plugin_list th {
	height:34px;
	background-color:#fde6c6;
	font-size:14px;
	
	
	border:1px solid #ffbf65;
	margin:0;
	text-align:left;
	padding:5px 10px;
}

.main_body {
	padding: 20px;
	width: 1020px;
	margin: 0 auto;
}

.main_body td, .plugin_list td {
	height: 56px;
	font-family: 'GothamRnd Book';
	color: #222;
	border: 1px solid #dddddd;
	text-align: left;
	padding: 10px 10px;
}

.page_text {
	font-family: "GothamRnd Book";
}
.page_title {
	margin-top: 45px;
	font-size: 28px;
	color: #999999;
}

.page_text {
	margin-top: 16px;
	font-size: 16px;
}

.page_third_title {
	margin-top: 36px;
	font-size: 18px;
}