
/* MAIN A TANTOT STYLESHEET */

body
{
	background-color: black;
	font-family: 'Comic Sans MS';
	font-size: large;
	color: white;
}

/* This is a page container for a page to be centered on screen, yet still suitable for 1024x768 displays */
#pagecontainer
{
	position: absolute;
	width: 1000px;
	height: 600px;
	
	left: 50%;
	top: 50%;
	
	margin-left: -500px;
	margin-top: -300px;
	
	overflow: hidden;
}

img { border: 0; }

.flag
{
	border: 1px solid #6e6e6e;
}

.home_button_container
{
	display: table;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.home_button
{
	position: relative;
	float: left;
	background-position: 0 100%;
	background-image: url(images/specific_buttons/blank.png);
	
	width: 197px;
	height: 90px;
	
	margin: 5px;
}

.home_button:hover
{
	background-position: 0 0%;
	cursor: pointer;
}

.home_button .box
{
	position: absolute;
	
	width: 185px;
	height: 78px;
	padding: 0;
	
	top: 6px;
	left: 6px;
	
	background-color: white;
}

.home_button .box:hover
{
	background-color: yellow;
}

.home_button .text,
.home_button .text_dl
{
	width: 185px;
	text-align: center;
	
	font-size: 32px;
	font-weight: bold;
	font-family: Arial;
}

.home_button .text { margin-top: 22px; }
.home_button .text_dl { margin-top: 1px; }

.home_logo
{
	position: absolute;
	width: 950px;
	height: 356px;
	
	top: 0;
	left: 25px;
	
	background-image: url(images/home/extra_logo.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.home_content
{
	padding-top: 410px;
	font-size: 40px;
	color: #ffcc00;
	font-weight: bold;
	
	text-align: center;
}

.home_content p
{
	margin: 0; padding: 0;
}

.home_login
{
	background-image: url(images/home/atantot_login.gif);
}

.home_login .login_content
{
	position: absolute;
	
	width: 500px;
	height: 200px;
	
	top: 90px;
	left: 50%;
	margin-left: -250px;
	
	text-align: center;
}

.home_login p
{
	margin: 0;
	padding: 10px;
}

.textinput
{
	font-size: large; 
	padding: 2px;
	width: 300px;
	
	border: 2px solid black;
}

.textinput:focus
{
	border: 2px solid black;
	background-color: #afff88;
}

.language_button
{
	position: absolute;
	background-position: 0 100%;
	
	width: 255px;
	height: 125px;
}

.language_button:hover
{
	background-position: 0 0%;
	cursor: pointer;
}

.button_resource
{	
	padding: 0;
	margin: 0;
}

.button_resource li
{
	float: left;
	list-style-type: none;
	
	width: 236px;
	height: 87px;
	
	margin: 6px;
	padding: 0;
}

.button_resource a:link,
.button_resource a:visited
{
	text-align: center;
	margin: 0;
	padding: 0;
	
	display: block;
	
	width: 100%;
	height: 100%;
	
	background-image: url(images/resource_buttons/extra_resource_ie6.png);
	/*background-image: url(images/resource_buttons/extra_resource.png);*/
	background-position: 0 100%;
	
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	
	vertical-align: middle;
}

.button_resource a:hover
{
	background-position: 0 0;
	color: black;
	font-size: 39px;
}

.button_category
{	
	padding: 0;
	margin: 0;
}

.button_category li
{
	float: left;
	list-style-type: none;
	
	width: 325px;
	height: 124px;
	
	margin: 3px;
	padding: 0;
}

.button_category a:link,
.button_category a:visited
{
	text-align: center;
	margin: 0;
	padding: 0;
	
	display: block;
	
	width: 100%;
	height: 100%;
	
	background-image: url(images/resource_buttons/extra_button_ie6.png);
	background-position: 0 100%;
	
	font-size: 55px;
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
	
	vertical-align: middle;
}

.button_category a:hover
{
	background-position: 0 0;
	color: black;
	font-size: 65px;
}

.bold
{
	font-weight: bold;
	font-style: italic;
	
	font-size: x-large;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
}

.footerlist
{	
	width: 100%;
	padding: 0;
	margin: 5px 0 5px 0;
	text-align: center;
}

.footerlist li
{
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	
	list-style: none;
	display: inline;
}

.footerlist a:visited,
.footerlist a:link
{
	color: white;
}

.footerlist a:hover
{
	color: #ffcc00;
}

#noflash
{
	position: absolute;
	z-index: 1;
	text-align: center;
	
	padding: 0;
	
	left: 50%;
	top: 50%;
	
	margin-left: -320px;
	margin-top: -120px;
	
	background-color: #cb0000;
	border: 2px solid #700000;
	
	width: 640px;
	height: 240px;
	
	color: white;
	font-weight: bold;
	font-family: Arial;
}

#noflash img
{
	border: 0;
	padding: 10px;
	
	vertical-align: middle;
}

#noflash a:link,
#noflash a:visited
{
	color: #ffcc00;
	text-decoration: none;
}

#noflash a:hover
{
	text-decoration: underline;
}

.tb_contents
{
	border-collapse: collapse;
}

.tb_contents .tb_header td:hover,
.tb_contents .tb_header td
{
	background-color: #000000;
	color: white;
}

.tb_contents td
{
	padding: 5px;
	margin: 0;
	border: 1px solid #ffcc00;
	
	background-color: #ffda46;
}

.tb_contents ul
{
	margin: 0;
	padding: 0;
}

.tb_contents li { list-style: none; }

.tb_contents .tb_sideinfo
{
	background-color: #e5b700;
}

.tb_contents td:hover
{
	background-color: #e5b700;
}

.flag_button
{
	width: 79px;
	height: 54px;
	
	background-position: 0 100%;
	
	float: right;
	
	margin-top: 10px;
}

.flag_button:hover
{
	background-position: 0 0;
	cursor: pointer;
}

h1
{
	padding: 0;
	margin: 0 0 10px 20px;
	font-size: 44px;
}

h2
{
	color: #ffcc00;
}

h3
{
	color: #ffcc00;
}

#flashholder
{
	z-index: -1;
	position: fixed;
	
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.backbutton
{
	position: absolute;
	
	width: 51px;
	height: 51px;
	
	background-image: url(images/misc/back.png);
}

.backbutton:hover
{
	cursor: pointer;
	background-position: 100% 0;
}

#popout,
#popoutr
{
	z-index: 1;
	
	position: absolute;
	
	width: 25px;
	height: 110px;
	
	overflow: hidden;
}

#popout { left: 0; bottom: 20px; }
#popoutr { right: 0; bottom: 20px; }

#popout .box,
#popoutr .box
{
	z-index: -1;
	position: absolute;
	
	height: 110px;
	
	background-image: url(images/popout/popout_box.png);
}

#popout .box { left: 0; right: 54px; }
#popoutr .box { right: 0; left: 54px; }

#popout .end
{
	z-index: -1;
	
	position: absolute;
	right: 0;
	
	width: 54px;
	height: 110px;
	
	background-image: url(images/popout/popout_end.png);
}

#popoutr .end
{
	z-index: -1;
	
	position: absolute;
	left: 0;
	
	width: 54px;
	height: 110px;
	
	background-image: url(images/popout/popout_end_right.png);
}

#popout .text,
#popoutr .text
{
	font-size: 44px;
	font-weight: bold;
	
	z-index: 1;
	color: black;	
	width: 350px;
	overflow: hidden;
}

#popout .text { padding-top: 25px; padding-left: 67px; }
#popoutr .text { text-align: right; padding-top: 25px; margin-left: 55px; }


.supportlist li
{
	padding: 5px;
}

a:link, a:visited { color: #fff8de; }
a:hover { color: #ffcc00; }

.menu_title
{	
	margin-left: 65px;
}

#copyrightnotice
{
	position: absolute;
	width: 171px;
	height: 20px;
	
	left: 50%;
	bottom: 10px;
	
	margin-left: -85px;
	padding: 0;
	
	background: url(images/misc/copyright.png);
	background-repeat: no-repeat;
}