@charset "utf-8";
/* CSS Document for News Application */

/* CSS for Structure */
/* ----------------- */

/* CSS for NewsEdit Structure */
table#newsEdit {width:500px; border:1px solid #666; padding:2px; background-color:#CCC;}
table#newsEdit td {font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:left; 
vertical-align:top;}
table#newsEdit td.label {background-color:#666; color:#FFF; padding:7px 0px 5px 5px; width:80px;}
table#newsEdit td.controlContainer, table#newsEdit td.buttonContainer {padding:5px 0px 5px 5px;}
table#newsEdit td.buttonContainer {text-align:right;}

/* CSS for NewsView Structure */
table#newsView {border-bottom:1px solid #666;padding:2px;width:100%;}
table#newsView td {color:#666;font:12px Arial, Helvetica, sans-serif;text-align:left;vertical-align:top;}
table#newsView td.label {color:#666;font-weight:bold;padding:5px 0px 5px 5px; width:80px;}
table#newsView td.controlContainer {padding:5px 0px 5px 5px;}
table#newsView td.controlContainer a{color:#0E1877;font-weight:bold;}
table#newsView td.buttonContainer {padding:5px 0px 5px 5px; text-align:right;}


/* CSS for Controls */

/* Generic Control Properties */
/* -------------------------- */

/* All Controls in NewsEdit Form will have these common Properties */
table#newsEdit select, table#newsEdit input, table#newsEdit textarea, table#newsEdit
{font-family:Arial, Helvetica, sans-serif; font-size:14px;}
table#newsEdit select, table#newsEdit input[type="text"], table#newsEdit textarea
{background-color:#FFF; border:1px solid #666; padding:2px;}

/* All Controls in NewsView Form will have these common Properties */


/* Specific Control Properties for NewsEdit Form Controls */
/* ------------------------------------------------------ */

.dateDropDown {margin-right:5px; width:90px;}
.dateTextBox {margin-right:5px;}
.newsTextArea {width:397px;}

/* Now Button and Save Button */
.nowButton, .saveButton 
{cursor:pointer; background-color:#666; color:#FFF; border:1px solid #666;}

/* Now Button Hover Properties */
.nowButton:hover {background-color:#999;}

/* Save Button Hover Properties */
.saveButton:hover {background-color:#FF6600;}

/* Specific Control Properties for NewsView Form Controls */
/* ------------------------------------------------------ */

.editButton, .addNewButton 
{cursor:pointer; background-color:#666; color:#FFF; border:1px solid #666;}

/* Now Button Hover Properties */
.editButton:hover {background-color:#999;}

/* Save Button Hover Properties */
.addNewButton:hover {background-color:#FF6600;}

/* Paging Control Properties */
/* ------------------------- */

.pagingTable {font:12px Arial, Helvetica, sans serif;margin:10px 0;width:100%;}

.pagingCurrent{display:block;font-weight:bold;text-align:center;}

.pagingToken, .pagingToken:link, .pagingToken:visited {display:block; padding:2px 5px; color:#fff!important; background-color:#0E1877; font-weight:bold!important; text-decoration:none; text-transform:none!important; text-align:center;}
.pagingToken:active, .pagingToken:hover{ background-color:#FF6600; padding:2px 5px; color:#fff!important; font-weight:bold!important; text-decoration:none; text-transform:none!important;}

/* News Item CSS */
/* ------------- */

/*News Item Container*/
#news_item{padding:10px; width:98%; font:bold 12px Arial, Helvetica, sans-serif; line-height:150%; color:#666;}

/*Header Style*/
#news_item h2{color:#0E1877;float:left;font-size:23px;margin:0;font-weight:bold;}

/*News Item Style*/
#news_item p{padding:10px 0 0; text-align:justify; font-weight:normal;}