/**
* Tag Styling 
*/
pre {
    font-family:Arial,Verdana,sans-serif;
    color:#009900;      
}

form {
    margin: 0px;
    padding: 0px;
}

/**
* Class Styling
*/

.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration: underline; }
.w50  { width: 50px; }
.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w350 { width:350px; }   
.w400 { width:400px; }   
.w450 { width:450px; }   
.w500 { width:500px; }   
.error { color:#CC0000; }
.success { color:#009900; }
.instructions { color:#777777; }
.padding { padding:10px; }

.dialog { display:none; }

.icon { 
    padding:2px 0px 2px 20px;
    background-repeat:no-repeat;
    background-position:3px center;
}

.fadedOut75 {

    color: silver;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;

}


.edit { background-image: url("../images/icons/pencil.png"); }
.add 
{ 
	background-image: url("../images/icons/add.png"); 
	background-repeat:no-repeat;
	padding-left: 24px; 
	margin-bottom: 2px; 
	padding-bottom: 1px; 
	background-repeat: no-repeat; 
	background-position: 3px center; 
	cursor: pointer; 
	color: rgb(154, 62, 149); 
}
.delete { background-image: url("../images/icons/delete.png"); }
.zoom { background-image: url("../images/icons/zoom.png"); }
.print { background-image: url("../images/icons/printer.png"); }
.save { background-image: url("../images/icons/disk.png") ;}
.cancel { background-image: url("../images/icons/cancel.png"); }
.up { background-image: url("../images/icons/arrow_up.png"); }
.down { background-image: url("../images/icons/arrow_down.png"); }
.left { background-image: url("../images/icons/left.png"); }

.field {
         padding:10px 0px;
}

.field .label {
         font-weight:bold;
         padding:2px 0px;
}

.field .input {}

.field .input input[type=text] {
         padding: 5px 0px 5px 22px;
         border:1px solid #999;
         background-color:#FFFFEE;
         background-image: url("../images/icons/pencil.png");
         background-repeat:no-repeat;
         background-position: 4px 4px;
}

.field .input input[type=submit],.field .input input[type=button] {
         padding: 5px 0px 5px 22px;
         border:1px solid #999;
         background-color:#EEEEEE;
         cursor:pointer;
}



.ui-state-highlight { 
    
    margin: -3px;
    background-color: #EFEFEF;
    border: 3px dotted #DFDFDF;
    
    
}

.article_admin tbody td {

    

}
