/*

Copyright Maple-Records.com 2008
Reproduction or distribution of this file is prohibited
All Rights Reserved

*/



/* Highlighted text colour */

::selection
{
background:#C2E986 !important;
color:#527d11!important
}
::-moz-selection
{
background:#C2E986 !important;
color:#527d11 !important
}



/* Maplestory Cursor */

HTML,BODY
{
	cursor: url('http://maple-records.com/style/cursors/hand_shadow.cur'), auto;
}	
	
body 
{
	cursor: url('http://maple-records.com/style/cursors/hand_shadow.cur'), auto;
}

A 
{
	cursor: url('http://maple-records.com/style/cursors/hand_anim_shadow.ani'), url('http://maple-records.com/style/cursors/hand1.cur'), auto;
}



/* Link Colours */

.underlineLink a:link
{
	color: green;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}

.underlineLink a:active
{
	color: green;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}

.underlineLink a:visited
{
	color: green;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}

.underlineLink a:hover
{
	color: #A8E61D;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}



/* Link over-ride */

.override a:link
{
	text-decoration: none;
}

.override a:active
{
	text-decoration: none;
}

.override a:visited
{
	text-decoration: none;
}

.override a:hover
{
	text-decoration: none;
}



/* Help dialogue for signature generator */

#hintbox
{
	/* CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFE0;
	width: 300px; /* Default width of hint. */ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor
{
	/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	font-size: 12px;
}



/* Top Rounded Corners */

.topRoundedCorners
{
	background-image: url('/style/top.png');
}

.bottomRoundedCorners
{
	background-image: url('/style/bottom.png');
}



/* Logo */

.logo
{
	background-image: url('/style/logo.png');
	width: 800px;
	height: 100px;
}



/* Flags */

.usFlag
{
	background:url('/style/us_flag.png') 6px 6px no-repeat;
	width:16px;
	height:11px;
	float: right;
	padding: 5px;
}

.krFlag
{
	background:url('/style/kr_flag.png') 6px 6px no-repeat;
	width:16px;
	height:11px;
	float: right;
	padding: 5px;
}



/* Base table */

.table
{
	font-family: Verdana;
	background-color: rgb(238, 237, 230);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.tableHeader
{
	color: #ffffff;
	font-size : 12px;
	font-family: Verdana;
	font-weight: bold;
	background:url(/style/tableheader.png) top repeat-x;
	height:22px;
	padding: 4px;
}

.heavyTablePadding
{
	font-family: Verdana;
	background-color: rgb(238, 237, 230);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
}

.tablePadding
{
	font-family: Verdana;
	background-color: rgb(238, 237, 230);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}

.lightTablePadding
{
	font-family: Verdana;
	background-color: rgb(238, 237, 230);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}


/* Text sizes */

.largeText
{
	font-family: Verdana;
	font-size: 14px;
}

.largeBoldText
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}


.standardText
{
	font-family: Verdana;
	font-size: 12px;
}

.standardBoldText
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.smallText
{
	font-family: Verdana;
	font-size: 10px;
}

.smallBoldText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}


/* Green Text */

.standardGreenText
{
	font-family: Verdana;
	font-size: 12px;
	color: green;
}

.smallGreenText
{
	font-family: Verdana;
	font-size: 10px;
	color: green;
}


.smallBoldGreenText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: green;
}


/* White Text */

.smallWhiteText
{
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

.smallBoldWhiteText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
}


/* Red Text */

.smallBoldRedText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: red;
}


/* Gray Text */

.standardGrayText
{
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}


/* Monitor */

.monitorSelected
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFC20E;
	border: 1px dashed #FF7E00;
}
 
.monitorDeSelected
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #EEEDE6;
	border: 1px dashed #787878;
}

.monitorInactive
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-image: url('/style/inactive.png');
	border: 1px dashed #EEEDE6;
}

.monitorCurrent
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-color: #9ED917;
	border: 1px dashed #FFFFFF;
}

.monitorCharacternameBox
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	background-color: #9ED917;
	border: 1px solid #FFFFFF;
}

.monitorInactiveBox
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
}

.smallButton
{
	background-color: #9ED917;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}



/* Global Site Notices */

.siteNotice
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #FFFFC1;
	font-weight:bold;
	color: #6A6A29;
	border: 1px dashed #DDDD92;
	padding: 12px;
	text-decoration: none;
	font-family: Verdana;
	text-align: center;
	font-size: 10px;
}



/* Data Retreival System Errors */

.dataError
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background-color: #FFFFC1;
	font-weight:bold;
	color: #6A6A29;
	border: 1px dashed #DDDD92;
	padding: 12px;
	text-decoration: none;
	font-family: Verdana;
	text-align: center;
	font-size: 10px;
}
