hr {background-color: inherit; color: #898989; border-top: 1px solid #898989; border-bottom: none; border-left: none; border-right: none; padding: 0px;}

input, textarea {border: 1px solid #444;	padding-left: 3px; padding-right: 3px;}
textarea.big {width: 600px;height: 350px;}
textarea.small {width: 300px;height: 50px;}
textarea {border: 1px solid #444; padding-left: 3px; padding-right: 3px;}
form {padding: 0px; margin:0px;}
input.input {width: 150px;}
input.i250 {width: 250px;}
input.i50 {width: 50px;}
input.check {width: auto;border: none;}
input.regionCheck {width: auto;border: none;}
input.but {
	font-size: 13px;    
    border-left: 2px outset #FFFFFF;
    border-top: 2px outset #FFFFFF;
    border-right: 2px outset #F7F7F7;
    border-bottom: 2px outset #F7F7F7;
    height: 23px;
    margin-right: 3px;
}
input.but:active {
	font-size: 13px;    
    border-left: 2px inset #F7F7F7;
    border-top: 2px inset #F7F7F7;
    border-right: 2px inset #FFFFFF;
    border-bottom: 2px inset #FFFFFF;
    height: 23px;
    margin-right: 3px;
}
input.radio {border:none;}
textarea.html {width: 550px;height: 300px;}

span.rq { background-color: inherit; color: Red; margin: 0px 5px 0px 0px;}
.comment { background-color: inherit; color: #666;}

/*  ACTION td is used for different admin actions in list table such as "Add", "Edit", "Delete"*/
td.actions {
    color: #666;
    background-color: inherit;
    padding: 0px 3px 0px 3px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
}
    td.actions a {
    	text-decoration: none;
    }
    td.actions a:hover {
        background-color: inherit;
    	color: #666;
    	text-decoration: underline;
    }
/*
ADD ITEM table  id used for links Add User, Add Category etc
we use this link on the left and place pager on the right of the ADD table
*/
table.add {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
}
    table.add td {
    	padding: 0px;
    }
        table.add td select {
            font-size: 12px;
        }
        table.add td a, a.add {
        	font-weight: bold;
        	text-decoration: none;
        }
        table.add td a:hover, a.add:hover {
            background-color: inherit;
        	color: #d00;
        	text-decoration: underline;
        }
/* Error class */
.error {
  background-color: #F9E1E1;
  color: #000;
  border: 1px solid #EAAEAE;
  padding: 6px;
}
/*  table for LISTS such as list of user etc  */
table.list { width: 100%; font-size: 12px;}
    table.list td {	padding: 3px; vertical-align: top;}
        table.list td.portlet, table.list td.portlet td  {padding: 0px;}
    table.list td.portlet {	padding-bottom: 10px;}
    table.list th {
        background-image: url("../pix/bgTH.gif");
        background-repeat: repeat-x;
        height: 32px;
        color: #fff;
        padding: 3px;
        text-align: left;
    }
    table.list th.normal { font-weight: normal;}
        table.list th a { background-color: inherit; color: #fff; text-align: center; text-decoration: underline }

/*  special table for different FORMS such as login form, registration form etc  */
table.form {	
	font-family: arial, san-serif;
	font-size: 12px;
	width: 99%;
	padding: 0;
	margin: ;
	border: 4px solid #d7d7d7;	
	}	
table.form td {
	text-align: left;
	
	background-color: #f0f5fa;
	padding: 5px;
	}
    table.form td.fieldName {     	    	
    	text-align: right;
    	font-weight: bold;	
    	}
    table.form td.rightAlign {     	    	
    	text-align: right;
    	}    	
    table.form td.no-padding { padding: 0px;}
    table.form td.part { background-color: #fff; color: #000; font-weight:bold; text-align: center;}
    table.form td.headline {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		height: 33px;
		padding: 0px 5px 0px 8px;
		text-align: left;
		margin: 0;
		background: url(../pix/journalist_bg.gif) repeat-x;
    	}
    table.form td.subheadline {
    	background-color: #d7d7d7;
		font-weight: bold;
		text-align: left;
		padding: 5px;
		background: url(../pix/journalist_bg2.gif) repeat-x;
    	}
	table.form td.subheadlineR {
    	background-color: #d7d7d7;
		font-weight: bold;
		text-align: right;
		padding: 5px;
		background: url(../pix/journalist_bg2.gif) repeat-x;
    	}    	
    table.form td.separator {
    	background-color: #ffffff;
    	}    	
    table.form td.no-items {
	    background-color: inherit;
	    color: #666;
	    font-style: italic;
	    text-align: center;
    }
    

/*  we use different colors for even and odd colors
odd:  basic color
even:  highlighted color
*/
tr.even {
	background-color: #f0f0fa;
	color: inherit;
}
tr.odd {
	background-color: #f1f1f1;
	color: inherit;
}

/*  this class we use when table is empty - NO ITEMS to display  */
.no-items {
    background-color: inherit;
    color: #666;
    font-style: italic;
    text-align: center;
}

/*  PAGER table  */

table.pager td {
    background-color: inherit;
    color: #404040;
    font-size: 10px;
}
    table.pager td a, table.add table.pager td a{
        background-color: inherit;
        color: #215DC6;
    }
    table.pager td a.num, table.add table.pager td a.num{
        color: inherit;
    	background-color: #eeeeee;
    	padding: 3px 5px 3px 5px;
    }
    table.pager td a.num:hover, table.add table.pager td a.num:hover{
        color: #fff;
        background-color: #aaaaaa;
    	text-decoration: none;
    }
    table.pager span.current {
        font-weight: bold;
        background-color: #ccc;
        color: #000;
        padding: 3px 5px 3px 5px;
    }
/*  end of PAGER table  */

/*  div for MAIN MENU  */
div.tabs {
  	background-color: #fff;
  	color: #666;
  	padding: 0px 0px 0px 0px;
  	height: 45px;
	text-align: left;
	vertical-align: bottom;
}
/*  end of div for MAIN MENU  */


table.main {width: 100%;}
	table.main td.leftArea  {vertical-align: top; padding: 10px; width: 20%;}
	table.main td.separator  {background-color: #888888; vertical-align: top; width: 1px;}
	table.main td.content  {vertical-align: top; padding: 10px; width: 80%;}

/* left colum styles */
div.laTitleBox {
    padding: 0px;
    margin: 0px;
    width: 230px;
    height: 32px;
    background: url("../pix/laTitleBox.gif") no-repeat center top;
}
div.laTitle {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 7px 0px 0px 24px;
    margin: 0px;
}
div.laItemBox {
    padding: 0px;
    margin: 0px;
    width: 228px;
    line-height: 12px;
    border: 1px solid #bbbbbc;
    background-color: #f8f8f8;
    border-top: 0px;
}
div.laPaddingItemBox {
    padding: 10px;
    margin: 0px auto 0px auto;
    text-align: left;
}
/* Opportunities styles */
span.oppSubjectTitle {
    color: #000;
}
td.oppDesc {
    border: 1px solid #bbbbbc;
    background-color: #f8f8f8;
}
td.bold {
    font-weight: bold;
}
a.submitResponse {
    color: #d00;
    text-decoration: none;
}
a.submitResponse:hover {
    color: #a00;
    text-decoration: underline;
}
/* other */
.fs12px {
    font-size: 12px;
}
.fs13px {
    font-size: 13px;
}
/* company person styles */
div.personAddEdit {
    border: 1px solid #bbbbbc;
    background-color: #f8f8f8;
}
textarea.bio {
    width: 370px;
    height: 80px;
}
/* company person styles */
div.addEdit {
    border: 1px solid #bbbbbc;
    background-color: #f8f8f8;
}

/* now errors.tpl use this styles */
fieldset.error {
    border: 1px solid #b11;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
    text-align: left;
    width: 362px;
}
fieldset.error legend {
    font-size: 13px;
    font-weight: bold;
    color: #b11;
    margin: 2px;
}

#paddingLS { padding: 20px 0px 20px 20px; margin: 0;}
#lsTitle {
    margin: 0;
    padding: 5px 0px 5px 0px;
    width: 240px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background: url(../pix/journalist_bg2.gif) repeat-x;
}
#lsTitle2 {
    margin: 0;
    padding: 5px 0px 5px 5px;
    width: 210px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background: url(../pix/journalist_bg2.gif) repeat-x;
}
#lsTitle3 {
	margin: 0;
    padding: 5px 0px 5px 0px;
    width: 240px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background: url(../pix/journalist_bg2.gif) repeat-y;
}
/* style used at page ContactList/AddEdit page */
table.availContacts  {
    widht: 80%;
    border: 1px solid #bbbbbc;
    font-size: 12px;
}
table.availContacts tr, table.availContacts th, table.availContacts td {
    border: 1px solid #bbbbbc;
}
table.availContacts th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

div.logo {
	padding: 10px 10px 0px 10px;
}

#journalist td.calendar a {
	color: #ffffff;
}

#journalist td.text1 a.noUnderline {
	text-decoration: none;
}