@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
/* CSS Document */

body	{
	font: 16px Arial, sans-serif;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width:100%;
}

#main-border	{
	background: url(images/transparent.png);
	width:100%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main	{
	background: url(images/transparent2.png);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.3em;
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
	color: #FFF;
	float: left;
}

h2	{
	font-size: 1.8em;
	color: 	#E01F1F;
	font-family: Calibri, Arial, sans-serif;
	margin: 0px;
	text-align: center;
	border-bottom: #E5E5E5 5px solid;
}

h3	{
	/*background: url(index/images/transparent.png);*/
	width: 100%;
	font-family: Calibri, Arial, sans-serif;
	padding: 0px;
	margin-top: 50px;
	padding-bottom: 3px;
	font-size: 1.5em;
	color: #FFF;
	text-shadow:#000 0 0 5px,#000 0 0 5px,#000 0 0 5px,#000 0 0 5px,#000 0 0 5px;
}

h5	{
	font-size: 0.6em;
	margin-bottom: 0px;
}

a	{
	color: #E01F1F;
	text-decoration: none;
}

a:hover	{
	color: #000;
}

a img	{
	border: none;
}

b	{
	color: #333;
}

li	{
	color: #666;
	margin-top: 10px;
	list-style-type: lower-roman;
	font-size: 0.8em;
}

p	{
	font-family: Calibri, Arial, sans-serif;
	color: #666;
	font-size: 0.8em;
}

blockquote	{
	background: #FFF;
	color: #222;
	font-family: Calibri, Arial, sans-serif;
	border: #BBB 1px solid;
	border-left: #BBB 10px solid;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: 0px;
	padding: 3px;
	padding-left: 20px;
	font-style: italic;
	font-size: 1.0em;
}

.sublist li	{
	margin-top: 5px;
	color: #666;
	font-size: 0.7em;
	list-style-type: circle;
}

.highlight	{
	color: #E01F1F
}

#mainpanel-2	{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	height: 30px; /* keep compatible with maincontainer */
	background: #111111 /*url(img/mainpanelbg.png) repeat-x*/;
	text-align: center;
	width: calc(100% - 20px);
	min-width:320px;
}

#mainpanel-2 img	{
	width:24px;
	padding:12px;
}

@media screen and (max-width: 1024px) {
	#mainpanel-2 img	{
		display: none;
		padding:0;
	}
}

#mainpanel-2 a:hover	{
	color: #FFF;
}

#maincontent	{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px; /* keep compatible with mainpanel */
	bottom: 0px;
	background: none;
	text-align: center;
	padding: 10px;
}

/*#thumbframearea	{
	/*border: #CCC 1px solid;*/
	/*margin: 0 auto;
	width: 990px;
	height: 100%;
}*/

#thumbframe	{
	height: 190px;
	width: 275px;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #FFF;
	padding: 10px;
	margin: 10px;
	float: left;
	overflow: hidden;
}

#thumbframe:hover	{
	/*border: #E01F1F 5px solid;*/
}

#thumbframe img	{
	max-height: 200px;
	max-width: 285px;
}

#thumbnailcontent	{
	position: absolute;
	/*bottom: 40px;
	left: -10px;*/
	margin-top: -70px;
	margin-left: -10px;
	height: 50px;
	width: 295px;
	background: url(img/thumbnailcontentbg.png) repeat;
	color: #FFF;
	border-top: #555 1px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: none;
	overflow: hidden;
	text-align: center;
}

#thumbnailcontent:hover	{
}

#thumbnailcontent h4	{
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 900;
	margin: 0px;
}

#thumbnailcontent h5	{
	color: #999;
	font-size: 0.7em;
	margin: 0px;
	margin-top: 1px;
	font-weight: 100;
	width: 100%;
}

#linkset	{
	width: 100%;
	padding: 0;
	text-align: center;
}

#linkset a	{
	color: #FFF;
	font-size: 1.2em;
	font-family: Calibri, Arial, sans-serif;
	font-weight: 100;
}

#linkset a:hover	{
	color: #E01F1F;
}

#link 	{
	display: inline-block;
	padding: 10px 0;
	/*border:#000 1px solid;*/
	width: 150px;
	overflow: hidden;
	text-transform: capitalize;
	background:rgba(0,0,0,0.75);
	border-radius:3px;
	margin-left:5px;
	margin-bottom:5px;
	box-shadow:#000 0 0 5px inset;
	border:#000 3px solid;
	font-family: 'Ubuntu', sans-serif;
}

#link img	{
	max-width:16px;
	width: 16px;
	border: none;
	margin-top:2px;
}

.inputnormal	{
	background: #FFF url(img/inputbg.png) top;
	color: #AAA;
	width: 150px;
	padding: 3px;
	margin: 3px;
	border: #222 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.inputmail	{
	width: 600px;
	padding: 5px;
	font-size: 25px;
	border: #DDD 1px solid;
}

.textareamail	{
	width: 600px;
	height: 300px;
	padding: 5px;
	color: #666;
	border: #DDD 1px solid;
	font-family: "Times New Roman", Times, serif;
}

