@charset "utf-8";
/*general*/
*	 		{margin:0; padding:0;}
table 			{}
img			{border:none; }
body			{text-align:center;}
.hide			{display:none;}
.pointer			{cursor:pointer;}

/*loading*/
.loading {background:url(images/loading.gif) 50% 33% no-repeat;}

/*divs*/
.unselectable	{-moz-user-select:none;-webkit-user-select:none;}
.fixed 		{position:fixed; #position:absolute; _position:absolute;}
.absolute		{position:absolute;}
.left			{float:left;}	
.center		{margin-left:auto;margin-right:auto;}
.vcenter		{margin-top:auto;margin-bottom:auto;}
.right			{float:right}
.clear 		{clear:both;}
.hundred 		{width:100%}
.padding1		{padding:1px;}
.padding2		{padding:2px;}
.padding3		{padding:3px;}
.padding4		{padding:4px;}
.padding5		{padding:5px;}
.padding6		{padding:6px;}
.padding7		{padding:7px;}
.padding8		{padding:8px;}
.padding9		{padding:9px;}
.padding10		{padding:10px;}
.padding15		{padding:15px;}
.padding20		{padding:20px;}
.margin1		{margin:1px;}
.margin2		{margin:2px;}
.margin3		{margin:3px;}
.margin4		{margin:4px;}
.margin5		{margin:5px;}
.margin10		{margin:10px;}
.margin15		{margin:15px;}
.margin20		{margin:20px;}
.backwhite		{background-color:#FFF;}
.backblack		{background-color:#000;}
.roundcorner1		{-webkit-border-radius: 1px;	-moz-border-radius: 1px;border-radius:1px;}
.roundcorner2		{-webkit-border-radius: 2px;	-moz-border-radius: 2px;border-radius:2px;}
.roundcorner3		{-webkit-border-radius: 3px;	-moz-border-radius: 3px;border-radius:3px;}
.roundcorner5		{-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius:5px;}
.roundcorner10		{-webkit-border-radius: 10px;	-moz-border-radius: 10px;border-radius:10px;}
.roundcornerleft1	{-webkit-border-top-left-radius:1px;	-webkit-border-bottom-left-radius:1px;	-moz-border-radius-topleft:1px;	-moz-border-radius-bottomleft:1px;	border-top-left-radius:1px;		border-bottom-left-radius:1px;}
.roundcornerleft2	{-webkit-border-top-left-radius:2px;	-webkit-border-bottom-left-radius:2px;	-moz-border-radius-topleft:2px;	-moz-border-radius-bottomleft:2px;	border-top-left-radius:2px;		border-bottom-left-radius:2px;}
.roundcornerleft3	{-webkit-border-top-left-radius:3px;	-webkit-border-bottom-left-radius:3px;	-moz-border-radius-topleft:3px;	-moz-border-radius-bottomleft:3px;	border-top-left-radius:3px;		border-bottom-left-radius:3px;}
.roundcornerleft5	{-webkit-border-top-left-radius:5px;	-webkit-border-bottom-left-radius:5px;	-moz-border-radius-topleft:5px;	-moz-border-radius-bottomleft:5px;	border-top-left-radius:5px;		border-bottom-left-radius:5px;}
.roundcornerleft10	{-webkit-border-top-left-radius:10px;	-webkit-border-bottom-left-radius:10px;	-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;	border-top-left-radius:10px;	border-bottom-left-radius:10px;}

.roundcornerright1	{-webkit-border-top-right-radius:1px;	-webkit-border-bottom-right-radius:1px;	-moz-border-radius-topright:1px;-moz-border-radius-bottomright:1px;		border-top-right-radius:1px;	border-bottom-right-radius:1px;}
.roundcornerright2	{-webkit-border-top-right-radius:2px;	-webkit-border-bottom-right-radius:2px;	-moz-border-radius-topright:2px; -moz-border-radius-bottomright:2px;	border-top-right-radius:2px;	border-bottom-right-radius:2px;}
.roundcornerright3	{-webkit-border-top-right-radius:3px;	-webkit-border-bottom-right-radius:3px;	-moz-border-radius-topright:3px; -moz-border-radius-bottomright:3px;	border-top-right-radius:3px;	border-bottom-right-radius:3px;}
.roundcornerright5	{-webkit-border-top-right-radius:5px;	-webkit-border-bottom-right-radius:5px;	-moz-border-radius-topright:5px; -moz-border-radius-bottomright:5px;	border-top-right-radius:5px;	border-bottom-right-radius:5px;}
.roundcornerright10	{-webkit-border-top-right-radius:10px;	-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;	border-top-right-radius:10px;	border-bottom-right-radius:10px;}

.roundcornerbot1	{-webkit-border-bottom-left-radius:1px;	-webkit-border-bottom-right-radius:1px;	-moz-border-radius-bottomright:1px;	-moz-border-radius-bottomleft:1px;	border-bottom-left-radius:1px;	border-bottom-right-radius:1px;}
.roundcornerbot2	{-webkit-border-bottom-left-radius:2px;	-webkit-border-bottom-right-radius:2px;	-moz-border-radius-bottomright:2px;	-moz-border-radius-bottomleft:2px;	border-bottom-left-radius:2px;	border-bottom-right-radius:2px;}
.roundcornerbot3	{-webkit-border-bottom-left-radius:3px;	-webkit-border-bottom-right-radius:3px;	-moz-border-radius-bottomright:3px;	-moz-border-radius-bottomleft:3px;	border-bottom-left-radius:3px;	border-bottom-right-radius:3px;}
.roundcornerbot5	{-webkit-border-bottom-left-radius:5px;	-webkit-border-bottom-right-radius:5px;	-moz-border-radius-bottomright:5px;	-moz-border-radius-bottomleft:5px;	border-bottom-left-radius:5px;	border-bottom-right-radius:5px;}
.roundcornerbot10	{-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;	border-bottom-left-radius:10px;	border-bottom-right-radius:10px;}

.roundcornertop1	{-webkit-border-top-left-radius:1px;	-webkit-border-top-right-radius:1px;	-moz-border-radius-topleft:1px;		-moz-border-radius-topright:1px;	border-top-left-radius:1px;		border-top-right-radius:1px;}
.roundcornertop2	{-webkit-border-top-left-radius:2px;	-webkit-border-top-right-radius:2px;	-moz-border-radius-topleft:2px;		-moz-border-radius-topright:2px;	border-top-left-radius:2px;		border-top-right-radius:2px;}
.roundcornertop3	{-webkit-border-top-left-radius:3px;	-webkit-border-top-right-radius:3px;	-moz-border-radius-topleft:3px;		-moz-border-radius-topright:3px;	border-top-left-radius:3px;		border-top-right-radius:3px;}
.roundcornertop5	{-webkit-border-top-left-radius:5px;	-webkit-border-top-right-radius:5px;	-moz-border-radius-topleft:5px;		-moz-border-radius-topright:5px;	border-top-left-radius:5px;		border-top-right-radius:5px;}
.roundcornertop10	{-webkit-border-top-left-radius:10px;	-webkit-border-top-right-radius:10px;	-moz-border-radius-topleft:10px;	-moz-border-radius-topright:10px;	border-top-left-radius:10px;	border-top-right-radius:10px;}

.backgreyon:hover{background-color:#EEEEEE;}


/*fonts*/
.fcenter				{text-align:center;}
.fleft					{text-align:left;}
.fright				{text-align:right;}
.fjustify				{text-align:justify;}
.f6					{font-size:6px;}
.f7					{font-size:7px;}
.f8					{font-size:8px;}
.f9					{font-size:9px;}
.f10					{font-size:10px;}
.f11					{font-size:11px;}
.f12					{font-size:12px;}
.f13					{font-size:13px;}
.f14					{font-size:14px;}
.f15					{font-size:15px;}
.f16					{font-size:16px;}
.f17					{font-size:17px;}
.f18					{font-size:18px;}
.f19					{font-size:19px;}
.f20					{font-size:20px;}
.f21					{font-size:21px;}
.f22					{font-size:22px;}
.f23					{font-size:23px;}
.f24					{font-size:24px;}
.f25					{font-size:25px;}
.f26					{font-size:26px;}
.f27					{font-size:27px;}
.f28					{font-size:28px;}
.f29					{font-size:29px;}
.f30					{font-size:30px;}
.fbold					{font-weight:bold;}
.fitalic				{font-style:italic;}
.fuppercase			{text-transform:uppercase;}
.fgold					{color:#AE8E65;} 
.fwhite				{color:#FFFFFF;}
.fblack				{color:#000000;}
.farial					{font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; }
.ftime				{font-family:"Times New Roman";}
.fverdana				{font-family:Verdana, Geneva, sans-serif;}
.ftahoma				{font-family:Tahoma, Arial, helvetica, sans-serif;}
.ftrebuchet				{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
.fgeorgia				{font-family:Georgia, 'Times New Roman', Times, serif;}
.flucida				{font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; }
.fimpact				{font-family: Impact, "Arial Black", sans-serif;}
.fcourier				{font-family: "Courier New", Courier, "Liberation Mono", monospace;} 
.fmonaco				{font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;}
.funderline				{text-decoration:underline;}


/*links*/
.nodecoration			{text-decoration:none;}
.nodecorationon:hover 	{text-decoration:none;}
.underlineon:hover 		{text-decoration:underline;}
.goldon:hover	   		{color:#AE8E65;}


/*depr*/
.aligncenter			{text-align:center;}
.alignleft				{text-align:left;}
.alignright				{text-align:right;}
.ten					{font-size:10px;}
.eleven					{font-size:11px;}
.twelve					{font-size:12px;}
.thirtheen				{font-size:13px;}
.bold					{font-weight:bold;}
.italic					{font-style:italic;}
.uppercase				{text-transform:uppercase;}
.underline				{text-decoration:underline;}
.justify				{text-align:justify;}
.gold					{color:#AE8E65;} 
.white					{color:#FFFFFF;}
.black					{color:#000000;}
.arial					{font-family:Arial, Helvetica, sans-serif;}
.time					{font-family:"Times New Roman";}
.verdana				{font-family:Verdana, Geneva, sans-serif;}
.tahoma					{font-family:Tahoma, Arial, helvetica, sans-serif;}

/*tooltip*/
.tooltip .tooltip2		{position:absolute;display:none;}
.tooltip:hover .tooltip2{display:block;}
