﻿

@media screen
{

	.print
	{
		display: none; 
	}
	A:link
	{
		color: #4269E7;
		text-decoration: underline;
	}
	A:visited
	{
		color: #4269E7;
		text-decoration: underline;
	}
	A:active
	{
		color: #4269E7;
		text-decoration: underline;
	}
	A:hover
	{
		color: #4269E7;
		text-decoration: underline;
		cursor:pointer;
	}

	A.redLink:link
	{
		color: Red;
		text-decoration: underline;
	}
	A.redLink:visited
	{
		color: Red;
		text-decoration: underline;
	}
	A.redLink:active
	{
		color: Red;
		text-decoration: underline;
	}
	A.redLink:hover
	{
		color: Red;
		text-decoration: underline;
	}

	A.whiteLink:link
	{
		color: #FFFFFF;
	}
	A.whiteLink:visited
	{
		color: #FFFFFF;
	}
	A.whiteLink:active
	{
		color: #FFFFFF;
	}
	A.whiteLink:hover
	{
		color: #FFFFFF;
	}
	a.disabled
	{
		color: silver;
		cursor: default;
	}

	tr.row_sms
	{
		background-color: Wheat;
	}

	table tr td
	{
		font-size: 12px;
	}

	.verticaltext
	{
		text-align: left;
		writing-mode: tb-rl;
		filter: flipv fliph;
	}



	.azure
	{
		background-color: azure;
	}
	.honeydew
	{
		background-color: honeydew;
	}
	/* from main_orig.css*/
	body
	{
		background-color: white;
		font-family: verdana;
		font-size: 80%;
		margin: 0pt;
		padding: 4pt;
	}

	a, a:visited, a.active, .hyperlink
	{
		color: #4169E1;
		text-decoration: underline;
	}

	a.hyperlinkDisabled
	{
		color: #ADAA9C;
		text-decoration: underline;
	}

	a.tablink
	{
		text-decoration: none;
	}

	input
	{
		cursor: pointer;
	}
	

	input.missingtxtgrid
	{
		background: #FF6347;
		border: 0px;
	}
	input.radio
	{
		border: 0px;
	}
	input.checkbox
	{
		border: 0;
		margin: 0;
		padding: 0;
	}
	input.grid, input.gridc
	{
		background-color: #F5DEB3;
		border: 0px;
		margin: 0px;
		padding: 0px;
		cursor: text;
	}

	input.gridc
	{
		text-align: center;
	}

	ul.tabbottom
	{
		margin-top: 2pt;
		margin-right: 2%;
		margin-left: 0;
		padding: 0;
		border-top: 1px solid gray;
	}
	input.tabbottom, input.tabbottomactive
	{
		padding: 1pt;
		border-right: 1px solid gray;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		border-top: 0;
		display: inline;
		background-color: #EEE;
		font-size: 8pt;
		margin: 0;
		padding-top: 0px;
	}
	input.tabbottomactive
	{
		padding-left: 6pt;
		padding-right: 6pt;
		background-color: #FFF;
		padding-bottom: 2pt;
	}
	form
	{
		margin: 0px;
		border: 0px;
		padding: 0px;
		display: inline;
	}
	label
	{
		cursor: hover;
	}
	div.frame, .silverframe
	{
		border: 1px solid gray;
		padding: 2pt;
		margin: 2pt;
	}
	.silverframe
	{
		background-color: #F5F5F5;
		padding-right: 0pt;
		padding-left: 0pt;
		margin-right: 0pt;
		margin-left: 0pt;
	}
	.selectedframe
	{
		background-color: #F5F5F5;
		padding: 2pt;
		margin: 2pt;
		padding-right: 0pt;
		padding-left: 0pt;
		margin-right: 0pt;
		margin-left: 0pt;
		border: 5px solid YellowGreen;
	}
	
	div.mark-table-frame
	{
		width:220px;
		text-align:center;
	}
	
	div.mark-table-frame > div
	{
		padding-top:10px;
		margin-bottom:20px;
	}

	select
	{
		cursor: pointer;
	}

	div.errframe
	{
		border: 1px solid red;
		background-color: yellow;
		padding: 4px;
	}
	div.info
	{
		border: 1px solid #AAF;
		color: black;
		width: 98%;
	}

	h1, caption, td.caption
	{
		color: #FFFFFF !important;
		font-size: 14px;
		font-family: verdana;
		text-align: center;
		font-weight: bold;
		background-color: gray;
		margin-top: 0pt;
		margin-left: 0pt;
		margin-right: 0pt;
		padding: 2pt;
	}
	
	h1
	{
		margin-bottom: 10pt;
	}

	h2
	{
		color: black;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		margin: 2px;
		padding: 2px;
		text-decoration: underline;
		font-style: normal;
	}

	h2 .left
	{
		color: black;
		font-size: 12px;
		font-weight: bold;
		margin: 2px;
		padding: 2px;
	}

	h3
	{
		color: black;
		font-size: 9pt;
		line-height: 8pt;
		text-decoration: none;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}

	h4
	{
		color: black;
		font-size: 8pt;
		text-decoration: underline;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

	h5
	{
		color: black;
		font-size: 9pt;
		line-height: 8pt;
		text-decoration: none;
		font-weight: bold;
		margin: 2px;
		padding: 0;
		text-align: center;
	}


	hr
	{
		color: gray;
		height: 1px;
	}

	th
	{
		color: #FFFFFF;
		background-color: gray;
		border-color: gray;
		font-size: 12px;
		font-weight: normal;
	}
	.th_v2
	{
	    color: #FFFFFF;
		background-color: gray;
		border-color: gray;
		font-size: 12px;
		font-weight: normal;
	}

	.th
	{
		color: #FFFFFF;
		background-color: gray;
		border-color: gray;
		font-size: 12px;
		font-weight: normal;
	}
	td
	{
		font-size: 12px;
	}
	a.whitelink, a.whitelink:visited, a.whitelink:active
	{
		color: white;
		text-decoration: underline;
	}
	ul.menu, li.menu
	{
		padding: 2px;
		margin: 0px;
		margin-left: 4px;
	}
	
	.tbllist
	{
		border: 1px solid red;
	}
	.changedrow
	{
		background-color: #FAA;
	}
	.okrow
	{
		background-color: #DFF1D3;
	}
	.redlabel, a.redlabel, a:visited.redlabel, a:active.redlabel
	{
		color: red;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.greenlabel, a:visited.greenlabel, a:active.greenlabel
	{
		color: green;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.boldlabel
	{
		color: black;
		font-weight: bold;
	}
	.reqstar
	{
		color: red;
		font-weight: bold;
		font-size: 16px;
	}
	.formframe
	{
		border: 1px solid gray;
		background-color: #F5F5F5;
	}
	.missingtxt
	{
		background: #FF6347;
		border: 0px;
		margin: 0px;
		padding: 0px;
		cursor: text;
	}
	.table1, .tablec
	{
		background-color: #F5F5F5;
		border-bottom: 1px solid silver;
	}
	.table2
	{
		background-color: #F5F5F5;
		padding: 0pt;
		border-spacing: 0pt;
		border: 1px solid gray;
		border-bottom: 0px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.tablec
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.message
	{
		margin: auto;
		text-align: center;
		border: 1px solid gray;
		background-color: #F5F5F5;
		font-weight: bold;
		padding: 10pt;
		margin-bottom: 2pt;
	}
	.rowconflicting
	{
		background-color: #FFB0D0;
	}
	.rowhilight
	{
		background-color: #FF9;
	}
	.row1
	{
		background-color: #F5F5F5;
	}
	.row2
	{
		background-color: #FFFFFF;
	}
	.row3
	{
		background-color: #E0E0E0;
	}
	.rowselected
	{
		background-color: lightgreen;
	}
	.cell1
	{
		border-left: 1px solid silver;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cell1first
	{
		border-left: 1px solid silver;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cell1last
	{
		border-left: 1px solid silver;
		border-right: 1px solid silver;
		padding-left: 5px;
		padding-right: 5px;
	}
	.right
	{
		text-align: right;
	}
	.left
	{
		text-align: left;
	}
	.center
	{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.informative2
	{
		color: black;
		background-color: lightyellow;
		margin-top: 2pt;
		margin-bottom: 2pt;
		padding: 2px;
		text-align: center;
		line-height: 1.5;
	}
	
	.informative
	{
		color: black;
		border-top: 1px solid gray;
		border-bottom: 1px solid gray;
		background-color: lightyellow;
		margin-top: 2pt;
		margin-bottom: 2pt;
		padding: 2px;
		text-align: center;
		line-height: 1.5;
	}
	div.warning
	{
		margin-top: 2pt;
		margin-bottom: 2pt;
		border: solid 2px #FF0000;
		padding: 5px 2px 5px 2px;
		background-color: #FFFFFF;
		color: #FF0000;
		text-align: center;
		font-weight: bold;
	}
	.inputbackground
	{
		background-color: #F5DEB3;
	}
	.cell1grid, .cell1gridl, .cell1gridr, .cell1gridc
	{
		border-bottom: 1px solid gray;
		border-left: 1px solid silver;
	}
	.cell1firstgrid, .cell1firstgridl, .cell1firstgridr, .cell1firstgridc
	{
		border-bottom: 1px solid gray;
	}
	.cell1lastgrid, .cell1lastgridl, .cell1lastgridr, .cell1lastgridc
	{
		border-bottom: 1px solid gray;
		border-left: 1px solid silver;
		border-right: 1px solid silver;
	}
	
	.cell1last1grid, .cell1last1gridl, .cell1last1gridr, .cell1last1gridc
	{
		border-bottom: 1px solid gray;		
		border-right: 1px solid silver;
	}
	
	.cell1lastingrid
	{
		border-bottom: 1px solid gray;
			
	}
	.cell1gridr, .cell1firstgridr, .cell1lastgridr
	{
		text-align: right;
	}
	.cell1gridl, .cell1firstgridl, .cell1lastgridl
	{
		text-align: left;
	}
	.cell1gridc, .cell1firstgridc, .cell1lastgridc,.cell1last1gridc
	{
		text-align: center;
	}

	.cell1grid_h, .cell1gridl_h, .cell1gridr_h, .cell1gridc_h
	{
		border-bottom: 1px solid silver;
		border-left: 1px solid silver;
		border-top: 1px solid silver;
	}
		
	.cell1firstgrid_h, .cell1firstgridl_h, .cell1firstgridr_h, .cell1firstgridc_h
	{
		border-bottom: 1px solid silver;
	}
	.cell1last1gridc_h, .cell1last1gridl_h, .cell1last1gridr_h, .cell1last1gridc_h
	{
		border-bottom: 1px solid silver;
		border-right: 1px solid silver;		
		border-top: 1px solid silver;
	}
	.cell1lastgrid_h, .cell1lastgridl_h, .cell1lastgridr_h, .cell1lastgridc_h
	{
		border-bottom: 1px solid silver;
		border-left: 1px solid silver;
		border-right: 1px solid silver;
		border-top: 1px solid silver;
	}
	
	.cell1grid_h_b
	{
		border-bottom: 1px solid gray;
		border-left: 1px solid silver;
		border-top: 1px solid gray;
	}
	
	.cell1lastgrid_h_b
	{
		border-bottom: 1px solid gray;
		border-left: 1px solid silver;
		border-right: 1px solid silver;
		border-top: 1px solid gray;
	}
	
	.cell1gridr_h, .cell1firstgridr_h, .cell1lastgridr_h
	{
		text-align: right;
	}
	.cell1gridl_h, .cell1firstgridl_h, .cell1lastgridl_h
	{
		text-align: left;
	}
	.cell1gridc_h, .cell1firstgridc_h, .cell1lastgridc_h
	{
		text-align: center;
	}

	.radio
	{
		border: 0px;
	}
	.tiny
	{
		font-size: 8pt;
		padding: 0pt;
		margin: 0pt;
	}
	.underline
	{
		text-decoration: underline;
	}
	.silver
	{
		color: silver;
	}
	.frametitle
	{
		padding-top: 2pt;
		padding-left: 4pt;
		text-decoration: underline;
	}
	.unit
	{
		width: 20px;
		border: 0px;
		background-color: lightyellow;
	}



	ul.menu
	{
		padding: 2px;
		margin: 0px;
		margin-left: 4px;
	}
	ul.menu li
	{
		padding-top: 10px;
		color: #4169E1;
	}
	ul.menu li ul li
	{
		padding-top: 3px;
	}
	ul.menu a.menuLink
	{
		color: #4169E1;
	}



	ul.menuForPrevYears
	{
		padding: 2px;
		margin: 0px;
		margin-left: 4px;
	}
	ul.menuForPrevYears li
	{
		padding-top: 10px;
		color: #FF0000;
	}
	ul.menuForPrevYears li ul li
	{
		padding-top: 3px;
	}
	ul.menuForPrevYears a
	{
		color: #FF0000;
	}

	.reportbody
	{
		font-family: Tahoma;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		text-decoration: none;
		text-align: left;
	}
	.reportright
	{
		font-family: Tahoma;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		text-decoration: none;
		text-align: right;
	}
	.reportheader
	{
		font-family: Tahoma;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}
	.reportlesson
	{
		font-family: Tahoma;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
	}
	.reportmd
	{
		font-family: Tahoma;
		font-size: 12px;
		font-style: italic;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
	}
	.reportdev
	{
		font-family: Tahoma;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: dashed;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: none;
		border-right-color: #000000;
		border-bottom-color: none;
		border-left-color: none;
	}

	.mark_insufficient
	{
		color: Red;	
		font-weight: bold;	
	}

	.mark_insufficient1
	{
		color: Maroon;		
	}

	.mark_sufficient
	{
		color: #ff9900;
		font-weight: bold;
	}
	.mark_optimum
	{
		color: Green;
	}
	.mark_hight
	{
		color: Blue;
	}
	.mark_iesk_style
	{
		white-space: nowrap;
	}
	.mark_videji_style
	{
		white-space: nowrap;
	}
	.insufficient
	{
		color: Black;
		background-color: Coral;
	}
	.insufficient1
	{
		color: Black;
		background-color: Red;
	}
	.sufficient
	{
		color: Black;
		background-color: Yellow;
	}
	.optimum
	{
		color: Black;
		background-color: GreenYellow;
	}
	.hight
	{
		color: Black;
		background-color: LightBlue;
	}
	.A_O
	{
		color: Black;
		background-color: Plum;
	}

	div.user_attention
	{
		margin: 10px auto 10px auto;
		border: solid 1px #FF0000;
		padding: 2px 2px 2px 2px;
		font-weight: bold;
		text-align: center;
		color: #FF0000;
		background-color: #FFFFFF;
	}



	.validationMessage
	{
		margin: 5pt 0pt 10pt 0pt;
		border: solid 1pt #FF3333;
		padding: 2pt 2pt 2pt 2pt;
		font-family: Verdana, Arial;
		font-size: 9pt;
		font-weight: bold;
		color: #FF4500;
		background-color: #FFFBCB;
	}

	.validationMessage_Single
	{
		margin: 10pt 0pt 10pt 0pt;
		border: solid 1pt #FF3333;
		padding: 8pt 0pt 8pt 0pt;
		font-family: Verdana, Arial;
		font-size: 9pt;
		font-weight: bold;
		color: #FF4500;
		text-align: center;
		background-color: #FFFBCB;
	}

	#plzWait
	{
		position: absolute;
		margin-top: 40%;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		border-top: 2px solid white;
		border-left: 2px solid white;
		border-right: 2px solid gray;
		border-bottom: 2px solid gray;
		background-color: #F5F5F5;
		display: none;
		font-family: Verdana;
		text-align: center;
	}

	.container
	{
		width: 300px;
		padding: 2pt;
		margin: 2px;
		border: 1px solid #777;
		background-color: #EEE;
	}




	.val
	{
		font-weight: bold;
	}

	.red
	{
		color: red;
		text-decoration: none;
	}

	.green
	{
		color: green;
		text-decoration: none;
	}

	.black
	{
		color: Black;
		text-decoration: none;
	}

	.blue
	{
		color: Blue;
		text-decoration: none;
	}
	
	.lavender
	{
		color: Lavender;
		text-decoration: none;
	}

	#footer
	{
		clear: both;
		padding: 2pt;
		margin: 1pt;
	}

	.fullwidth
	{
		margin-left: auto;
		margin-right: auto;
		width: 98%;
	}

	.bordertop
	{
		border-top: 2px solid gray;
	}

	.small
	{
		font-size: 8pt;
	}
	
	
	
	
	
	
	.messageBlock
	{
	    margin: 10px auto;
	    padding: 10px 10px 10px 10px;
	    border: solid 1pt #FF3333;
	    color: #000000;
	    background-color: #FFFBCB;
    }
    
    .messageBlock span
    {
	    background: url('/pix/msgbox-icons-sprite.gif') no-repeat 0 0;
	    float: left;
	    width: 25px;
	    height: 25px;
	    display: block;
    }

    .messageBlock h6
    {
	    margin: 0 0 .25em 35px;
	    padding: 0;
	    text-align: left;
		font-size: 9pt;
		font-weight: bold;
		color: #FF4500;
    }

    .messageBlock p
    {
	    margin: 0 0 .25em 35px;
	    padding: 0;
	    text-align: left;
	    font-weight: normal;
	    color: #000000;
    }

    .messageBlockTypeWarning span {background-position: 0 -50px;}
}


.error, .done
{
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid;
	z-index: 99;
	color: maroon;
	font-size: medium;
	text-align: center;
}
.su
{
	padding: 5px;
	border: 1px solid;
	z-index: 99;
	border-color: Maroon;
	background-color: Pink;
}

.error
{
	border-color: Maroon;
	color: Maroon;
	background-color: Pink;
}

.done
{
	border-color: DarkGreen;
	color: DarkGreen;
	background-color: LightGreen;
}

.mark_insufficient1_back
{
	background-color: Red;
}
.mark_insufficient_back
{
	background-color: Coral;
}
.mark_sufficient_back
{
	background-color: Yellow;
}
.mark_optimum_back
{
	background-color: GreenYellow;
}
.mark_high_back
{
	background-color: LightBlue;
}

.txtEKlase_Header
{
	font-size: 18px;
	font-weight: bold;
}

#divPleaseWait
{
	/*vecais variants: 	z-index: 100;     background-image: url(../pix/semi_transparent_2x2_full.gif);     background-repeat: repeat;     border: solid 1px Black;     position: fixed;     top: 0px;     left: 0px;     width: 100%;     height: 100%;*/
	position: fixed;
	height: 1000px; /*tāpēc kā IE6 nesaprot "fixed" un "100%"*/
	width: 100%;
	top: 0;
	left: 0;
	background-color: none;
	background-image: url(../pix/time.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
	display:none;
}

/*Custom Buttons*/

.clear
{
	/* generic container (i.e. div) for buttons */
	overflow: hidden;
	width: 100%;
	margin: 10px;
	text-align: center;
	vertical-align:top;
}

.bottom
{
	/*Fixed panel with buttons in the bottom of the screen*/
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding-top:10px;
	text-align: center;
	vertical-align: middle;
	background-color: #AEDCFF;
	border-top:1px solid #6ABEFF;
	box-shadow: 0 0 20px #AEDCFF;
	-moz-box-shadow: 0 0 20px #AEDCFF;
	-webkit-box-shadow: 0 0 20px #AEDCFF;
	z-index:100;
}

.bottom_anchor
{
	position:fixed;
	bottom:30px;
	left:3px;
	text-align: center;
	vertical-align: middle;
	background-color: #AEDCFF;
	border:1px solid #6ABEFF;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	border-bottom:0;
	box-shadow: 0 0 20px #AEDCFF;
	-moz-box-shadow: 0 0 20px #AEDCFF;
	-webkit-box-shadow: 0 0 20px #AEDCFF;
	z-index:110;
	font-family: Calibri, Verdana, Arial;
	font-size:8pt;
	color: royalblue;
	cursor:pointer;
}


.button
{
	background: transparent url(../pix/buttons.png) no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #444;
	outline: none;
	margin-bottom:10px;
	vertical-align:text-top;
	font-size:11px;
	padding-bottom:0px;
	font-family: Verdana;
}
/*CSS HACK for firefox*/

@-moz-document url-prefix() {
  .button {padding-bottom:3px;}
}

.button:hover, .button:focus
{
	background: transparent url(../pix/buttons-highlight.png) no-repeat;
	background-position: 0px -80px;
}

 .button:active
 {
 	background: transparent url(../pix/buttons-pushed.png) no-repeat;
	background-position: 0px -80px;
 }

.button:disabled, .button[disabled='disabled']
{
	color: #666;
	cursor: auto;
	background-position: 0px -80px;
	color:Silver;
}

.button.default
{
	font-weight: bold;
}

.button
{
	background-position: 0px -80px;
	width: 200px;
}

.button.red
{
	color:Black !important;
	background-position: 0px -0px;
}
.button.green
{
	color:Black !important;
	background-position: 0px -20px;
}
.button.yellow
{
	color:Black !important;
	background-position: 0px -40px;
}
.button.blue
{
	color:Black !important;
	background-position: 0px -60px;
}

.button.small
{
	background-position: -210px -80px;
	width: 120px;
}

.button.red.small
{
	color:Black !important;
	background-position: -210px -0px;
}
.button.green.small
{
	color:Black !important;
	background-position: -210px -20px;
}
.button.yellow.small
{
	color:Black !important;
	background-position: -210px -40px;
}
.button.blue.small
{
	color:Black !important;
	background-position: -210px -60px;
}

.button.large
{
	background-position: -340px -80px;
	width: 300px;
}

.button.red.large
{
	color:Black !important;
	background-position: -340px -0px;
}
.button.green.large
{
	color:Black !important;
	background-position: -340px -20px;
}
.button.yellow.large
{
	color:Black !important;
	background-position: -340px -40px;
}
.button.blue.large
{
	color:Black !important;
	background-position: -340px -60px;
}
.button_xlarge
{

    width: 400px;
    height: 50px;
}

.button_high
{
	width: 250px;
    height: 50px;
    
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #444;
	outline: none;
	margin-bottom:10px;
	vertical-align:text-top;
	font-size:11px;
	padding-bottom:0px;
	font-family: Verdana;
	border : solid 1px gray;
	border-radius: 0.3em;
	background-color : #E2E2E2;
}

.button_high:hover, .button_high:focus
{
	border : solid 1px #CCCC00;
	/*background: transparent url(../pix/buttons-highlight.png) no-repeat;
	background-position: 0px -80px;*/

}

/*End of custom buttons*/

div.selector
{
	margin: 0px auto;
	border: solid 1px #808080;
	width: 200px;
	background-color: #FFFFFF;
}

div.selector div.OptionNormal_Odd
{
	padding: 3px 3px 3px 3px;
	background-color: Transparent;
	text-align: center;
	cursor: pointer;
}

div.selector div.OptionNormal_Even
{
	padding: 3px 3px 3px 3px;
	background-color: #F5F5F5;
	text-align: center;
	cursor: pointer;
}

div.selector div.OptionHighlighted
{
	padding: 3px 3px 3px 3px;
	background-color: #66FF99;
	text-align: center;
	cursor: pointer;
}


.sparce-list li
{
	margin-bottom: 1em;
}

table.table_news
{
	border-width: 0px;
}

table.table_news td.table_news_cell_0
{
	color: Gray;
	vertical-align: top;
	padding-right: 5px;
}

table.table_news td.table_news_cell_1
{
	padding-bottom: 15px;
}




fieldset
{
	background-color: #F5F5F5;
	border-color: #808080;
	border-width: 1px;
	margin: 5px 5px 20px 5px;
	padding: 10px 10px 10px 10px;
}
fieldset legend
{
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
}
fieldset fieldset legend
{
	font-weight: bold;
	font-size: 10pt;
}



div.filtersBlock
{
	background-color: #cccc99;
	padding-top: 10pt;
	padding-bottom: 10pt;
	border: solid 4px #FFFFFF;
}

div.filtersBlock_Selected
{
	background-color: yellowgreen;
	padding-top: 10pt;
	padding-bottom: 10pt;
	border: solid 4px #000000;
}


/*p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}*/



/**/

ol.menu, ul.menu
{
	border: 1px solid gray;
	font-size: 14px;
	padding: 0px;
	line-height: 2;
	list-style: none;
}

ol.menu li a, ul.menu li a
{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

ol.menu li.header, ul.menu li.header
{
	background-color: Gray;
	color: White;
	text-align: center;
	font-size: 14px;
}

span.button
{
	font-family: Courier;
	border: 0;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	color: Gray;
	padding: 2px;
}

/*Galvenā izvēlne*/
ul.jmenu
{
	border: 1px solid gray;
	list-style: none;
	line-height: 2;
	margin: 0;
	padding: 0;
}
ul.jmenu li
{
	list-style: none;
	padding: 2;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
	cursor: hand;
	cursor: pointer;
}
ul.jmenu li.odd
{
	background-color: whitesmoke;
}
ul.jmenu li.header
{
	font-weight: bold;
	background-color: gray;
	color: white;
	background-image: url(../pix/bullet_toggle_minus.png);
	background-position: 5px center;
}

ul.jmenu li.headerAtlaides
{
    background-image: url(../pix/percent_16x16.png);
	font-weight: bold;
	background-color: gray;
	color: white;
	background-position: 5px center;
}

ul.jmenu li.lightgray
{
	background-color:LightGray;
}
ul.jmenu li.selected
{
	background-color: lightgreen;
	color: black;
}
ul.jmenu li.collapsed
{
	background-image: url(../pix/bullet_toggle_plus.png);
}
ul.jmenu li.disabled
{
	color: silver;
	cursor: default;
}
ul.jmenu li.disabled a
{
	color: silver;
	cursor: default;
}
ul.jmenu a
{
	text-decoration: none;
}
ul.jmenu li em
{
	display: none;
}

/*Jaunumu sadaļa*/

div.news
{
	margin-bottom: 10px;
}
div.news p
{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
div.news p.header
{
	color: Gray;
	font-size: small;
	border-bottom: 1px solid gray;
	text-align: right;
}

div.importantnews
{
	margin-bottom: 10px;
	border: 1px solid red;
}
div.importantnews p
{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
div.importantnews p.header
{
	color: red;
	font-size: small;
	border-bottom: 1px solid red;
	text-align: right;
}


/*Dialogs*/
div.dialog
{
	position: absolute;
	width: 50%;
	border: 10px solid silver;
	-moz-box-shadow: 0px 0px 50px black;
	-webkit-box-shadow: 0px 0px 50px black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: White;
	top: 25%;
	left: 25%;
	z-index: 110;
	padding: 30px;
}

div.dialog > h1
{
	background-color: White;
	color: Black !important;
}

div.errordialog
{
	position: absolute;
	width: 35%;
	border: 10px solid silver;
	background-color: white;
	top: 25%;
	left: 35%;
	z-index: 110;
	padding: 30px;
	text-align:center;
}

div.big_dialog
{
	position: absolute;
	width: 65%;
	border: 10px solid silver;
	background-color: white;
	top: 15%;
	left: 15%;
	z-index: 110;
	padding: 30px;
	text-align:center;
}

div.errordialog > h1
{
	background-color: white;
	color: red;
}

div.big_dialog > h1
{
	background-color: white;
	color: red;
}


#overlay
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 and below */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#overlay2
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 and below */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#overlayattach
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: WhiteSmoke;
	z-index: 99;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 and below */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}


/* root element for tabs  */
div.tabs
{
	background: transparent;
	clear: both;
	padding: 0;
	margin: 0;
	color: White;
	border-bottom: #e6e6e6 solid 7px;
	height: 30px;
	min-width: 1010px;
}

/* single tab 
div.tabs li
{
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}*/

div.tabs input
{
	display: block;
	float: left;
	border:solid white 0px;
	list-style: none inside;
	margin-left: .1%;
	height: 30px;
	width: 11%;
	background-color: #bfbfbf;
	color: black;
	font-size:13px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-bottom: 0px;
}


div.tabs input.navigation_selected
{
	background-color: #e6e6e6;
	
	font-weight:bold;
}

div.tabs input.navigation:hover
{
	color: White;
	background-color: #6e6e6e;
}

/*
TOOLTIP
*/
div#tooltip
{
	position:absolute;  
    left:0;  
    top:0;  
    display:none;  
    z-index: 20000;
	width:200px;
			
	color: black;
	border: 1px solid gray;
	background-color: lightyellow;
	padding: 2px;
	text-align: left;
	line-height: 1.5;
}

span.home-task
{
	margin-right:2em;
}

@media screen
{
	div.pane
	{
		clear: both;
		padding: 10px;
		border-bottom: 1px solid gray;
		margin-bottom: 0px;
		background-color: White;
		border-top: 0;
		margin: 0 !important;
	}
	.PanelNewMail
	{
		display: block;
		margin: 5px 0px 5px 0px;
		border: solid 3px #FF3333;
		padding: 10px 2px 10px 2px;
		font-family: Verdana, Arial;
		font-size: 12pt;
		font-weight: bold;
		color: #FF4500;
		background-color: #FFFBCB;
		text-align: center;
	}

	A.PanelNewMail:link
	{
		color: #FF4500;
		text-decoration: none;
	}
	A.PanelNewMail:visited
	{
		color: #FF4500;
		text-decoration: none;
	}
	A.PanelNewMail:active
	{
		color: #FF4500;
		text-decoration: none;
	}
	A.PanelNewMail:hover
	{
		color: #FF4500;
		text-decoration: none;
	}
}
@media print
{
	.PanelNewMail
	{
		display: none;
	}
	.print
	{
		display: block;
	}

}

table.mark-table
{
	border: 1px solid silver;
	border-width:0 0 1px 1px;
	margin:0;
	padding:0;
	text-align: center;
}

table.mark-table a
{
	text-decoration: none;
}

/*Kolonnu virsraksti*/
@media screen
{
	table.mark-table th a
	{
		color: white;
	}
}
@media print
{
	table.mark-table th
	{
		background-color: white;
		color: Black;
	}
}

.cite
{
	/*border-left: 1px dotted silver;
	padding-left: 1em;
	margin-left: 1em;*/
	margin:2px;
	padding:2px;
	padding:2px;
	border:1px dotted silver;
	
	margin-left:1em;
}


/*Žurnāls*/

/*Tabulas galvas šūna pēc noklusējuma*/
table.mark-table th
{
	border: 1px solid silver;
	border-width: 1px 1px 0 0;
	margin:0;
	padding:0;
	padding-left:2px;
	padding-right:2px;
}


/*Tabulas šūna pēc noklusējuma*/
table.mark-table td
{
	/*border: 1px solid silver;*/
	border: 1px solid silver;
	border-width: 1px 1px 0 0;
	padding: 0;
	/*padding-left:2px;
	padding-right:2px;*/
	margin:0;
	white-space: nowrap;
}

/*Skolēna numurs*/
table.mark-table td:first-child
{
	text-align: right;
}

/*Skolēna vārds, uzvārds*/
table.mark-table td.pupil
{
	text-align: left;
}

/*Dzēstais skolēns vai anulēta stunda*/
table.mark-table tr.deleted td, table.mark-table td.deleted, table.mark-table th.deleted
{
	text-decoration: line-through;
}

/*Textbox*/
table.mark-table input[type='text']
{
	background-color: #F5DEB3;
	border:0 !important;
	width: 1.5em;
	height:100%;
	text-align:center;
	cursor:text;
}



table.mark-table tr.selected
{
	background-color: lime;
}

table.mark-table td.padded
{
	padding-right:3px;
	padding-left:3px;
}

table.mark-table tr.line-below td
{
	border-bottom: 2px solid silver;
}

/*ATTACHMENTS*/

.attachList
{
	padding-left: 20px;
	font-size:8pt;
	border-top: 1px dashed gray;
	margin-top:3px;
	padding-top:3px;
}

.attachList a
{
	font-weight: bold;
}
.attach
{
	background-image: url(../pix/paper-clip.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	padding-bottom:3px;
}
/*END OF ATTACHMENTS*/

/*sestdienas un svētdienas stili dienasgrāmatā*/
.weekend
{
	background-color: mistyrose;
}

table.table_3
{
	border: 1px solid gray;
	margin:auto;
	text-align:center;
	border-collapse:collapse;
}

/* TABLE3: Jauns universāls tabulu sitils, kuru ir iesakāms izmantot visās tabulās*/
table.table3
{
	border: 1px solid gray;
	margin:auto;
	text-align:center;
	border-collapse:collapse;
}

table.table3 >caption
{
	/*margin-left:-1px;*/
}

table.table3 a
{
	text-decoration:none;
}

table.table3 a[disabled="disabled"]
{
	color: Gray;
}
table.table3 td
{
	padding-left: 3px;
	padding-right: 3px;
	/*text-align:left;*/
}

table.table3 tr:nth-child(odd)
{
    /*background-color: whitesmoke;*/
}

table.table3 tr:hover
{
    background-color: lightgreen !important;
}

/*END OF TABLE3 */
/*****************************************/

/*Jaunās klases*/
.button_nosutit
{
	background: transparent url(../pix/buttons.png) no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #444;
	outline: none;
	margin-bottom:10px;
	vertical-align:text-top;
	font-size:11px;
	padding-bottom:0px;
	font-family: Verdana;
}
/*CSS HACK for firefox*/
.login_header
{
    color: #FFFFFF;
	background-color: gray;
	border-color: gray;
	font-size: 12px;
	font-weight: normal;
}
.button_nosutit:hover, .button:focus
{
	background: transparent url(../pix/buttons-highlight.png) no-repeat;
	background-position: 0px -80px;
}

 .button_nosutit:active
 {
 	background: transparent url(../pix/buttons-pushed.png) no-repeat;
	background-position: 0px -80px;
 }
 
.inf_par_profilu
{
    border:1px solid gray;
    text-align:center;
    margin-bottom:20px;
    padding:5px;
}
.th_darker
{
    background-color:lightgray;
}
.email_gray_box
{
   border: solid 1px gray;
}
.email_tablemapes_bg
{
    background-color:lightgray;
}
.email_adresati
{
  border: solid 1px gray;
}
.solid_border
{
     border: solid 1px gray;
}
.family_payment_frame
{
    background-color:lightyellow;
    border: 1px solid Gray;
    margin:1em;
    padding:1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}
.journal_header
{
    background-color:Gray;
    color:White;
    font-weight:bold;
}
.study_year_width
{
    width:200px;
}
.journal_border
{
    border: 1px solid black;
}
.journal_period
{
    display:none;
    border-bottom:solid 1px black;
    border-top:solid 1px black;
}
/*BEGIN DIARY*/
input.textbox-one-row
{
	border: 0;
}

.inf_par_profilu
{
	
}

.inf_par_profilu_sveicinati
{
    font-size: 12px;
}


/*Textbox*/
input.diary-textbox, input.diary-textbox-room
{
	border: 0;
	background-color: Bisque;
	margin: 0;
	width: 100%;
}

/*Textbox ar telpas numuru*/
input.diary-textbox-room
{
	text-align: center;
}

/*Select ar priekšmeta nosaukumu*/
select.diary-select-disc
{
	width: 100%;
	background-color: Bisque;
	border: 0;
}
/*END DIARY*/

/*Forum*/
tr.linebottom td
{
	border-bottom: 1px solid silver;
}

tr.small1 td
{
	text-align: center;
	font-size: x-small;
}

#Table1 a
{
	text-decoration: none;
}

#Table1
{
	background-color: whitesmoke;
}

.moderator
{
	color: Red;
	cursor: pointer;
}

#TableContent
{
	margin: auto;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}

#TableContent td
{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	padding-left: 5px;
	padding-right: 5px;
}

#TableContent tr td:first-child
{
	text-align: center;
}

p
{
	margin: 0;
}

tr.deleted td
{
	background-color: LightGray;
	text-decoration: line-through;
}
.filetree span.folder
{
	border: 1px solid white;
	border-right: 0;
}
.filetree span.old, .filetree span.new
{
	padding: 1px 0 1px 19px;
	display: block;
}
.filetree span.old
{
	background: url(../pix/page_white.png) 0 0 no-repeat;
}
.filetree span.new
{
	background: url(../pix/page_white_text.png) 0 0 no-repeat;
}

.filetree
{
	 width:300px;
	 visibility:hidden; 
	color: #236EA7;
	text-decoration: none;
}

.filetree > li
{
	padding-bottom:1em;
}


.filetree .selected > span
{
	background-color:#DFF1FF;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border: 1px solid #6ABEFF;
	border-right: 0;
}

.filetree ul
{
	 line-height:normal;
}


.filetree a
{
	color: #236EA7;
	text-decoration: none;
}


.filetree span.can-enter:hover
{
	text-decoration:underline;
	cursor: pointer;
}

.divBlue
{
	border: 2px solid #6ABEFF;
	background-color: #AEDCFF;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding:3px;
}

#divInsertPanel
{
	margin-bottom:0.5em;	
}
#TableContent
{
	border-left:1px solid #6ABEFF;
	border-bottom:1px solid #6ABEFF;
	background-color:White;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#TableContent td
{
	border-right:1px solid #6ABEFF;
	border-top:1px solid #6ABEFF;
}

/*#TableContent tr:nth-child(odd) {background: #FFF}
#TableContent tr:nth-child(even) {background: #F0FFFF}
#TableContent tr:nth-child(odd), #TableContent tr:first-child {background: #FFF}*/

.fileTreeHelper
{
	padding: 3px 16px 2px 16px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #6ABEFF;
	border:0;
}

.fileTreeDroppableHover
{
	text-decoration:underline;
}

.title
{
	font-size: 14pt;
	font-weight:bold;
	color: #236EA7;
}

.h1
{
	font-size: 12pt;
	font-weight:bold;
	/*border-top: 2px solid #8FCFFF;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;*/
}

.h2
{
	font-size:10pt;
	font-weight:normal;
}

.h3
{
	font-size:10pt;
	font-weight:normal;
}

.post, .postError, .divWhite
{
	margin:5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border:1px solid white;
}

.postError
{
	background: url(../pix/bullet_error.png) 0 0 no-repeat;
	padding-left: 15px;
	margin-left:10px;
	border:0;
}

.post.deleted
{
	/*background: url(../pix/cross.png) 0 0 no-repeat;
	padding-left: 18px;
	margin-left:10px;
	height:18px;
	border:0;*/
	background-color: silver;
	border:1px solid silver;
}


.post, .divWhite
{
	background-color:White;
}

div.postHeader
{
	background: transparent top left no-repeat;
	font-size:7pt;
	font-weight:normal;
	margin:5px;
	padding:2px;
	padding-left: 14px;
	margin-bottom:0;
}

div.postContent
{
	margin-left: 20px;
	padding:5px;
	padding-top:0;
}

div.postHeader.teacher
{
	background-image: url(../pix/teacher-icon.png);
}
div.postHeader.student
{
	background-image: url(../pix/student-icon.png);
}
div.postHeader.parent
{
	background-image: url(../pix/parent-icon.png);
}
div.postHeader.su
{
	background-image: url(../pix/su-icon.png);
	border:0;
}

iframe
{
	margin:5px;
	padding:5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color:White;
	border: 2px solid #6ABEFF;
}

.drophover
{
	background-color: yellow;
	text-decoration:underline;
}

.img-button
{
	cursor: pointer;
	border:0;
	margin-left:2px;
}


img.imageButtons
{
	width:10px;
	height:10px;
	border:0;
	margin-left:5px;
	cursor:	pointer;
}

div.divPages
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

span.pageButton
{
	margin-left: 5px;
	text-decoration: underline;
	cursor:pointer;
}

span.pageButton.selected
{
	background-color: #AEDCFF;
}

div.postSection
{
	background-color: #DFF1FF;
	border: 1px solid #DFF1FF;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	text-align:left;
	cursor:pointer;
	padding-left:20px;
}

span.totalPosts {font-size: 7pt; color: Silver; font-weight:bold;}
span.newPosts {font-size: 7pt; color: Red; font-weight:bold;}

a.smile 
{
	background: url(../pix/smilies/smile.gif) 0 0 no-repeat !important;
	width:16px !important;
	height:16px !important;
}

#divInfoTrigger{color: #236EA7; text-decoration:underline; cursor:pointer;}

.noedit
{
	color:Black;	
}

div.smileys 
{
	margin:5px !important;
	padding:5px !important;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color:#DFF1FF;
	/*border: 1px dotted #6ABEFF;*/
	margin-top:0 !important;
	width: 630px;
	vertical-align:middle;
}

div.smileys > img
{
	cursor:pointer;
}

div.smileys > a
{
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}

.cite2
{
	font-size:8pt;
	color:Gray;
}

hr
{
	color: Gray;
	height:1px;
}

/*END Forum*/


/*Attachments*/

#attachPanel
{
	/*width: 500px;
	height: 280px;*/
	z-index:100;
	border: 10px solid Gray;
	background: white;
	display: none;
	position: absolute;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 10px 10px 20px black;
	-webkit-box-shadow: 10px 10px 20px black;
	box-shadow: 10px 10px 20px black;
}

.attachTable
{
	width:100%;
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
}

.attachTable td
{
	border-left: 1px solid gray;
	border-top: 1px solid gray;
}

.attachTable a
{
	text-decoration:none;
}

.attachTable tr:hover
{
	background-color: LightGreen;
}

#attachPanel clear
{
	vertical-align:bottom;
	height:100%;
}

#attachPanel iframe
{
	border:0;
	width: 600px;
	height: 400px;
	margin: 0;
	padding:.5em;
	z-index:100;
}

#attachList, .attachList
{
	padding-left:20px;
}

#attachList img, .attachList img
{
	cursor:pointer;
	height:10px;
}

#imgCloseAttach
{
	position:absolute;
	top:-15px;
	right:-15px;
	width:20px;
	height:20px;
	cursor:pointer;
}
/*END Attachments*/

textarea
{
	font: inherit;
}

/* START: Reklāma uzaicinājuma komplektā */
.smallimage, #bigimage
{
	border: 1px solid gray;
	margin: 15px;
	cursor: pointer;
}
.smallimage, #youtube
{
	-moz-box-shadow: 0 0 25px #222;
	-webkit-box-shadow: 0 0 25px #222;
	box-shadow: 0 0 25px #222;
}
.smallimage
{
	width: 600px;
}
#bigimage
{
	-moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	position: absolute;
	display: none;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -550px;
	margin-top: -409px;
}
/* END: Reklāma uzaicinājuma komplektā */

.BackButton
{
	background-image: url(../pix/datetime2.gif);
	background-color: transparent;
background-repeat: no-repeat;
width: 40px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
color: #ffffff;
font-weight: bold;
cursor: hand;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
/***********************************************************************/
/*************Klases testiem ar jQuery un AJAX**************/
.editable
{
    background-color:Silver;
    border:solid 1px gray;
}

.nowedit
{
    background-color:white;
    border:solid 1px gray;
}
.disabled_link
{
    font-size:small;
    color:gray
}

.sortTableHeader
{
    color:white !important;
    text-decoration:uderline !important;
}
.sortTableHeader:hover
{
    cursor:pointer;
}
.sortimage
{
    width:6;
    height:6;
}
.disabledTextbox
{
    border: 0px solid white; 
}
.disabledRow
{
    background-color:Silver;
}
.descriptionDialog
{
    position: fixed;
	width: 20%;
	border: 10px solid silver;
	-moz-box-shadow: 0px 0px 50px black;
	-webkit-box-shadow: 0px 0px 50px black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: White;
	top:20%;
	right: 20%;
	z-index: 110;
	padding: 30px;
}
.htxt
{
     border: 0px solid white;
    background-color:transparent;
    color:White;
}
.txt
{
    border: 0px solid white;
    background-color:transparent;   
}
