/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

   Based on work by Eric Meyer:
   * meyerweb.com/eric/tools/css/reset/
     v1.0 | 20080212
   
-------------------------------------------------------------- */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}table,caption,tbody,tfoot,thead,tr,th,td{padding:0}/* table can't have margin: 0; then align center wont work. @thrstn */caption,tbody,tfoot,thead,tr,th,td{margin:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]

   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb

-------------------------------------------------------------- *//* Headings
-------------------------------------------------------------- */h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2.5em;margin-bottom:.5em}h2{font-size:1.8em;margin-bottom:.75em}h3{font-size:1.5em;margin-bottom:1em}h4{font-size:1.2em;margin-bottom:1.25em}h5{font-size:1em;font-weight:700;margin-bottom:1.5em}h6{font-size:1em;font-weight:700}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0}/* Text elements
-------------------------------------------------------------- */p{margin:0 0 1.5em}blockquote{margin:1.5em;color:#666;font-style:italic}strong{font-weight:700}small{font-size:.834em}em,dfn{font-style:italic}dfn{font-weight:700}sup,sub{line-height:0}sub{vertical-align:sub}sup{vertical-align:super}abbr,acronym{border-bottom:1px dotted #666}address{margin:0 0 1.5em;font-style:italic}del{color:#666}pre,code{margin:1.5em 0;white-space:pre}tt{display:block;margin:1.5em 0;line-height:1.5}pre,code,tt{font:1em 'andale mono', 'lucida console', monospace;line-height:1.5}/* Lists
-------------------------------------------------------------- */li ul,li ol{margin:0 1.5em}ul,ol{margin:0 1.5em 1.5em 3em}ul{list-style:square outside}ul ul{list-style:circle outside}ol{list-style:decimal outside}ol ol{list-style:lower-alpha outside}dl{margin:0 0 1.5em}dl dt{font-weight:700}dd{margin:0 0 0 1.5em}/* Tables
-------------------------------------------------------------- */th{font-weight:700;font-size:90%;border-bottom:1px solid #eee}th,td{padding:2px}tfoot{font-style:italic}/* Misc classes
-------------------------------------------------------------- */.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em}.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em}.noscreen,.hidden,.hide{display:none}.clear{clear:both}/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */label{font-weight:400;font-size:13px;line-height:26px}fieldset{padding:1.4em;margin:0 0 1.5em;border:1px solid #ccc}legend{font-weight:700;padding:0 1em}/* Form fields
-------------------------------------------------------------- */input,textarea,select,button{margin-bottom:.1em;padding:4px}input.text,input[type=text],input[type=password]{border:1px solid #ccc}input.submit,input[type=submit],input.cancel,input[type=button],button{padding:3px 6px}textarea{width:98%;height:100px;font-size:1em;border:1px solid #ccc}form dd{margin:0 0 10px}form ul.errors{list-style:none;border:1px solid #73000e;width:50%;padding:4px 8px;font-size:10px;background:#f8caca;margin:0}/* Success, notice and error boxes
-------------------------------------------------------------- */.message{max-width:950px}.message .error,.message .success,.message .fatalerror,.message .warning,.message .notice{border-style:solid;border-width:1px;padding:12px 12px 12px 48px;color:#111}.message .fatalerror{background:#411419 url(/_moya/images/modules/Stop.png) no-repeat 8px 50%;border-color:#8e111e;font-weight:700;color:#fff}.message .error{background:#f8caca url(/_moya/images/modules/Close.png) no-repeat 8px 50%;border-color:#73000e}.message .success{background:#cec url(/_moya/images/modules/Confirm.png) no-repeat 8px 50%;border-color:#52894e}.message .warning{background:#fbf4de url(/_moya/images/modules/Warning.png) no-repeat 8px 50%;border-color:#e0d2a3}.message .notice{background:#dbe5f4 url(/_moya/images/modules/Info.png) no-repeat 8px 50%;border-color:#5e7b8f}.labelled{color:#999}small.description{display:block}/********************
* Formbuilder styles
*********************/div.elm_text .size_small,.elm_emailAddress .size_small{width:100px}div.elm_text .size_medium,.elm_emailAddress .size_medium{width:200px}div.elm_text .size_large,.elm_emailAddress .size_large{width:300px}div.elm_textarea .size_small{height:100px}div.elm_textarea .size_medium{height:200px}div.elm_textarea .size_large{height:300px}div.elm_radio span.lmnt label{display:inline;border:none;background-color:#fff;height:auto}div.elm_captcha .captchaImg{margin-bottom:5px}div.elm{margin-bottom:10px}div.elm label{display:block}div.elm_checkbox label{display:inline}div.elm .error{font-size:10px;background-color:#f8caca;border:1px solid #73000e;padding:2px}div.elm_controls{margin-top:10px}#formbuilder div.elm_controls{clear:left}.elm_multiCheckbox br{display:none}fieldset.col2{float:left;width:48%;margin-right:2%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}fieldset.col1{clear:left}fieldset.hideLegend legend{display:none}fieldset.hideBorder{border:none;margin:0;padding:0}/* Notaš ķ formbuilder, mį kannski laga til žar */form div.error{border:1px solid #73000e;width:50%;padding:4px 8px;font-size:10px;background:#f8caca;margin:0}img.icon{vertical-align:middle}a .icon{border:0}.jip .icon{margin-right:4px}li.icon{padding-left:10px}li.icon > a{background-image:url(/_moya/icons/Package.png)!important;background-repeat:no-repeat!important;background-position:10px 50%!important}li.icon.news > a{background-image:url(/_moya/icons/News.png)!important}li.icon.gallery > a{background-image:url(/_moya/icons/Photo_Double.png)!important}li.icon.elfinder > a,li.icon.fileman > a{background-image:url(/_moya/icons/File_Closed.png)!important}li.icon.page > a{background-image:url(/_moya/icons/Document.png)!important}li.icon.mainmenu > a{background-image:url(/_moya/icons/Relationship_Data.png)!important}li.icon.sitemap > a{background-image:url(/_moya/icons/Relationship_Data.png)!important}li.icon.user > a{background-image:url(/_moya/icons/User.png)!important}li.icon.users > a{background-image:url(/_moya/icons/Group.png)!important}li.icon.settings > a{background-image:url(/_moya/icons/Settings.png)!important}li.icon.logout > a{background-image:url(/_moya/icons/Arrow_Undo.png)!important}li.icon.adverts > a{background-image:url(/_moya/icons/Schedule_Verb.png)!important}li.icon.fyrirspurnir > a{background-image:url(/_moya/icons/Contact.png)!important}li.icon.konnun > a{background-image:url(/_moya/icons/Chart_Bar.png)!important}li.icon.search > a{background-image:url(/_moya/icons/Search.png)!important}li.icon.tube > a{background-image:url(/_moya/icons/Movie.png)!important}li.icon.user > a{background-image:url(/_moya/icons/User.png)!important}li.icon.mailinglist > a{background-image:url(/_moya/icons/Entry.png)!important}li.icon.rssreader > a{background-image:url(/_moya/icons/RSS.png)!important}li.icon.forums > a{background-image:url(/_moya/icons/Conversation.png)!important}li.icon.employees > a{background-image:url(/_moya/icons/Group.png)!important}li.icon.deildarstjorn > a{background-image:url(/_moya/icons/Hierarchy.png)!important}li.icon.mos > a{background-image:url(/_moya/icons/Shopping_Cart_Secure.png)!important}li.icon.look > a{background-image:url(/_moya/icons/Colour_Palette.png)!important}li.icon.logger > a{background-image:url(/_moya/icons/History.png)!important}li.icon.efnisflokkar > a{background-image:url(/_moya/icons/Category.png)!important}li.icon.boxman > a{background-image:url(/_moya/icons/Schedule_Noun.png)!important}li.icon.module > a{background-image:url(/_moya/icons/Module.png)!important}li.icon.formbuilder > a{background-image:url(/_moya/icons/Form.png)!important}/** MODULE SPECIFIC **//*adverts*/#adverts .entryImage{float:right;margin:10px;max-width:320px;max-height:320px}.strevda ul{list-style:none;margin:0}/*employees*/#employees .entryImage{float:right}/*fileman*/#filemanBrowser,#filemanToolbar{font-size:.917em}#filemanBrowser .mimeicon{vertical-align:middle}#filemanBrowser .folder{font-weight:700}#filemanToolbar{padding:6px 8px 10px;height:14px;background:url(/_moya/images/admin/admin_bg_white.png) repeat-x 0 0;border:1px solid #ddd}#filemanToolbar a{color:#333;text-decoration:none;margin-right:8px}#filemanToolbar a:hover{text-decoration:underline}#filemanToolbar input{float:right;width:210px;margin-top:-2px}#filemanToolbar .icon{margin-right:4px}/*formbuilder*//********************
* Grid
*********************/#formbuilder .grid .invisible{color:#aaa}/********************
* Preview
*********************/#formbuilder .preview_button{/*float:right;
	margin-top:-52px;*/width:148px;margin-bottom:20px;font-weight:700}#formbuilder .preview_icon_edit{background:url(/_moya/icons/Zoom_In.png) center right no-repeat;white-space:nowrap}#formbuilder .preview_icon_preview{background:url(/_moya/icons/Write.png) center right no-repeat;white-space:nowrap}#formbuilder .preview_icon_loading{background:url(/_moya/icons/Archive.png) center right no-repeat;white-space:nowrap}/********************
* Canvas
*********************/#formbuilder .wrapper{position:relative}#formbuilder .canvas{width:730px;float:left}#formbuilder .design_form{min-height:300px}#formbuilder .design_form .elm{margin-bottom:10px;position:relative;border:1px solid #ddd;padding:5px;min-height:25px}#formbuilder .design_form .elm_pagebreak{font-size:16px;text-align:center;min-height:25px;border:1px dashed #ddd}#formbuilder .design_form .elm .controls{display:none;position:absolute;text-align:right;top:0;right:0;padding:3px;font-size:10px}#formbuilder .design_form .elm .controls:hover{cursor:pointer}#formbuilder .design_form .elm:hover{background-color:#eee;cursor:move}#formbuilder .design_form label:hover{cursor:move}#formbuilder .design_form label span:hover{cursor:text;background-color:#FCEFA1}#formbuilder .design_form .label_edit{font-size:11px;font-weight:700;background-color:#FCEFA1;width:200px;padding:5px}#formbuilder .design_form .label_ok{margin-left:5px;text-decoration:none}#formbuilder .canvas_footer{border-top:1px solid #DDD;width:730px;padding:10px 0;clear:left}#formbuilder .empty_placeholder{color:#aaa}/********************
* Palette
*********************/#formbuilder .item_menu{position:fixed;right:20px;top:50px;z-index:9999}#formbuilder .palette{border-bottom:1px solid #aaa;margin-bottom:20px;display:none}#formbuilder .palette .item{padding:8px}#formbuilder .palette .item:hover{cursor:move}#formbuilder .palette .collapsed{display:none}#formbuilder .palette .icon_go,.palette .icon_down{position:absolute;top:8px;left:5px}#formbuilder .palette .icon_go{display:none}#formbuilder .icon_group{position:absolute;left:80%;top:5px}#formbuilder .item_group div{padding:8px 0 8px 30px}#formbuilder .item_list .last{border-bottom:none}#formbuilder .item_group{position:relative;cursor:pointer}#formbuilder div.palette_header.open{background:url(/_moya/images/formbuilder_palette_header_down_bg.png) no-repeat;width:150px;height:16px;text-indent:-9999px;cursor:default}#formbuilder div.palette_header.closed{background:url(/_moya/images/formbuilder_palette_header_up_bg.png) no-repeat;width:150px;height:36px;padding-top:5px;text-transform:uppercase;text-align:center;cursor:default}/********************
* Palette Settings
*********************/#formbuilder .settings{width:150px}#formbuilder .settings dl{font-size:10px;padding:5px 0 0 5px}#formbuilder .settings dd{margin:0 0 6px}#formbuilder .settings a{padding:0 0 0 5px}#settings_dialog .elm_radio{margin-bottom:0}#elm_settings_emailAddress label{display:none}#elm_settings_confirmVal label{display:none}#formbuilder #settings_button{width:148px;margin-bottom:20px;font-weight:700}#formbuilder .settings_icon{background:url(/_moya/icons/Settings.png) center right no-repeat;white-space:nowrap}/********************
* Status
*********************/#formbuilder .status{border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;margin-bottom:20px;color:#333;font-size:90%;padding:10px 0}#formbuilder .status .bold{font-weight:700}/********************
* Submission
*********************/#formbuilder .submission td{vertical-align:top}#formbuilder .submission th{text-align:left}#formbuilder .submission ul{list-style:circle inside;margin:0}#formbuilder .elm_mailinglist{position:relative;padding-top:10px!important}#formbuilder .elm_mailinglist label{position:absolute;left:30px;top:6px}#formbuilder .item_placeholder,#formbuilder .item_process{border:1px solid #ddd;height:50px;margin-bottom:10px}#formbuilder .item_process{background:url(/_moya/images/mini-loader.gif) no-repeat center}#formbuilder a.unread{font-weight:700}/********************
* Export
*********************/#formbuilder .exportOptions{text-align:right}#formbuilder .exportOptions li{display:inline;list-style-type:none;padding-left:20px}#formbuilder .exportOptions img{padding-right:3px}/*gallery*/#gallery .entry{overflow:auto}#gallery .entry .image{float:left;margin:0 20px 10px 0}#gallery .entry .image img{border:0}#gallery .entry .title{overflow:auto}#gallery .entry .title h4{float:left}#gallery .entry .title ul,#gallery .info ul{float:left;list-style:none;margin:0;font-size:11px;color:#888}#gallery .entry .title li,#gallery .info li{float:left;padding:0 6px}#gallery.single .paginator .next{float:right}/*konnun*/.percsvar{background:#222 url(/_moya/images/adminbar-bg.png) repeat-x}.spurning,.svar{margin-bottom:.5em}.konnun label{display:block;margin:.4em 0 .4em 1.3em}.konnun input{float:left;margin:0 .3em}.konnun input.submit{float:none;margin:.2em 0}/*news*/.news_autopublish,.news_unpublished,.news_calendaronly,.news_sticky{padding:0 5px;margin:0 5px 0 0;background:#33a}.news_unpublished{background:#a33}.news_calendaronly{background:#aa3}.news_sticky{background:#3aa}.news_calendar{width:100%}.calendar-day-red{color:red}.calendar-day-today{font-weight:700;background-color:#f3f3f6}.news_calendar td,.calendar-month{text-align:center}.calendar-month{border-bottom:1px solid #eee}.calendar-day,.calendar-day-red,.calendar-day-today{border:1px solid #eee}#eventsBox .entryInfo{margin-bottom:0}#eventsBox .entryTitle{float:none;margin-bottom:.5em}#commentlist .entryInfo{float:left;margin:0 4px 0 0}#commentlist .entry{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:8px;margin-bottom:1em}#commentlist .altRow{background:#fafbfc}.calSummaryNav{margin-bottom:1.5em}.calSummaryNav li{display:inline;margin-right:18px}/*search*/.searchResults ol.items{list-style:none;margin:0}.searchResults ol.items li{border:1px solid #ccc;margin:10px 0;padding:10px}.searchResults ol.items li:hover{background:#eee}.searchResults ol.items .rank{float:right;margin:-11px -11px 0 0;padding:5px;border:1px solid #FFF;border-bottom-color:#ccc;border-left-color:#ccc;background:#fff}.searchResults ol.items .title{font-weight:700}.searchResults ol.items .debug{font-size:75%;color:#999;text-align:right}.searchResults ol.items .debug span{display:inline-block;margin-right:10px}.searchResults ol.items .img{margin-right:10px;float:left}.searchResults ol.items .content{margin:5px}.searchResults ol.items em{background:#FF0;padding:0 2px;display:inline-block}.searchResults ol.items li.album ul.albumImages li{display:inline-block;padding:2px;height:auto;border:1px solid #ccc;margin:0}.searchResults ul.pagination{margin:20px auto;padding-left:20px;height:36px}.searchResults ul.pagination li{float:left;display:block;border-top:#ccc 1px solid;border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-right:#ccc 1px solid\9;/* IE8 and below */background:#fdfdfd;/* for non-css3 browsers */text-align:center}.searchResults ul.pagination li:last-child{border-right:#ccc 1px solid}.searchResults ul.pagination li:first-child,.searchResults ul.pagination li:last-child{padding:10px 0 5px;height:20px;width:25px}.searchResults ul.pagination li:first-child a,.searchResults ul.pagination li:last-child a{width:25px;padding:0}.searchResults ul.pagination li a{display:block;color:#a6a6a6;font-size:14px;line-height:14px;text-shadow:0 1px 0 #fff;padding:10px 0 5px;height:20px;width:35px}.searchResults ul.pagination li.selected a{color:#373737;font-weight:700}.searchResults ul.pagination li.selected,.searchResults ul.pagination li:hover{background:#d5d5d5}#searchForm .elm_multiCheckbox label.title,#searchForm #elm_q label{display:none}#searchForm .elm_multiCheckbox label{display:inline-block;width:150px}#searchForm .elm_multiCheckbox br{display:none}/*tube*/div.videoThumb{float:left;margin-right:10px;width:170px;padding:5px;font-size:10px;color:#636669}div.videoThumb a{text-decoration:none}div.videoThumb img{border:1px solid #3f3f3f;padding:1px}div.videoThumb ul{list-style:none;margin:0}div.videoThumb .title{font-weight:700}ul.tube_counter{list-style:none;font-size:10px;margin:0;color:#636669}ul.videoInfo{list-style:none;margin:0 0 12px;border:1px solid #2f2f2f;padding:5px;font-size:10px;color:#636669;float:left;width:630px}ul.videoInfo li{float:left;margin-right:18px}/** PRE-DEFINED **/.thin{width:1%}.column{float:left}.w50{width:49%}.w33{width:33%}.menu,.toolbar{margin:0;list-style:none outside}.horizontal li,.toolbar li{display:inline;margin-right:1em}.required{color:#822}.required:after{content:" *"}.paginationControl{clear:left;text-align:right;font-size:10px}.altRow2{background:#f7f7f7;border-top:1px solid #eee;border-bottom:1px solid #eee}input.headline{font-size:1.5em!important;padding:4px;width:98%}.potd img{border:none}/** SOON TO DIE **/.listAll{width:100%}.listAll td,.listAll th{padding:4px}.listAll th{text-align:left}.toolCol{text-align:right;width:1%;white-space:nowrap}.rusl,#rusl{display:none}#captcha,.captchaImg{display:block}label.inline{float:left;display:block;width:120px;clear:left}.categories{list-style:none;display:inline;margin:0}/*loading overlay*/.waiting{position:relative}.waiting .overlay{text-align:center;width:100%;height:100%;z-index:100;background:#fff url(/_w/elrte/images/loading.gif) no-repeat 50% 200px;position:absolute;top:0;left:0;visibility:visible}.waiting li{list-style:none}/** JQUERY UI **/.ui-tabs{margin-bottom:1em}.sortable{list-style:none;margin:0;overflow:auto;padding:10px;border:1px solid #e3e3e3}.sortable.horizontal li{float:left}#fellows .fellowButton li{float:left;margin-right:10px}#fellows .fellowButton a{background:#efefef;color:#888;border:1px solid #ddd;display:block;padding:2px 4px}#fellows .fellowButton a:hover{background:#999;color:#fff;text-decoration:none}#fellows a img{border:none}#fellows .fellowImg{float:right;clear:both}#fellows .notVisible{color:red}#fellows .entryContent dt{font-weight:700}#fellows tr.filter td{width:24%}#fellows table tbody td{padding:2px}#fellows table.browser_table td.first{padding:0 5px 0 0;width:10%}#fellows li.fellow{float:left;width:344px;padding-bottom:14px;border:1px solid #c2c1c0;margin:0 10px 10px 0;min-height:240px;position:relative;background:url(/static/themes/2012/images/fellow-box.png) repeat-x bottom left}#fellows li.noMargin{margin-right:0}#fellows li.fellow .fellowTitle{padding:11px 14px;background:#e9eae9;border-bottom:1px solid #c2c1c0}#center #fellows li.fellow .fellowTitle h3{margin-bottom:0}#center #fellows li.fellow .fellowTitle a{color:#000;font-size:13px}#fellows li.fellow .info{padding:16px 14px}#fellows li.fellow .info a{color:#000}#fellows li.fellow .info a:hover{color:#f60}#fellows li.fellow img{border:1px solid #999;float:left;margin:0 10px 10px 0}#fellows .felloAll{float:right;position:absolute;right:14px;bottom:14px}#fellows li.fellow:hover{background:#fff}#fellows .pager{float:left;margin-bottom:5px}#fellows .filter_buttons{float:right;margin-top:-30px}#courses .elm_text .long{width:80%}#courses .elm_text .medium{width:50%}#courses .elm_text .short{width:20%}#courses #elm_partners{float:left;width:60%}#courses #elm_description,#courses #elm_country{clear:left}#courses label:first-child{font-weight:700}#courses .autoList{min-height:200px;margin-left:0}#courses .autoList li{border:1px solid #ccc;list-style:none;float:left;width:80%;padding:5px;margin-bottom:3px;background-color:#eee}#courses .autoList div.desc{float:left;line-height:1.2}#courses .autoList div.del{float:right;cursor:pointer}#courses .courseFiles{width:100%}#courses .courseFiles .name,.courseFiles .filename{text-align:left}#courses .courseFiles .public .delete{text-align:right}#courses .courseCol1{float:left;width:300px}#courses .courseCol2{float:left;width:300px}#courses dl{width:400px}#courses dl.courseReport dt{margin-bottom:5px;font-size:14px;font-weight:400;color:#000}#courses dl.courseReportNumbers dt{float:left;clear:left;width:300px}#courses dl.courseReportNumbers dd{float:right;text-align:right;width:50px;font-weight:700}#courses div.col1{margin-right:50px}#courses div.col2{}#courses div.report{border:1px solid #eee;padding:6px;width:410px;float:left}#courses div.report ul{min-height:30px}#courses div.report div.title{font-size:16px;font-weight:400;text-align:center;margin-bottom:10px}#courses #map_canvas{height:600px;width:99%}#courses #elm_controls{margin-top:30px}#courses #title{width:80%;font-size:18px;padding:7px}#breadcrumbs .boxTitle{display:none}#webtree,#divisions,#searchBox .boxTitle,#mainmenu .boxTitle,#mainmenu ul ul,#mainmenu ul ul ul{display:none}#searchBox,#mainmenu,#header .logo,#quicknav{position:absolute}#fyrirspurnir dt{float:left;width:100px;clear:left}#fyrirspurnir textarea{overflow:auto;width:380px}#fyrirspurnir .captchaImg{position:absolute;margin-left:340px}#search{position:relative}#search #elm_q label{display:none}#search #q{margin:0 0 6px;width:290px;padding:6px 20px 6px 4px;background:url(/static/themes/2012/images/leit-gler.png) no-repeat 98% 60%}#search #elm_submit input{position:absolute;margin-left:281px;padding:0;top:54px;border:0;background:transparent;font-size:1%;text-indent:-9000px;text-transform:capitalize;cursor:pointer;height:26px;width:30px}#search #elm_t label{border:1px solid #e1e1e1;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;width:auto!important;margin-right:10px;padding:4px 12px 3px 10px;color:#000;background:url(/static/themes/2012/images/search_tab_bg.png) repeat-x 0 0}#search #elm_t label input{position:relative;top:1px}#search .searchResults .title{text-transform:uppercase;font-size:14px;text-decoration:underline}#search .searchResults em{font-style:normal;background-color:#ccc}#search .searchResults ol.items li{border-color:#e6e6e6}#search .searchResults ol.items li:hover{background:#f3f3f3}#search .searchResults ol.items .rank{font-size:14px;padding:2px 5px;color:#333}#search .searchResults ol.items .title{font-weight:400}#search .searchResults{clear:left}#search .term{font-size:15px;color:#000;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:7px 0 14px;float:left;width:100%;line-height:37px}#search .term span{color:#5d7285}#search .time{float:right;color:#666;font-size:13px}#search .time span{color:#000;font-size:18px}#search .pagination{padding:0;clear:both;width:413px;margin:16px auto}#search .debug{display:none}#gallery .entry .image{margin:0 24px 24px 0}#center #gallery .title h4{font-size:1.154em;color:#000}#gallery .entries .entry a{font-style:italic;font-size:1em}#gallery .entry .content p{margin-bottom:4px}#gallery .entries .entry{border-bottom:1px solid #dbdbdb;padding-bottom:16px;margin-bottom:16px;float:left;width:100%;overflow:visible}#gallery .entries .entry .image{margin:0 20px 0 0}#gallery .paginator{text-align:center;font-size:1.077em;color:#666}#gallery .title ul,#gallery .info ul{clear:left;font-size:12px;color:#666}#gallery .title ul .count,#gallery .info ul .count{padding-left:0}#gallery .image img,#gallery .entry .image img{padding:4px;border:1px solid #ddd}#gallery .albumDesc{color:#333}/** LAYOUT **/div#page{width:940px;margin:0 auto;position:relative}div#container{float:left;width:100%;margin-left:-200px}div#center{margin:0 38px 0 200px;min-height:540px}div#left{float:right;width:200px}div#right{float:right;clear:right;width:200px;margin-top:60px}div#footer{clear:both;width:100%}/** ELEMENTS **/html{height:101%;background:#fff}body{font:81.3%/1.5 'Maven Pro',Verdana, sans-serif;background:#fff url(/static/themes/2012/images/body-bg2.jpg) no-repeat top center;color:#666}textarea{font-family:Verdana, sans-serif}a{text-decoration:none;color:#f60}a:hover{color:#000}h1,h2,h3,h4,h5,h6{font-weight:400}.strevda a img,#quicknav a img,.box_pagecontent a img{border:0}#header{height:252px}.frontpage #header{height:228px}#header .background{position:absolute;right:114px;top:74px;width:432px;height:88px;overflow:hidden;color:#5d5d5d;text-align:justify}#header .background a{text-transform:uppercase;font-size:10px}#header .logo{display:block;background:url(/static/themes/2012/images/gtplogo.png) no-repeat;width:280px;height:139px;top:56px;left:0}#mainmenu{top:177px;left:0;width:940px;height:44px;padding-top:2px;background:url(/static/themes/2012/images/menu-bg.png) no-repeat}#mainmenu .mmLevel1 > li{float:left;background:url(/static/themes/2012/images/menu-sep.png) no-repeat top right;padding-right:1px;position:relative}#mainmenu .mmLevel1 > li > a{display:block;padding:0 26px 16px;margin-bottom:-2px;line-height:44px;font-size:15px;text-shadow:0 1px 0 #1b70a6;font-family:'Droid Sans Mono',Verdana,sans-serif;text-transform:uppercase;color:#fff}#mainmenu .mmLevel1 > li.last > a{padding:0 31px 16px}#mainmenu a > span{display:block}#mainmenu .level1 > a.hover > span{background:url(/static/themes/2012/images/menu-hover2.png) no-repeat 50% bottom}#mainmenu a:hover,#mainmenu .selectedLevel1 a,#mainmenu .level1 > a.hover{background:url(/static/themes/2012/images/menu-sel.png) repeat-x}#mainmenu ul.mmLevel2{position:absolute;background:#fff;margin-top:-14px;padding:7px 0 0;border:2px solid #1a8dd7;border-top:0;z-index:99;width:200px;right:0}#mainmenu ul.mmLevel2 > li{display:block;padding:0 15px}#mainmenu ul.mmLevel2 > li.last{padding-bottom:6px}#mainmenu ul.mmLevel2 > li > a{color:#666;display:block;padding:9px 0;background:url(/static/themes/2012/images/mm2-sep.png) repeat-x bottom left;color:#666;font-size:14px;font-family:'Maven Pro',Verdana,sans-serif}#mainmenu ul.mmLevel2 > li.last > a{background:transparent}#mainmenu ul.mmLevel2 > li > a > span{background:url(/static/themes/2012/images/mm2-or.png) no-repeat 0 50%;padding:0 0 0 12px}#mainmenu ul.mmLevel2 > li > a:hover{color:#f60}#mainmenu .hover .mmLevel3{display:none}.box_sitemap{background:url(/static/themes/2012/images/mm2-sep.png) repeat-x;padding-top:1px}.box_sitemap li{background:url(/static/themes/2012/images/mm2-sep.png) repeat-x bottom left;padding-bottom:11px}.box_sitemap .selectedLevel2{background:url(/static/themes/2012/images/mm2-sel-bottom.png) no-repeat bottom left}.box_sitemap a{display:block;padding-top:11px;display:block;color:#666;font-size:14px}.box_sitemap a:hover,.box_sitemap .selectedLevel2 a{color:#f60}.box_sitemap .selectedLevel2 a{background:url(/static/themes/2012/images/mm2-sel-top.png) no-repeat top center}.box_sitemap a span{background:url(/static/themes/2012/images/mm2-or.png) no-repeat 0 4px;display:block;line-height:14px;padding-left:12px}.box_sitemap .mmLevel3{padding-bottom:0}.box_sitemap .mmLevel3 li{background:transparent;padding:4px 0 4px 10px}.box_sitemap .mmLevel3 a{color:#666;padding-top:0;background:transparent}.box_sitemap .mmLevel3 a span{background:transparent}.box_sitemap .mmLevel3 a:hover,.box_sitemap .selectedLevel3 a{color:#f60}#searchBox{background:url(/static/themes/2012/images/leit-bg.png) no-repeat top right;top:10px;right:0;width:194px;height:26px;padding:0 0 9px 17px;border-bottom:1px solid #ccc}#searchBox #q{background:transparent;border:0;padding:3px 0 0 10px;height:18px;line-height:18px;font-size:13px;color:#999;width:162px}#searchBox #searchSubmit{position:absolute;border:0;background:transparent;padding:0;width:22px;height:24px;top:1px;right:1px;cursor:pointer;text-indent:-999em;text-transform:capitalize;font-size:1%}#quicknav{top:17px;right:211px;padding-bottom:11px;width:604px;background:url(/static/themes/2012/images/nav-bg.png) no-repeat bottom right}#quicknav ul{float:right;list-style:none;margin:0}#quicknav li{float:left;position:relative}#quicknav a{padding:0 12px;display:block;float:left;border-right:1px solid #666;color:#666;text-transform:uppercase;font-size:12px}#quicknav .last a{padding-right:0;border-right:0}#quicknav a:hover{color:#f60}#center{}#center .boxTitle{margin-bottom:28px}#center .boxTitle h2{font-weight:700;color:#38aaf0;font-size:25px;line-height:25px;margin-bottom:0}#center .boxText hr{background:#ccc;border:0;height:1px}#center .boxText h1,#center .boxText h2,#center .boxText h3,#center .boxText h4{color:#000}#center .boxText h1,#center .boxText h2{font-size:18px;margin-bottom:8px}#center .boxText h3{font-size:16px;margin-bottom:6px}#center .boxText h4{font-size:14px;margin-bottom:4px}#right{}#right .boxTitle{}#right .boxText{}body.hideright div#right{display:none}body.hideright div#container{margin-left:0}body.hideright div#center{margin-right:0;margin-left:0}#footerInfo{margin-top:24px;background:url(/static/themes/2012/images/footer-bottom.png) no-repeat bottom center;padding-bottom:20px}#footerContent{width:940px;height:76px;padding:0 10px;text-align:center;background:url(/static/themes/2012/images/footer-bg.png) repeat-x;margin:0 auto;position:relative;color:#fff;font-weight:500;font-size:14px;line-height:76px;text-shadow:0 1px 0 #184d6f}#footerContent .box{margin-bottom:0}#footerContent .box_ord_0{width:594px;padding-right:0}.footerAddress{}#footerContent .boxTitle h3,#footerContent h3{text-transform:uppercase;font-size:15px;line-height:15px;margin-bottom:14px}#footerContent a{color:#fff}#footerContent ul{list-style:none;margin:0}#footerContent li{float:left;background:url(/static/themes/2012/images/footer-or.png) no-repeat 0 5px;padding:0 14px 0 16px;width:266px}#footerContent a:hover{color:#f60}#footerLast{clear:left;height:0}#footerLast div{width:940px;margin:0 auto;position:relative;height:10px}#footerInfo .login{background:url(http://static.stefna.is/moya/logo/tiny/115_grey.png) no-repeat;display:block;margin:0 auto;text-indent:-9999px;width:75px;height:23px;position:absolute;right:0;top:18px}/** BOX STYLES **/.box{margin-bottom:10px}/** ENTRIES **/.entries{margin:0}.entry{list-style:none;margin-top:.5em}.entryTitle{margin:0 4px 0 0}.entryContent{clear:left}.entryFooter{clear:both}.entryInfo{font-size:10px;clear:left}.entryImage{float:left}.entryImage img{border:0}.entryImageText{padding:0 1em 1em;font-style:italic;text-align:center}.entryResources li{list-style:none}.entryLabel{font-weight:700}.entryValue{margin-bottom:1em}#news .entries .entry{float:left;width:100%;padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #ccc}#news .entryImage{float:right;margin:0 0 1em 1em}#news .entries .entryImage{float:left;margin:4px 12px 0 0}#center #news .entryTitle{margin-bottom:0;line-height:16px}#news .entryTitle a{font-size:16px;line-height:16px;font-weight:500;color:#000}#news .entryInfo{font-size:12px;font-weight:500;margin-bottom:14px}#news .entries .entryContent{line-height:17px}#news .entries .more,.frontpage .box_newsheadlines .big .more{text-indent:-9999em;width:4px;display:inline-block;text-transform:capitalize;background:url(/static/themes/2012/images/mm2-or.png) no-repeat center right}.frontpage .box_newsheadlines .big .more{width:5px;height:9px}#news .entryImageText{width:275px;text-align:center;padding:10px 0 12px;font-size:12px;font-style:italic;color:#666}#news .entryFooter{border-top:1px solid #ccc;border-bottom:1px solid #ccc;float:left;padding:8px 0;width:100%}#news .entryFooter a.more{float:left}#news .entryFooter a.more:before{content:'\00ab  '}#news .entryFooter .addTools{float:right}#news .tableTools{text-transform:uppercase;font-weight:700}div#fancybox-overlay{opacity:.8!important}#header .logo2{position:relative;top:53px;left:840px}