@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Style Sheet - ส่วนมากจะใช้กับ Control Panel ของระบบข่าวครับ
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


/* ########################################################	Properties Cursor Default */
.cursor-default		{cursor:default;}
.cursor-hand		{cursor:hand;}
/* ########################################################	Body Tag */
body		{
			margin-top:0;
			margin-left:0;
			margin-right:0;
			margin-bottom:0;
			font-family:MS Sans Serif;
			font-size:12px; 
			color:#444444;
		}		
td		{
			font-family:MS Sans Serif; 
			font-size:12px; 
			color:#444444;
		}
/* ########################################################	Text  */
a		{
			text-decoration:none;
			cursor:hand;
		}
.t-n-w		{	/* สีขาว 1 */
			color:#FFFFFF;
		}
		a.t-n-w		{	/* สีขาว 1 */
					color:#FFFFFF;
				}
				a.t-n-w:hover	{	/* สีขาว 1 */
							color:#FFFFFF;
							text-decoration:underline;
						}
.t-n-bl		{	/* สีดำ 1 */
			color:#222222;
		}
		a.t-n-bl		{	/* สีดำ 1 */
					color:#222222;
				}
				a.t-n-bl:hover	{	/* สีดำ 1 */
							color:#222222;
							text-decoration:underline;
						}

/* ########################## news table style sheet ########################## */
.mouseout	{
			 background-color:#FFFFFF; 
		}
.mouseover	{
			 background-color:#BBBBBB; 
		}
.mouseout2	{
			 background-color:#FFFFFF; 
		}
.mouseover2	{
			 background-color:#F7F7F7; 
			 cursor:hand;
		}
.bglightblue	{
			 background-color:#F2FFE3; 
			 cursor:pointer;
		}
.bgred		{
			 background-color:#FFEEEE; 
			 cursor:pointer;
		}
/* ################################ input ################################ */
.submit		{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:25px;
		}
.submitbig	{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:35px;
			width:80px;
		}
/* ################################ Picture & HR ################################ */
.pic		{
			border-style:solid;
			border-width:1px;
			border-color:#444444;
		}
.pic2		{
			border-style:solid;
			border-width:3px;
			border-color:#FFFFFF;
			filter:alpha(opacity=60);
		}
hr.lmenu 		{
      			border: 1px solid #DDDDDD;
      			height: 1px;
    		}