.searchinput	{
	background: #FFF url(img/inputbg.png) top;
	color: #AAA;
	width: 200px;
	padding: 3px;
	padding-left: 30px;
	margin: 3px;
	border: #222 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	display: none;
}

.searchsubmit	{
	background: url(img/magnifier.png) no-repeat;
	float: right;
	width: 23px;
	height: 23px;
	margin-top: 4px;
	margin-left: -1px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.inputsubmit	{
	background: url(img/submit.png) no-repeat;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: -1px;
	margin-top: 2px;
	border: none;
}

.googleicon	{
	float: right;
	margin-top: 5px;
	margin-right: -28px;
	display: none;
}

.homepagebutton	{
	float: right;
	margin-top: -10px;
	cursor: pointer;
}

.exportbutton	{
	float: right;
	margin-top: -5px;
	margin-left: 10px;
	cursor: pointer;
}

.uploadbutton	{
	float: right;
	margin-top: -8px;
	margin-left: 10px;
	cursor: pointer;
}

#homepagemessage	{
	height: 20px;
	width: 200px;
	background: url(img/thumbnailcontentbg.png);
}

#inputframe1	{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(img/transparent.png);
	text-align: center;
	color: #FFF;
	font-size: 2.0em;
	font-weight: 900;
	padding-top: 200px;
	font-family: Calibri, Arial, sans-serif;
	display: none;
}
#inputframe2	{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(img/transparent.png);
	text-align: center;
	color: #FFF;
	font-size: 2.0em;
	font-weight: 900;
	padding-top: 200px;
	font-family: Calibri, Arial, sans-serif;
	display: none;
}

#inputframe3	{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(img/transparent.png);
	text-align: center;
	color: #FFF;
	font-size: 2.0em;
	font-weight: 900;
	padding-top: 60px;
	font-family: Calibri, Arial, sans-serif;
	display: none;
}

#inputframe1 h4	{
	margin-top: 20px;
	font-size: 0.7em;
	color: #CCC;
	cursor: pointer;
}
#inputframe2 h4	{
	margin-top: 20px;
	font-size: 0.7em;
	color: #CCC;
	cursor: pointer;
}
#inputframe3 h4	{
	margin-top: 20px;
	font-size: 0.7em;
	color: #CCC;
	cursor: pointer;
}

.inputmain	{
	width: 500px;
	height: 50px;
	border: #222 1px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #F0F0F0 url(img/topinputbg.png) repeat-x top;
	font-size: 1.0em;
	color: #999;
	padding: 5px;
	text-align: center;
}

.inputmainsmaller	{
	width: 300px;
	height: 30px;
	border: #222 1px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #F0F0F0 url(img/topinputbg.png) repeat-x top;
	font-size: 0.5em;
	color: #999;
	padding: 2px;
	text-align: center;
}

.inputinframe	{
	width: 250px;
	height: 25px;
	border: #999 1px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #F0F0F0 url(img/topinputbg.png) repeat-x top;
	font-size: 0.5em;
	color: #999;
	padding: 5px;
	text-align: center;
}

.tablemain	{
	width: 750px;
	margin: 0 auto;
	/*border: #000 1px solid;*/
	text-align: left;
}

.tablemain td	{
	vertical-align: top;
	/*border: #000 1px solid;*/
}

.tablemain img	{
	/*border: #E01F1F 1px solid;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;*/
}

.tablemain p	{
	margin-top: 0px;
}

#userid	{
	/*border: #FFF 1px solid;*/
	position: absolute;
	padding: 5px;
	padding-top: 5px;
	width: 300px;
	right: 0px;
	text-align: right;
	font-size: 0.8em;
	color: #FFF;
	right: 60px;
}

@media screen and (max-width: 1024px) {
	#userid	{
		margin-right: -50px;
	}
}

#loginform	{
	/*border: #FFF 1px solid;*/
	width: 380px;
	padding: 0px;
	margin: 0px;
	float: right;
}

.buttonhome	{
	background: #CCC url(img/buttonbg.jpg) 0 -42px;
	border: #BBB 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin-left: -40px;
}

.buttonhome:hover	{
	background: #CCC url(img/buttonbg.jpg);
}

#footer	{
	background: url(index/images/transparent2.png);
	position: fixed;
	width: 170px;
	height: 7px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	/*border: #000 1px solid;*/
	font-size: 0.4em;
	font-family: Calibri, Arial, sans-serif;
	color: #FFF;
	padding: 5px;
}

#text-box	{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	line-height: 20px;
}

#admin	{
	position: absolute;
	width: 100px;
	top: 55px;
	text-align: center;
}

.tableadmin	{
	width: 750px;
	margin: 0 auto;
	/*border: #000 1px solid;*/
	text-align: left;
	font-size: 0.7em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
}

.tableadmin td	{
	vertical-align: top;
	border: #CCC 1px solid;
	padding: 5px;
}

.showcasepicture	{
	border: #E01F1F 1px solid;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
}

#mainquote	{
	border: #E6E6E6 5px solid;
	margin: 5px;
	padding: 5px;
	background: #FFF;
}

#mainquote	h2	{
	font-style: normal;
}

.inputpassword	{
	width: 200px;
	font-size: 1.5em;
	border: #CCC 1px solid;
	padding: 3px;
	color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}