/* SENT & SVARAŠ styles */
.ss_flokkar_combo, .ss_flokkar_combo_no_width  
{ 
	font-family: Tahoma;
	font-size: 11px; 
}

.ss_flokkar_combo {	width: 105px; }
.border 
{ 
	border: 1px solid #A5A5A5; 
}

.utborguntafla 
{
	border: 1px solid #A5A5A5; 
	width: 540px;
}

.ahersla {  font-weight: bold}
.takkar {  font-style: italic}

/* DISCREET overwritten from lin_common.css */
.discreet, .discreet a, .ss_flokkar_combo_no_width {
	text-align: left; 
	margin-top: 4px;
}

/* Drop down list for categories in SogS*/
.ss_flokkar_combo
{
	width: 190px;
}

.label { 
	vertical-align: middle;
    COLOR: #505050;
    text-align: right;	
    padding-right: 4px;
}


.box { 			/* use with ALIGNMENT to arrange element within */
	width: 100%; 	/* sets table within box to 100% */
	text-align: left; 	/* left align inside the area */
}


.td_padding td
{
	padding: 4px 0px 4px 0px;
}

/*table
{
	text-indent: 15px; 
}
*/
.tableRowAlt { background-color: #EEEEEE;} /* background line color DAE2E9  */
.tableRowWhite { background-color: FFFFFF; } /* background line color */


.infoText {			
	font-size: 12px;
	color: #505050;
}

.infoText a{			
	font-size: 12px;
	color: #5272A1;
	
}
.infoTextLinkur{			
	font-size: 12px;
	color: #5272A1;
	margin-left:45px;
	
}

/*Žaš sem er hérna fyrir nešan er aš stjórna senda.jsp sķšunni žaš er töflunni sem aš byrtist i content į senda_erindi.jsp templatinu*/

#ButtonTable{
width:633px;
cellspacing:0;
cellpadding:0;
bordercolor:#000000;
}

#ButtonTable td{
margin-left:500px;
}

/*----------*/
/* MESSAGES */
/*----------*/
.nota_bene	/* notice text when data not found... */
{
	font-weight: bold;
	color: #336699;
}

.error, .message, .discreet { font-size: 11px; }/* small text */

.error { color: #bb0000; }		/* error message red */

.message { color: #336699; }	/* info message lightblue */

.input-error {
	border-color: red;
	border-style: solid;
	border-width: thin;
}

.notice		/* NOTICE text on Mitt Svęši */
{
					/* change to left-right padding if needed */
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
}
.notice h2 { text-transform:uppercase ; }	/* notice headlines are uppercase */

.discreet { 				/* info text at page bottom */
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
}
 .readonly /* use for input when users cannot change data, but data is being retrieved with ajax */
{
	color: black;
	border: 0px;
	background-color: white;
}



/*---------*/
/* TOOLTIP */
/*---------*/

.tooltip		/* multiple tooltip areas can be on page */
{
	border: 2px solid #336699;
	font-size:9px;
	padding: 0px;
	font-family: Verdana;
	text-align: left;
	position: absolute;
	background-color: white;
	z-index: 100;
	width: 370px;
}
.tooltip b 	/* headings in tooltip texta use the B tag */
{
	font-size: 12px;
	background-color: #336699;
	color: white;
	width: 370px;
	padding-left: 4px;
}

.tooltip p 	/* normal text is in the P tag */
{
	padding: 4px;
	margin: 0px;
}
